Home | History | Annotate | Download | only in core

Lines Matching full:readint

53 // All the methods in this file funnel down into either readInt(), readScalar() or skip(),
54 // followed by a memcpy. So we've got all our validation in readInt(), readScalar() and skip();
59 uint32_t value = this->readInt();
66 return this->readInt();
70 return this->readInt();
73 int32_t SkValidatingReadBuffer::readInt() {
76 return fError ? 0 : fReader.readInt();
86 return this->readInt();
90 return this->readInt();
110 const int32_t encodingType = this->readInt();
112 *length = this->readInt();