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

/external/skia/src/gpu/ops/
H A DGrLatticeOp.cpp34 Patch& patch = fPatches.push_back();
52 for (int i = 0; i < fPatches.count(); ++i) {
54 fPatches[i].fColor, fPatches[i].fDst.fLeft, fPatches[i].fDst.fTop,
55 fPatches[i].fDst.fRight, fPatches[i].fDst.fBottom);
71 analysioptimizations.getOverrideColorIfSet(&fPatches[0].fColor);
82 int patchCnt = fPatches.count();
85 numRects += fPatches[
163 SkSTArray<1, Patch, true> fPatches; member in class:final
[all...]

Completed in 74 milliseconds