Lines Matching full:readint
94 return fReader.readInt();
101 int32_t SkReadBuffer::readInt() {
102 return fReader.readInt();
114 return fReader.readInt();
124 SkDEBUGCODE(int32_t encodingType = ) fReader.readInt();
126 *length = fReader.readInt();
195 const int width = this->readInt();
196 const int height = this->readInt();
226 const int32_t xOffset = this->readInt();
227 const int32_t yOffset = this->readInt();