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

/external/skia/src/core/
H A DSkReadBuffer.cpp108 uint32_t value = this->readUInt();
115 return this->readUInt();
130 uint32_t SkReadBuffer::readUInt() { function in class:SkReadBuffer
155 const size_t len = this->readUInt();
234 const uint32_t count = this->readUInt();
388 uint32_t index = this->readUInt() >> 8;
/external/skqp/src/core/
H A DSkReadBuffer.cpp108 uint32_t value = this->readUInt();
115 return this->readUInt();
130 uint32_t SkReadBuffer::readUInt() { function in class:SkReadBuffer
155 const size_t len = this->readUInt();
233 const uint32_t count = this->readUInt();
387 uint32_t index = this->readUInt() >> 8;

Completed in 185 milliseconds