Searched refs:clipIndex (Results 1 – 3 of 3) sorted by relevance
229 int clipIndex = 0; in onDrawEdgeAAImageSet2() local236 fList[0]->onDrawPath(SkPath::Polygon(dstClips + clipIndex, 4, true), fPaint); in onDrawEdgeAAImageSet2()237 clipIndex += 4; in onDrawEdgeAAImageSet2()
270 int clipIndex = 0; in drawEdgeAAImageSet() local295 clipPath.addPoly(dstClips + clipIndex, 4, true); in drawEdgeAAImageSet()297 clipIndex += 4; in drawEdgeAAImageSet()
490 int clipIndex = 0; in bounds() local494 entryBounds.setBounds(op.dstClips + clipIndex, 4); in bounds()495 clipIndex += 4; in bounds()