HomeSort by relevance Sort by last modified time
    Searched refs:read2Bytes (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/skia/src/images/
SkImageDecoder_libico.cpp 35 #define read2Bytes(buffer,begin) buffer[begin]+(buffer[begin+1]<<8)
87 int reserved = read2Bytes(buf, 0); // 0
88 int type = read2Bytes(buf, 2); // 1
91 int count = read2Bytes(buf, 4);
112 int bitCount = read2Bytes(buf, offset+14);
153 //int planes = read2Bytes(buf, 10 + choice*16); //1 - but often 0
154 //int fakeBitCount = read2Bytes(buf, 12 + choice*16); //should be real - usually 0
182 //int planesToo = read2Bytes(buf, offset+12); //should == 1 (does it?)
183 int bitCount = read2Bytes(buf, offset+14);
402 int reserved = read2Bytes(buf, 0)
    [all...]
  /external/skia/src/images/
SkImageDecoder_libico.cpp 35 #define read2Bytes(buffer,begin) buffer[begin]+(buffer[begin+1]<<8)
87 int reserved = read2Bytes(buf, 0); // 0
88 int type = read2Bytes(buf, 2); // 1
93 int count = read2Bytes(buf, 4);
115 int bitCount = read2Bytes(buf, offset+14);
157 //int planes = read2Bytes(buf, 10 + choice*16); //1 - but often 0
158 //int fakeBitCount = read2Bytes(buf, 12 + choice*16); //should be real - usually 0
191 //int planesToo = read2Bytes(buf, offset+12); //should == 1 (does it?)
192 int bitCount = read2Bytes(buf, offset+14);
411 int reserved = read2Bytes(buf, 0)
    [all...]

Completed in 1060 milliseconds