Home
last modified time | relevance | path

Searched defs:readU8 (Results 1 – 2 of 2) sorted by relevance

/external/skia/src/base/
DSkBuffer.h64 bool readU8(uint8_t* x) { return this->read(x, 1); } in readU8() function
/external/skia/include/core/
DSkStream.h84 [[nodiscard]] bool readU8(uint8_t* i) { return this->readS8((int8_t*)i); } in readU8() function