HomeSort by relevance Sort by last modified time
    Searched refs:ReadBlobByte (Results 1 - 25 of 54) sorted by null

1 2 3

  /external/ImageMagick/coders/
rle.c 234 flags=(MagickStatusType) ReadBlobByte(image);
236 number_planes=(size_t) ReadBlobByte(image);
237 bits_per_pixel=(size_t) ReadBlobByte(image);
238 number_colormaps=(size_t) ReadBlobByte(image);
239 map_length=(unsigned char) ReadBlobByte(image);
261 (void) ReadBlobByte(image);
270 *p++=(unsigned char) ReadBlobByte(image);
273 (void) ReadBlobByte(image);
332 (void) ReadBlobByte(image);
393 opcode=ReadBlobByte(image)
    [all...]
vicar.c 205 c=ReadBlobByte(image);
219 c=ReadBlobByte(image);
235 c=ReadBlobByte(image);
244 c=ReadBlobByte(image);
254 c=ReadBlobByte(image);
276 c=ReadBlobByte(image);
282 c=ReadBlobByte(image);
wpg.c 253 b=ReadBlobByte(image);
257 b=ReadBlobByte(image);
259 b=ReadBlobByte(image);
264 b=ReadBlobByte(image);
266 b=ReadBlobByte(image);
474 c=ReadBlobByte(image);
483 bbuf=ReadBlobByte(image);
487 c=ReadBlobByte(image);
499 c=ReadBlobByte(image);
506 c=ReadBlobByte(image)
    [all...]
mac.c 146 if (ReadBlobByte(image) == EOF)
175 count=(unsigned char) ReadBlobByte(image);
180 byte=(unsigned char) (~ReadBlobByte(image));
218 byte=(unsigned char) (~ReadBlobByte(image));
pes.c 509 number_colors=(size_t) ReadBlobByte(image)+1;
512 j=ReadBlobByte(image);
544 x=ReadBlobByte(image);
545 y=ReadBlobByte(image);
560 (void) ReadBlobByte(image);
579 y=ReadBlobByte(image);
594 y=((y & 0x0f) << 8)+ReadBlobByte(image);
otb.c 147 info=(unsigned char) ReadBlobByte(image);
150 image->columns=(size_t) ReadBlobByte(image);
151 image->rows=(size_t) ReadBlobByte(image);
160 depth=(unsigned char) ReadBlobByte(image);
187 byte=ReadBlobByte(image);
palm.c 327 bits_per_pixel=(size_t) ReadBlobByte(image);
332 version=(size_t) ReadBlobByte(image);
336 transparentIndex=(size_t) ReadBlobByte(image);
337 compressionType=(size_t) ReadBlobByte(image);
354 redbits=(size_t) ReadBlobByte(image); /* # of bits of red */
356 greenbits=(size_t) ReadBlobByte(image); /* # of bits of green */
358 bluebits=(size_t) ReadBlobByte(image); /* # of bits of blue */
360 ReadBlobByte(image); /* reserved by Palm */
361 ReadBlobByte(image); /* reserved by Palm */
362 transpix.red=(double) (QuantumRange*ReadBlobByte(image)/31)
    [all...]
pix.c 187 c=ReadBlobByte(image);
192 index=ScaleCharToQuantum((unsigned char) ReadBlobByte(image));
195 blue=ScaleCharToQuantum((unsigned char) ReadBlobByte(image));
196 green=ScaleCharToQuantum((unsigned char) ReadBlobByte(image));
197 red=ScaleCharToQuantum((unsigned char) ReadBlobByte(image));
pwp.c 196 for (c=ReadBlobByte(pwp_image); c != EOF; c=ReadBlobByte(pwp_image))
236 c=ReadBlobByte(pwp_image);
icon.c 310 icon_file.directory[i].width=(unsigned char) ReadBlobByte(image);
311 icon_file.directory[i].height=(unsigned char) ReadBlobByte(image);
312 icon_file.directory[i].colors=(unsigned char) ReadBlobByte(image);
313 icon_file.directory[i].reserved=(unsigned char) ReadBlobByte(image);
511 byte=(size_t) ReadBlobByte(image);
521 byte=(size_t) ReadBlobByte(image);
530 (void) ReadBlobByte(image);
555 byte=(size_t) ReadBlobByte(image);
563 byte=(size_t) ReadBlobByte(image);
568 (void) ReadBlobByte(image)
    [all...]
sct.c 206 units=1UL*ReadBlobByte(image);
209 separations=1UL*ReadBlobByte(image);
251 c=ReadBlobByte(image);
290 (void) ReadBlobByte(image); /* pad */
uyvy.c 165 u=(unsigned char) ReadBlobByte(image);
166 y1=(unsigned char) ReadBlobByte(image);
167 v=(unsigned char) ReadBlobByte(image);
168 y2=(unsigned char) ReadBlobByte(image);
meta.c 265 c=ReadBlobByte(file);
905 c = ReadBlobByte(ifile);
917 c = ReadBlobByte(ifile);
959 if ((c1 = ReadBlobByte(ifile)) == EOF) return M_EOI;
960 if ((c2 = ReadBlobByte(ifile)) == EOF) return M_EOI;
966 if (ReadBlobByte(ifile) == EOF)
979 c = ReadBlobByte(ifile);
990 c = ReadBlobByte(ifile);
1009 c = ReadBlobByte(ifile);
1018 c = ReadBlobByte(ifile)
    [all...]
