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

/external/skia/include/core/
H A DSkBuffer.h70 uint32_t readU32() { uint32_t x; read(&x, 4); return x; } function in class:SkRBuffer
H A DSkReader32.h91 uint32_t readU32() { return this->readInt(); } function in class:SkReader32
H A DSkStream.h61 uint32_t readU32() { return (uint32_t)this->readS32(); } function in class:SkStream

Completed in 194 milliseconds