Searched refs:clipIndex (Results 1 – 3 of 3) sorted by relevance
237 int clipIndex = 0; in onDrawEdgeAAImageSet2() local244 fList[0]->onDrawPath(SkPath::Polygon(dstClips + clipIndex, 4, true), fPaint); in onDrawEdgeAAImageSet2()245 clipIndex += 4; in onDrawEdgeAAImageSet2()
260 int clipIndex = 0; in drawEdgeAAImageSet() local285 clipPath.addPoly(dstClips + clipIndex, 4, true); in drawEdgeAAImageSet()287 clipIndex += 4; in drawEdgeAAImageSet()
517 int clipIndex = 0; in bounds() local521 entryBounds.setBounds(op.dstClips + clipIndex, 4); in bounds()522 clipIndex += 4; in bounds()