Searched refs:read_byte (Results 1 – 6 of 6) sorted by relevance
/external/libjpeg-turbo/ |
D | rdbmp.c | 72 read_byte (bmp_source_ptr sinfo) in read_byte() function 94 sinfo->colormap[2][i] = (JSAMPLE) read_byte(sinfo); in read_colormap() 95 sinfo->colormap[1][i] = (JSAMPLE) read_byte(sinfo); in read_colormap() 96 sinfo->colormap[0][i] = (JSAMPLE) read_byte(sinfo); in read_colormap() 102 sinfo->colormap[2][i] = (JSAMPLE) read_byte(sinfo); in read_colormap() 103 sinfo->colormap[1][i] = (JSAMPLE) read_byte(sinfo); in read_colormap() 104 sinfo->colormap[0][i] = (JSAMPLE) read_byte(sinfo); in read_colormap() 105 (void) read_byte(sinfo); in read_colormap() 413 (void) read_byte(source); in start_input_bmp()
|
D | rdtarga.c | 89 read_byte (tga_source_ptr sinfo) in read_byte() function 112 sinfo->colormap[2][i] = (JSAMPLE) read_byte(sinfo); in read_colormap() 113 sinfo->colormap[1][i] = (JSAMPLE) read_byte(sinfo); in read_colormap() 114 sinfo->colormap[0][i] = (JSAMPLE) read_byte(sinfo); in read_colormap() 151 i = read_byte(sinfo); in read_rle_pixel() 447 (void) read_byte(source); in start_input_tga()
|
/external/skia/src/images/ |
D | SkImageDecoder_wbmp.cpp | 31 static bool read_byte(SkStream* stream, uint8_t* data) in read_byte() function 41 if (!read_byte(stream, &data)) { in read_mbf() 59 if (!read_byte(stream, &data) || data != 0) { // unknown type in init() 62 if (!read_byte(stream, &data) || (data & 0x9F)) { // skip fixed header in init()
|
/external/skia/src/codec/ |
D | SkWbmpCodec.cpp | 46 static bool read_byte(SkStream* stream, uint8_t* data) in read_byte() function 73 if (!read_byte(stream, &data) || data != 0) { // unknown type in read_header() 76 if (!read_byte(stream, &data) || (data & 0x9F)) { // skip fixed header in read_header()
|
/external/libpng/contrib/tools/ |
D | pngfix.c | 1245 read_byte(struct file *file) in read_byte() function 1268 return read_byte(file); in read_byte() 1373 int ch = read_byte(file); in read_4() 1398 int ch = read_byte(file); in crc_read_many() 3019 ch = read_byte(file); in sync_stream() 3060 ch = read_byte(file); in sync_stream()
|
/external/fonttools/Lib/fontTools/misc/ |
D | psCharStrings.py | 40 def read_byte(self, b0, data, index): member in ByteCodeBase
|