Lines Matching refs:skip
60 text->fText = (const char*)reader->skip(length); in get_text()
100 reader->skip(size - 4); in handleOp()
197 (void)reader->skip(length); in handleOp()
229 const SkPoint* cubics = (const SkPoint*)reader->skip(SkPatchUtils::kNumCtrlPts * in handleOp()
234 colors = (const SkColor*)reader->skip(SkPatchUtils::kNumCorners * sizeof(SkColor)); in handleOp()
238 texCoords = (const SkPoint*)reader->skip(SkPatchUtils::kNumCorners * in handleOp()
269 const SkPoint* pts = (const SkPoint*)reader->skip(sizeof(SkPoint)* count); in handleOp()
277 const SkPoint* pos = (const SkPoint*)reader->skip(points * sizeof(SkPoint)); in handleOp()
285 const SkPoint* pos = (const SkPoint*)reader->skip(points * sizeof(SkPoint)); in handleOp()
298 const SkScalar* xpos = (const SkScalar*)reader->skip(xCount * sizeof(SkScalar)); in handleOp()
306 const SkScalar* xpos = (const SkScalar*)reader->skip((3 + xCount) * sizeof(SkScalar)); in handleOp()
350 const SkScalar* ptr = (const SkScalar*)reader->skip(4 * sizeof(SkScalar)); in handleOp()
374 const SkPoint* verts = (const SkPoint*)reader->skip(vCount * sizeof(SkPoint)); in handleOp()
380 texs = (const SkPoint*)reader->skip(vCount * sizeof(SkPoint)); in handleOp()
383 colors = (const SkColor*)reader->skip(vCount * sizeof(SkColor)); in handleOp()
387 indices = (const uint16_t*)reader->skip(iCount * sizeof(uint16_t)); in handleOp()