Lines Matching refs:skip
25 fReader.skip(fReader.available()); in validate()
42 const void* SkValidatingReadBuffer::skip(size_t size) { in skip() function in SkValidatingReadBuffer
51 fReader.skip(size); in skip()
106 this->skip(alignedSize); in readString()
116 const void* ptr = this->skip(sizeof(SkColor4f)); in readColor4f()
134 (void)this->skip(size); in readMatrix()
139 const void* ptr = this->skip(sizeof(SkIRect)); in readIRect()
146 const void* ptr = this->skip(sizeof(SkRect)); in readRect()
153 const void* ptr = this->skip(sizeof(SkRRect)); in readRRect()
171 (void)this->skip(size); in readRegion()
182 (void)this->skip(size); in readPath()
189 (void)this->skip(sizeof(uint32_t)); // Skip array count in readArray()
193 const void* ptr = this->skip(SkAlign4(byteLength)); in readArray()