tga.c 213 tga_info.colormap_type=(unsigned char) ReadBlobByte(image);
214 tga_info.image_type=(TGAImageType) ReadBlobByte(image);
228 tga_info.colormap_size=(unsigned char) ReadBlobByte(image);
233 tga_info.bits_per_pixel=(unsigned char) ReadBlobByte(image);
234 tga_info.attributes=(unsigned char) ReadBlobByte(image);
355 ReadBlobByte(image));
369 j=(unsigned char) ReadBlobByte(image);
370 k=(unsigned char) ReadBlobByte(image);
385 ReadBlobByte(image));
387 ReadBlobByte(image))
    [all...]
pict.c 510 scanline_length=(size_t) ReadBlobByte(blob);
910 header_ole[0]=ReadBlobByte(image);
911 header_ole[1]=ReadBlobByte(image);
912 header_ole[2]=ReadBlobByte(image);
913 header_ole[3]=ReadBlobByte(image);
917 if (ReadBlobByte(image) == EOF)
922 while ((c=ReadBlobByte(image)) == 0) ;
925 version=(ssize_t) ReadBlobByte(image);
928 c=ReadBlobByte(image);
970 code=ReadBlobByte(image)
    [all...]
hdr.c 202 c=ReadBlobByte(image);
228 c=ReadBlobByte(image);
248 c=ReadBlobByte(image);
252 c=ReadBlobByte(image);
266 c=ReadBlobByte(image);
274 c=ReadBlobByte(image);
285 c=ReadBlobByte(image);
383 c=ReadBlobByte(image);
rgf.c 150 image->columns = (unsigned long) ReadBlobByte(image);
151 image->rows = (unsigned long) ReadBlobByte(image);
187 *p++=ReadBlobByte(image);
cin.c 491 cin.image.orientation=(unsigned char) ReadBlobByte(image);
508 cin.image.number_channels=(unsigned char) ReadBlobByte(image);
514 cin.image.channel[i].designator[0]=(unsigned char) ReadBlobByte(image);
516 cin.image.channel[i].designator[1]=(unsigned char) ReadBlobByte(image);
518 cin.image.channel[i].bits_per_pixel=(unsigned char) ReadBlobByte(image);
520 cin.image.channel[i].reserve=(unsigned char) ReadBlobByte(image);
576 cin.data_format.interleave=(unsigned char) ReadBlobByte(image);
578 cin.data_format.packing=(unsigned char) ReadBlobByte(image);
580 cin.data_format.sign=(unsigned char) ReadBlobByte(image);
582 cin.data_format.sense=(unsigned char) ReadBlobByte(image)
    [all...]
mpc.c 214 c=ReadBlobByte(image);
252 c=ReadBlobByte(image);
254 c=ReadBlobByte(image);
279 c=ReadBlobByte(image);
295 c=ReadBlobByte(image);
300 c=ReadBlobByte(image);
306 c=ReadBlobByte(image);
320 c=ReadBlobByte(image);
323 c=ReadBlobByte(image);
327 c=ReadBlobByte(image)
    [all...]
pdb.c 188 data = ReadBlobByte( image );
193 data = ReadBlobByte( image );
202 data = ReadBlobByte( image );
364 attributes=(unsigned char) ReadBlobByte(image);
372 attributes=(unsigned char) ReadBlobByte(image);
383 c=ReadBlobByte(image);
393 pdb_image.version=ReadBlobByte(image);
394 pdb_image.type=(unsigned char) (ReadBlobByte(image));
604 c=ReadBlobByte(image);
612 c=ReadBlobByte(image)
    [all...]
cut.c 387 RunCount=(unsigned char) ReadBlobByte(image);
401 RunCount=(unsigned char) ReadBlobByte(image);
478 PalHeader.FileType=(char) ReadBlobByte(palette);
479 PalHeader.SubType=(char) ReadBlobByte(palette);
577 RunCount=(unsigned char) ReadBlobByte(image);
593 RunValue=(unsigned char) ReadBlobByte(image);
604 RunCount=(unsigned char) ReadBlobByte(image);
dib.c 202 count=ReadBlobByte(image);
211 byte=ReadBlobByte(image);
232 count=ReadBlobByte(image);
254 x+=ReadBlobByte(image);
255 y+=ReadBlobByte(image);
268 byte=ReadBlobByte(image);
278 byte=ReadBlobByte(image);
292 if (ReadBlobByte(image) == EOF)
297 if (ReadBlobByte(image) == EOF)
308 (void) ReadBlobByte(image); /* end of line *
    [all...]
pcx.c 330 pcx_info.version=(unsigned char) ReadBlobByte(image);
333 pcx_info.encoding=(unsigned char) ReadBlobByte(image);
334 bits_per_pixel=ReadBlobByte(image);
375 pcx_info.reserved=(unsigned char) ReadBlobByte(image);
376 pcx_info.planes=(unsigned char) ReadBlobByte(image);
405 (void) ReadBlobByte(image);
442 packet=(unsigned char) ReadBlobByte(image);
451 packet=(unsigned char) ReadBlobByte(image);
461 packet=(unsigned char) ReadBlobByte(image);
502 pcx_info.colormap_signature=(unsigned char) ReadBlobByte(image)
    [all...]
rla.c 312 byte=(unsigned char) ReadBlobByte(image);
327 byte=(unsigned char) ReadBlobByte(image);
360 byte=(unsigned char) ReadBlobByte(image);
  /external/ImageMagick/MagickCore/
blob-private.h 81 ReadBlobByte(Image *);

Completed in 315 milliseconds

1 2 3