• Home
  • Raw
  • Download

Lines Matching refs:skip

79     text->fText = (const char*)reader->skip(length);  in get_text()
119 reader->skip(size - 4); in handleOp()
183 const SkRSXform* xform = (const SkRSXform*)reader->skip(count * sizeof(SkRSXform)); in handleOp()
184 const SkRect* tex = (const SkRect*)reader->skip(count * sizeof(SkRect)); in handleOp()
188 colors = (const SkColor*)reader->skip(count * sizeof(SkColor)); in handleOp()
193 cull = (const SkRect*)reader->skip(sizeof(SkRect)); in handleOp()
234 (void)reader->skip(length); in handleOp()
293 const SkPoint* cubics = (const SkPoint*)reader->skip(SkPatchUtils::kNumCtrlPts * in handleOp()
298 colors = (const SkColor*)reader->skip(SkPatchUtils::kNumCorners * sizeof(SkColor)); in handleOp()
302 texCoords = (const SkPoint*)reader->skip(SkPatchUtils::kNumCorners * in handleOp()
333 const SkPoint* pts = (const SkPoint*)reader->skip(sizeof(SkPoint)* count); in handleOp()
341 const SkPoint* pos = (const SkPoint*)reader->skip(points * sizeof(SkPoint)); in handleOp()
349 const SkPoint* pos = (const SkPoint*)reader->skip(points * sizeof(SkPoint)); in handleOp()
362 const SkScalar* xpos = (const SkScalar*)reader->skip(xCount * sizeof(SkScalar)); in handleOp()
370 const SkScalar* xpos = (const SkScalar*)reader->skip((3 + xCount) * sizeof(SkScalar)); in handleOp()
414 const SkScalar* ptr = (const SkScalar*)reader->skip(4 * sizeof(SkScalar)); in handleOp()
438 const SkPoint* verts = (const SkPoint*)reader->skip(vCount * sizeof(SkPoint)); in handleOp()
444 texs = (const SkPoint*)reader->skip(vCount * sizeof(SkPoint)); in handleOp()
447 colors = (const SkColor*)reader->skip(vCount * sizeof(SkColor)); in handleOp()
451 indices = (const uint16_t*)reader->skip(iCount * sizeof(uint16_t)); in handleOp()