Home
last modified time | relevance | path

Searched refs:clipIndex (Results 1 – 3 of 3) sorted by relevance

/third_party/skia/src/core/
DSkOverdrawCanvas.cpp229 int clipIndex = 0; in onDrawEdgeAAImageSet2() local
236 fList[0]->onDrawPath(SkPath::Polygon(dstClips + clipIndex, 4, true), fPaint); in onDrawEdgeAAImageSet2()
237 clipIndex += 4; in onDrawEdgeAAImageSet2()
DSkDevice.cpp270 int clipIndex = 0; in drawEdgeAAImageSet() local
295 clipPath.addPoly(dstClips + clipIndex, 4, true); in drawEdgeAAImageSet()
297 clipIndex += 4; in drawEdgeAAImageSet()
DSkRecordDraw.cpp490 int clipIndex = 0; in bounds() local
494 entryBounds.setBounds(op.dstClips + clipIndex, 4); in bounds()
495 clipIndex += 4; in bounds()