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

/external/skia/include/core/
H A DSkBuffer.h81 uint8_t readU8() { uint8_t x; read(&x, 1); return x; } function in class:SkRBuffer
82 bool readBool() { return this->readU8() != 0; }
H A DSkReader32.h100 uint8_t readU8() { return (uint8_t)this->readInt(); } function in class:SkReader32
H A DSkStream.h64 uint8_t readU8() { return (uint8_t)this->readS8(); } function in class:SkStream
68 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 487 milliseconds