Lines Matching refs:skip
81 text->fText = (const char*)reader->skip(length); in get_text()
135 reader->skip(size - 4); in handleOp()
148 reader->skip(offsetToRestore - reader->offset()); in handleOp()
162 reader->skip(offsetToRestore - reader->offset()); in handleOp()
177 reader->skip(offsetToRestore - reader->offset()); in handleOp()
192 reader->skip(offsetToRestore - reader->offset()); in handleOp()
233 const SkRSXform* xform = (const SkRSXform*)reader->skip(count * sizeof(SkRSXform)); in handleOp()
234 const SkRect* tex = (const SkRect*)reader->skip(count * sizeof(SkRect)); in handleOp()
238 colors = (const SkColor*)reader->skip(count * sizeof(SkColor)); in handleOp()
243 cull = (const SkRect*)reader->skip(sizeof(SkRect)); in handleOp()
305 (void)reader->skip(length); in handleOp()
363 lattice.fXDivs = (const int*) reader->skip(lattice.fXCount * sizeof(int32_t)); in handleOp()
365 lattice.fYDivs = (const int*) reader->skip(lattice.fYCount * sizeof(int32_t)); in handleOp()
368 reader->skip(SkAlign4(flagCount * sizeof(SkCanvas::Lattice::Flags))); in handleOp()
428 const SkPoint* cubics = (const SkPoint*)reader->skip(SkPatchUtils::kNumCtrlPts * in handleOp()
433 colors = (const SkColor*)reader->skip(SkPatchUtils::kNumCorners * sizeof(SkColor)); in handleOp()
437 texCoords = (const SkPoint*)reader->skip(SkPatchUtils::kNumCorners * in handleOp()
481 const SkPoint* pts = (const SkPoint*)reader->skip(sizeof(SkPoint)* count); in handleOp()
493 const SkPoint* pos = (const SkPoint*)reader->skip(points * sizeof(SkPoint)); in handleOp()
505 const SkPoint* pos = (const SkPoint*)reader->skip(points * sizeof(SkPoint)); in handleOp()
521 const SkScalar* xpos = (const SkScalar*)reader->skip(xCount * sizeof(SkScalar)); in handleOp()
533 const SkScalar* xpos = (const SkScalar*)reader->skip((3 + xCount) * sizeof(SkScalar)); in handleOp()
622 const SkScalar* ptr = (const SkScalar*)reader->skip(4 * sizeof(SkScalar)); in handleOp()
655 const SkRSXform* xform = (const SkRSXform*)reader->skip(count * sizeof(SkRSXform)); in handleOp()
658 cull = (const SkRect*)reader->skip(sizeof(SkRect)); in handleOp()
671 const SkPoint* verts = (const SkPoint*)reader->skip(vCount * sizeof(SkPoint)); in handleOp()
677 texs = (const SkPoint*)reader->skip(vCount * sizeof(SkPoint)); in handleOp()
680 colors = (const SkColor*)reader->skip(vCount * sizeof(SkColor)); in handleOp()
684 indices = (const uint16_t*)reader->skip(iCount * sizeof(uint16_t)); in handleOp()