Searched defs:readU8 (Results 1 - 4 of 4) sorted by relevance

/external/skia/include/core/
H A DSkBuffer.h74 uint8_t readU8() { uint8_t x; read(&x, 1); return x; } function in class:SkRBuffer
75 bool readBool() { return this->readU8() != 0; }
H A DSkReader32.h88 uint8_t readU8() { return (uint8_t)this->readInt(); } function in class:SkReader32
H A DSkStream.h59 uint8_t readU8() { return (uint8_t)this->readS8(); } function in class:SkStream
63 bool readBool() { return this->readU8() != 0; }
/external/webkit/Source/WebCore/platform/graphics/chromium/
H A DVDMXParser.cpp58 bool readU8(uint8_t* value) function in class:Buffer
146 || !buf.readU8(&xRatio)
147 || !buf.readU8(&yRatio1)
148 || !buf.readU8(&yRatio2))

Completed in 95 milliseconds