Searched refs:tkimg_Read (Results 1 - 20 of 20) sorted by relevance

/macosx-10.10/tcl-105/tcl_ext/tkimg/tkimg/base/
H A DtkimgStubInit.c24 tkimg_Read, /* 4 */
H A Dtkimg.c202 while ((len = tkimg_Read(&handle, buffer, 1024)) == 1024) {
H A DtkimgDecls.h57 TKIMGAPI int tkimg_Read(tkimg_MFile *handle, char *dst, int count);
176 #define tkimg_Read \ macro
H A DtkimgIO.c126 * tkimg_Read --
139 int tkimg_Read(
136 int tkimg_Read( function
/macosx-10.10/tcl-105/tcl_ext/tkimg/tkimg/bmp/
H A Dbmp.c235 if ((tkimg_Read(handle, (char *) buf, 2) != 2)
237 || (tkimg_Read(handle, (char *) buf, 24) != 24)
247 if (tkimg_Read(handle, (char *) buf, 24) != 24) {
267 if (c > 36) tkimg_Read(handle, (char *) buf, c - 36);
270 tkimg_Read(handle, (char *) buf, 3*4);
286 tkimg_Read(handle, (char *) colbuf, 3+(c!=12));
293 tkimg_Read(handle, (char *) buf, 28);
295 if (offBits) tkimg_Read(handle, (char *) buf, offBits);
374 tkimg_Read(handle, (char *)line, bytesPerLine);
380 tkimg_Read(handl
[all...]
/macosx-10.10/tcl-105/tcl_ext/tkimg/tkimg/ps/
H A Dps.c155 if ((tkimg_Read(handle, buf, 11) != 11)
159 while (tkimg_Read(handle,buf, 1) == 1) {
161 (tkimg_Read(handle, buf, 2) == 2) &&
163 (tkimg_Read(handle, buf, 11) == 11) &&
165 (tkimg_Read(handle, buf, 40) == 40))) {
258 len = tkimg_Read(handle, buffer, 1024);
303 len = tkimg_Read(handle, buffer, 1024);
539 if ((tkimg_Read(handle, (char *) buf, 5) != 5)
/macosx-10.10/tcl-105/tcl_ext/tkimg/tkimg/ico/
H A Dico.c122 if (1 != tkimg_Read(handle, buf, 1)) {
138 if (2 != tkimg_Read(handle, buf, 2)) {
156 if (4 != tkimg_Read(handle, buf, 4)) {
641 till the start of the INFOHEADER and read these bytes with tkimg_Read. */
646 tkimg_Read(handle, dummy, nBytesToSkip);
739 tkimg_Read(handle, (char *)line, bytesPerLine);
751 tkimg_Read(handle, (char *)line, bytesPerLine);
762 tkimg_Read(handle, (char *)line, bytesPerLine);
774 tkimg_Read(handle, (char *)line, bytesPerLine);
791 tkimg_Read(handl
[all...]
/macosx-10.10/tcl-105/tcl_ext/tkimg/tkimg/tiff/
H A Dtiff.c238 return (tsize_t) tkimg_Read((tkimg_MFile *) fd, (char *) data, (int) size) ;
400 i = tkimg_Read(handle, (char *) buf, 8);
411 tkimg_Read(handle, (char *) buf, 4096);
414 tkimg_Read(handle, (char *) buf, i-8);
416 tkimg_Read(handle, (char *) buf, 2);
419 tkimg_Read(handle, (char *) buf, 12);
465 handle.length = tkimg_Read(&handle, dataPtr, handle.length);
480 count = tkimg_Read(&handle, buffer, 1024);
483 count = tkimg_Read(&handle, buffer, 1024);
/macosx-10.10/tcl-105/tcl_ext/tkimg/tkimg/jpeg/
H A Djpeg.c316 i = tkimg_Read(handle, buf, 3);
326 if (tkimg_Read(handle, buf,1) != 1) {
337 if (tkimg_Read(handle, buf, 2) != 2) {
342 tkimg_Read(handle, buf, 256);
345 if ((i<1) || (tkimg_Read(handle, buf, i)) != i) {
351 if (tkimg_Read(handle, buf,1) != 1) {
357 if (tkimg_Read(handle, buf, 7) != 7) {
978 nbytes = tkimg_Read(&src->handle, (char *) src->buffer, STRING_BUF_SIZE);
/macosx-10.10/tcl-105/tcl_ext/tkimg/tkimg/ppm/
H A Dppm.c276 while (tkimg_Read (handle, &c, 1) == 1) {
284 while (tkimg_Read (handle, &c, 1) == 1 && i < TCL_INTEGER_SPACE) {
316 if (2 * nShorts != tkimg_Read (handle, buf, 2 * nShorts))
357 if (nBytes != tkimg_Read (handle, buf, nBytes))
1096 if (tkimg_Read(handle, &c, 1) != 1) {
1107 if (tkimg_Read(handle, &c, 1) != 1) {
1115 if (tkimg_Read(handle, &c, 1) != 1) {
1130 if (tkimg_Read(handle, &c, 1) != 1) {
/macosx-10.10/tcl-105/tcl_ext/tkimg/tkimg/xbm/
H A Dxbm.c368 for (num=tkimg_Read(&parseInfoPtr->handle,&buf,1); isspace(UCHAR(buf)) || (buf == ',');
369 num=tkimg_Read(&parseInfoPtr->handle,&buf,1)) {
375 num=tkimg_Read(&parseInfoPtr->handle,&buf,1)) {
/macosx-10.10/tcl-105/tcl_ext/tkimg/tkimg/png/
H A Dpng.c123 if (tkimg_Read((tkimg_MFile *) png_get_progressive_ptr(png_ptr),
186 if ((tkimg_Read(handle, (char *) buf, 8) != 8)
188 || (tkimg_Read(handle, (char *) buf, 8) != 8)
190 || (tkimg_Read(handle, (char *) buf, 8) != 8)) {
/macosx-10.10/tcl-105/tcl_ext/tkimg/tkimg/pcx/
H A Dpcx.c125 if (1 != tkimg_Read(handle, (char *) buf, 1))
132 # define readUByte(h,b) (1 == tkimg_Read((h),(char *)(b),1))
148 if (tkimg_Read(ifp, (char *)pcxhdr, 128) != 128) {
210 if (bytes != tkimg_Read(handle, (char *)buffer, bytes)) {
290 if ((tkimg_Read(ifp, (char *)&sepChar, 1) != 1) ||
291 (tkimg_Read(ifp, (char *)&cmap, 768) != 768)) {
/macosx-10.10/tcl-105/tcl_ext/tkimg/tkimg/tga/
H A Dtga.c155 if (1 != tkimg_Read(handle, buf, 1))
167 if (2 != tkimg_Read(handle, buf, 2))
325 if (nchan != tkimg_Read(handle, (char *)localBuf, nchan))
381 if (nchan != tkimg_Read(handle, (char *)localBuf, nchan))
404 if (1 != tkimg_Read(handle, cbuf, 1))
437 if (bytesPerLine != tkimg_Read(handle, (char *)tf->pixbuf, bytesPerLine))
/macosx-10.10/tcl-105/tcl_ext/tkimg/tkimg/gif/
H A Dgif.c96 #define ReadOK(handle,buf,len) (tkimg_Read(handle, (char *)(buf), len) == len)
284 if (tkimg_Read(&gifConfPtr->handle, (char *)buf, 3) != 3) {
324 if (tkimg_Read(&gifConfPtr->handle, (char *)buf, 1) != 1) {
348 if (tkimg_Read(&gifConfPtr->handle, (char *)buf, 1) != 1) {
369 if (tkimg_Read(&gifConfPtr->handle, (char *)buf, 9) != 9) {
601 if ((tkimg_Read(&gifConfPtr->handle, (char *)buf, 6) != 6)
607 if (tkimg_Read(&gifConfPtr->handle, (char *)buf, 4) != 4) {
/macosx-10.10/tcl-105/tcl_ext/tkimg/tkimg/dted/
H A Ddted.c318 if (1 != tkimg_Read (handle, buf, 1))
332 if (2 != tkimg_Read (handle, buf, 2))
345 if (4 != tkimg_Read (handle, buf, 4))
443 if (sizeof (DTEDHEADER) != tkimg_Read (handle, (char *)th, sizeof(DTEDHEADER))) {
510 if (nBytes != tkimg_Read (handle, buf, nBytes)) {
/macosx-10.10/tcl-105/tcl_ext/tkimg/tkimg/sun/
H A Dsun.c141 if (1 != tkimg_Read(handle, buf, 1))
148 # define readUByte(h,b) (1 == tkimg_Read((h),(char *)(b),1))
165 if (4 != tkimg_Read(ifp, (char *)buf, 4)) {
261 if (nelem*sz != tkimg_Read(ifp, ptr, nelem*sz)) {
479 if (3*ncols != tkimg_Read(ifp, (char *)colormap, 3*ncols)) {
/macosx-10.10/tcl-105/tcl_ext/tkimg/tkimg/raw/
H A Draw.c348 if (4 * nFloats != tkimg_Read (handle, buf, 4 * nFloats))
383 if (2 * nShorts != tkimg_Read (handle, buf, 2 * nShorts))
414 if (nBytes != tkimg_Read (handle, buf, nBytes))
468 while (tkimg_Read (handle, &c, 1) == 1 && bufPtr < bufEndPtr) {
/macosx-10.10/tcl-105/tcl_ext/tkimg/tkimg/sgi/
H A Dsgi.c1167 if (512 != tkimg_Read(handle, (char *)th, 512)) {
1498 count = tkimg_Read(&handle, buffer, BUFLEN);
1501 count = tkimg_Read(&handle, buffer, BUFLEN);
/macosx-10.10/tcl-105/tcl_ext/tkimg/tkimg/xpm/
H A Dxpm.c103 while ((tkimg_Read(handle, p, 1) == 1)) {

Completed in 420 milliseconds