Home
last modified time | relevance | path

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

/third_party/skia/include/core/
DSkStream.h93 bool SK_WARN_UNUSED_RESULT readU16(uint16_t* i) { return this->readS16((int16_t*)i); } in readU16() function
/third_party/skia/src/sksl/
DSkSLRehydrator.h167 uint16_t readU16() { in readU16() function