Searched defs:readUInt (Results 1 - 2 of 2) sorted by relevance

/external/skia/src/core/
H A DSkReadBuffer.cpp126 uint32_t SkReadBuffer::readUInt() { function in class:SkReadBuffer
226 this->readUInt(); // Bitmap index
227 this->readUInt(); // Bitmap generation ID
231 const size_t length = this->readUInt();
281 (void)this->readUInt(); // Swallow that encoded_size == 0 sentinel.
286 (void)this->readUInt(); // Swallow that encoded_size == 1 sentinel.
315 uint32_t index = this->readUInt();
H A DSkValidatingReadBuffer.cpp83 uint32_t SkValidatingReadBuffer::readUInt() { function in class:SkValidatingReadBuffer
100 const size_t len = this->readUInt();
257 uint32_t index = this->readUInt() >> 8;
287 uint32_t sizeRecorded = this->readUInt();

Completed in 1189 milliseconds