Home
last modified time | relevance | path

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

/external/skia/src/gpu/ops/
DGrLatticeOp.cpp34 Patch& patch = fPatches.push_back(); in NonAALatticeOp()
52 for (int i = 0; i < fPatches.count(); ++i) { in dumpInfo()
54 fPatches[i].fColor, fPatches[i].fDst.fLeft, fPatches[i].fDst.fTop, in dumpInfo()
55 fPatches[i].fDst.fRight, fPatches[i].fDst.fBottom); in dumpInfo()
71 analysioptimizations.getOverrideColorIfSet(&fPatches[0].fColor); in applyPipelineOptimizations()
82 int patchCnt = fPatches.count(); in onPrepareDraws()
85 numRects += fPatches[i].fIter->numRectsToDraw(); in onPrepareDraws()
99 const Patch& patch = fPatches[i]; in onPrepareDraws()
149 fPatches.move_back_n(that->fPatches.count(), that->fPatches.begin()); in onCombineIfPossible()
163 SkSTArray<1, Patch, true> fPatches; member in NonAALatticeOp