Lines Matching refs:skip
80 text->fText = (const char*)reader->skip(length); in get_text()
134 reader->skip(size - 4); in handleOp()
147 reader->skip(offsetToRestore - reader->offset()); in handleOp()
161 reader->skip(offsetToRestore - reader->offset()); in handleOp()
176 reader->skip(offsetToRestore - reader->offset()); in handleOp()
191 reader->skip(offsetToRestore - reader->offset()); in handleOp()
232 const SkRSXform* xform = (const SkRSXform*)reader->skip(count * sizeof(SkRSXform)); in handleOp()
233 const SkRect* tex = (const SkRect*)reader->skip(count * sizeof(SkRect)); in handleOp()
237 colors = (const SkColor*)reader->skip(count * sizeof(SkColor)); in handleOp()
242 cull = (const SkRect*)reader->skip(sizeof(SkRect)); in handleOp()
304 (void)reader->skip(length); in handleOp()
362 lattice.fXDivs = (const int*) reader->skip(lattice.fXCount * sizeof(int32_t)); in handleOp()
364 lattice.fYDivs = (const int*) reader->skip(lattice.fYCount * sizeof(int32_t)); in handleOp()
367 reader->skip(SkAlign4(flagCount * sizeof(SkCanvas::Lattice::Flags))); in handleOp()
427 const SkPoint* cubics = (const SkPoint*)reader->skip(SkPatchUtils::kNumCtrlPts * in handleOp()
432 colors = (const SkColor*)reader->skip(SkPatchUtils::kNumCorners * sizeof(SkColor)); in handleOp()
436 texCoords = (const SkPoint*)reader->skip(SkPatchUtils::kNumCorners * in handleOp()
480 const SkPoint* pts = (const SkPoint*)reader->skip(sizeof(SkPoint)* count); in handleOp()
492 const SkPoint* pos = (const SkPoint*)reader->skip(points * sizeof(SkPoint)); in handleOp()
504 const SkPoint* pos = (const SkPoint*)reader->skip(points * sizeof(SkPoint)); in handleOp()
520 const SkScalar* xpos = (const SkScalar*)reader->skip(xCount * sizeof(SkScalar)); in handleOp()
532 const SkScalar* xpos = (const SkScalar*)reader->skip((3 + xCount) * sizeof(SkScalar)); in handleOp()
607 const SkScalar* ptr = (const SkScalar*)reader->skip(4 * sizeof(SkScalar)); in handleOp()
640 const SkRSXform* xform = (const SkRSXform*)reader->skip(count * sizeof(SkRSXform)); in handleOp()
643 cull = (const SkRect*)reader->skip(sizeof(SkRect)); in handleOp()
656 const SkPoint* verts = (const SkPoint*)reader->skip(vCount * sizeof(SkPoint)); in handleOp()
662 texs = (const SkPoint*)reader->skip(vCount * sizeof(SkPoint)); in handleOp()
665 colors = (const SkColor*)reader->skip(vCount * sizeof(SkColor)); in handleOp()
669 indices = (const uint16_t*)reader->skip(iCount * sizeof(uint16_t)); in handleOp()