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

  /external/skia/src/core/
SkBuffer.h 77 bool readU8(uint8_t* x) { return read(x, 1); }
80 if (this->readU8(&u8)) {
SkReader32.h 104 uint8_t readU8() { return (uint8_t)this->readInt(); }
  /external/skia/include/core/
SkStream.h 90 uint8_t readU8() { return (uint8_t)this->readS8(); }
94 bool readBool() { return this->readU8() != 0; }
  /external/skia/src/ports/
SkFontConfigInterface_direct.cpp 53 (void)buffer.readU8(&u8);

Completed in 1061 milliseconds