Home
last modified time | relevance | path

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

/third_party/flutter/skia/src/core/
DSkBuffer.h62 bool readU8(uint8_t* x) { return this->read(x, 1); } in readU8() function
DSkReader32.h105 uint8_t readU8() { return (uint8_t)this->readInt(); } in readU8() function
/third_party/skia/src/core/
DSkBuffer.h62 bool readU8(uint8_t* x) { return this->read(x, 1); } in readU8() function
/third_party/skia/src/sksl/
DSkSLRehydrator.h157 uint8_t readU8() { in readU8() function
/third_party/skia/include/core/
DSkStream.h92 bool SK_WARN_UNUSED_RESULT readU8(uint8_t* i) { return this->readS8((int8_t*)i); } in readU8() function
/third_party/flutter/skia/include/core/
DSkStream.h92 bool SK_WARN_UNUSED_RESULT readU8(uint8_t* i) { return this->readS8((int8_t*)i); } in readU8() function