Home
last modified time | relevance | path

Searched refs:readU8 (Results 1 – 5 of 5) sorted by relevance

/external/skia/src/core/
DSkBuffer.h77 bool readU8(uint8_t* x) { return read(x, 1); } in readU8() function
80 if (this->readU8(&u8)) { in readBool()
DSkReader32.h104 uint8_t readU8() { return (uint8_t)this->readInt(); } in readU8() function
/external/skia/include/core/
DSkStream.h90 uint8_t readU8() { return (uint8_t)this->readS8(); } in readU8() function
94 bool readBool() { return this->readU8() != 0; } in readBool()
/external/skia/src/utils/ios/
DSkFontHost_iOS.mm205 int style = stream->readU8();
/external/skia/src/ports/
DSkFontConfigInterface_direct.cpp53 (void)buffer.readU8(&u8); in readFromMemory()