Home
last modified time | relevance | path

Searched defs:readU32 (Results 1 – 3 of 3) sorted by relevance

/third_party/skia/src/core/
DSkBuffer.h64 bool readU32(uint32_t* x) { return this->read(x, 4); } in readU32() function
/third_party/skia/include/core/
DSkStream.h94 bool SK_WARN_UNUSED_RESULT readU32(uint32_t* i) { return this->readS32((int32_t*)i); } in readU32() function
/third_party/skia/src/sksl/
DSkSLRehydrator.h179 uint32_t readU32() { in readU32() function