Searched refs:read_byte (Results 1 - 15 of 15) sorted by relevance

/external/chromium_org/third_party/skia/src/images/
H A DSkImageDecoder_wbmp.cpp31 static bool read_byte(SkStream* stream, uint8_t* data) function
41 if (!read_byte(stream, &data)) {
59 if (!read_byte(stream, &data) || data != 0) { // unknown type
62 if (!read_byte(stream, &data) || (data & 0x9F)) { // skip fixed header
/external/skia/src/images/
H A DSkImageDecoder_wbmp.cpp31 static bool read_byte(SkStream* stream, uint8_t* data) function
41 if (!read_byte(stream, &data)) {
59 if (!read_byte(stream, &data) || data != 0) { // unknown type
62 if (!read_byte(stream, &data) || (data & 0x9F)) { // skip fixed header
/external/chromium_org/third_party/libjpeg_turbo/
H A Drdbmp.c71 read_byte (bmp_source_ptr sinfo) function
93 sinfo->colormap[2][i] = (JSAMPLE) read_byte(sinfo);
94 sinfo->colormap[1][i] = (JSAMPLE) read_byte(sinfo);
95 sinfo->colormap[0][i] = (JSAMPLE) read_byte(sinfo);
101 sinfo->colormap[2][i] = (JSAMPLE) read_byte(sinfo);
102 sinfo->colormap[1][i] = (JSAMPLE) read_byte(sinfo);
103 sinfo->colormap[0][i] = (JSAMPLE) read_byte(sinfo);
104 (void) read_byte(sinfo);
412 (void) read_byte(source);
H A Drdtarga.c88 read_byte (tga_source_ptr sinfo) function
111 sinfo->colormap[2][i] = (JSAMPLE) read_byte(sinfo);
112 sinfo->colormap[1][i] = (JSAMPLE) read_byte(sinfo);
113 sinfo->colormap[0][i] = (JSAMPLE) read_byte(sinfo);
150 i = read_byte(sinfo);
445 (void) read_byte(source);
/external/jpeg/
H A Drdbmp.c68 read_byte (bmp_source_ptr sinfo) function
90 sinfo->colormap[2][i] = (JSAMPLE) read_byte(sinfo);
91 sinfo->colormap[1][i] = (JSAMPLE) read_byte(sinfo);
92 sinfo->colormap[0][i] = (JSAMPLE) read_byte(sinfo);
98 sinfo->colormap[2][i] = (JSAMPLE) read_byte(sinfo);
99 sinfo->colormap[1][i] = (JSAMPLE) read_byte(sinfo);
100 sinfo->colormap[0][i] = (JSAMPLE) read_byte(sinfo);
101 (void) read_byte(sinfo);
209 /* inline copy of read_byte() for speed */
372 (void) read_byte(sourc
[all...]
H A Drdtarga.c88 read_byte (tga_source_ptr sinfo) function
111 sinfo->colormap[2][i] = (JSAMPLE) read_byte(sinfo);
112 sinfo->colormap[1][i] = (JSAMPLE) read_byte(sinfo);
113 sinfo->colormap[0][i] = (JSAMPLE) read_byte(sinfo);
150 i = read_byte(sinfo);
445 (void) read_byte(source);
/external/qemu/distrib/jpeg-6b/
H A Drdbmp.c68 read_byte (bmp_source_ptr sinfo) function
90 sinfo->colormap[2][i] = (JSAMPLE) read_byte(sinfo);
91 sinfo->colormap[1][i] = (JSAMPLE) read_byte(sinfo);
92 sinfo->colormap[0][i] = (JSAMPLE) read_byte(sinfo);
98 sinfo->colormap[2][i] = (JSAMPLE) read_byte(sinfo);
99 sinfo->colormap[1][i] = (JSAMPLE) read_byte(sinfo);
100 sinfo->colormap[0][i] = (JSAMPLE) read_byte(sinfo);
101 (void) read_byte(sinfo);
209 /* inline copy of read_byte() for speed */
372 (void) read_byte(sourc
[all...]
H A Drdtarga.c88 read_byte (tga_source_ptr sinfo) function
111 sinfo->colormap[2][i] = (JSAMPLE) read_byte(sinfo);
112 sinfo->colormap[1][i] = (JSAMPLE) read_byte(sinfo);
113 sinfo->colormap[0][i] = (JSAMPLE) read_byte(sinfo);
150 i = read_byte(sinfo);
445 (void) read_byte(source);
/external/qemu-pc-bios/vgabios/
H A Dvgabios.c60 static Bit8u read_byte();
861 video_ctl=read_byte(BIOSMEM_SEG,BIOSMEM_VIDEO_CTL);
864 vga_switches=read_byte(BIOSMEM_SEG,BIOSMEM_SWITCHES);
867 modeset_ctl=read_byte(BIOSMEM_SEG,BIOSMEM_MODESET_CTL);
989 write_byte(BIOSMEM_SEG,BIOSMEM_MODESET_CTL,read_byte(BIOSMEM_SEG,BIOSMEM_MODESET_CTL)&0x7f);
1063 modeset_ctl=read_byte(BIOSMEM_SEG,BIOSMEM_MODESET_CTL);
1100 current=read_byte(BIOSMEM_SEG,BIOSMEM_CURRENT_PAGE);
1105 nbrows=read_byte(BIOSMEM_SEG,BIOSMEM_NB_ROWS)+1;
1148 mode=read_byte(BIOSMEM_SEG,BIOSMEM_CURRENT_MODE);
1159 nbrows=read_byte(BIOSMEM_SE
3582 read_byte(seg, offset) function
[all...]
/external/chromium_org/chrome/test/perf/
H A Dperf_test.cc81 size_t read_byte = static_cast<size_t>(io_counters.ReadTransferCount local
97 read_byte_b = read_byte;
106 read_byte_r += read_byte;
/external/qemu-pc-bios/bochs/bios/
H A Drombios.c861 static Bit8u read_byte();
1272 read_byte(seg, offset) function
1530 while (c = read_byte(segment, offset)) {
1646 while (c = read_byte(get_CS(), s)) {
1675 c = read_byte(get_CS(), s); /* is it ld,lx,lu? */
2212 s3_resume_flag = read_byte(0x40, 0xb0);
2567 type=read_byte(ebda_seg,&EbdaData->ata.devices[device].type);
2582 removable = (read_byte(get_SS(),buffer+0) & 0x80) ? 1 : 0;
2583 mode = read_byte(get_SS(),buffer+96) ? ATA_MODE_PIO32 : ATA_MODE_PIO16;
2687 type = read_byte(get_S
[all...]
/external/chromium_org/mojo/public/cpp/utility/tests/
H A Drun_loop_unittest.cc351 char read_byte = 0; local
356 &read_byte, &bytes_read, NULL, &handles_read,
359 EXPECT_EQ(read_byte, kSignalMagic);
/external/libpng/contrib/tools/
H A Dpngfix.c1239 read_byte(struct file *file) function
1262 return read_byte(file);
1367 int ch = read_byte(file);
1392 int ch = read_byte(file);
3012 ch = read_byte(file);
3053 ch = read_byte(file);
/external/fonttools/Lib/fontTools/misc/
H A DpsCharStrings.py15 t1OperandEncoding[32:247] = (247 - 32) * ["read_byte"]
40 def read_byte(self, b0, data, index): member in class:ByteCodeBase
/external/fonttools/Tools/fontTools/misc/
H A DpsCharStrings.py15 t1OperandEncoding[32:247] = (247 - 32) * ["read_byte"]
40 def read_byte(self, b0, data, index): member in class:ByteCodeBase

Completed in 352 milliseconds