Lines Matching defs:skip
26 fReader.skip(fReader.available());
43 const void* SkValidatingReadBuffer::skip(size_t size) {
48 fReader.skip(size);
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();
55 // if they fail they'll return a zero value or skip nothing, respectively, and set fError to
98 // skip over the string + '\0' and then pad to a multiple of 4
100 this->skip(alignedSize);
113 const void* ptr = this->skip(SkAlign4(*length));
134 (void)this->skip(size);
139 const void* ptr = this->skip(sizeof(SkIRect));
146 const void* ptr = this->skip(sizeof(SkRect));
159 (void)this->skip(size);
170 (void)this->skip(size);
177 (void)this->skip(sizeof(uint32_t)); // Skip array count
181 const void* ptr = this->skip(SkAlign4(byteLength));
259 // we must skip the remaining data
260 this->skip(sizeRecorded);
273 this->skip(sizeRecorded);