Home
last modified time | relevance | path

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

/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/core/
DSkBuffer.h59 bool readU8(uint8_t* x) { return this->read(x, 1); } in readU8() function
DSkReader32.h104 uint8_t readU8() { return (uint8_t)this->readInt(); } in readU8() function
/external/skia/src/ports/
DSkFontConfigInterface_direct.cpp108 (void)buffer.readU8(&u8); in readFromMemory()