Home
last modified time | relevance | path

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

/third_party/skia/src/gpu/ops/
H A DLatticeOp.cpp170 Patch& patch = fPatches.push_back(); in NonAALatticeOp()
195 auto opaque = fPatches[0].fColor.isOpaque() && fAlphaType == kOpaque_SkAlphaType
202 analysisColor.isConstant(&fPatches[0].fColor);
203 fWideColor = !fPatches[0].fColor.fitsInBytes();
244 int patchCnt = fPatches.count();
247 numRects += fPatches[i].fIter->numRectsToDraw();
265 const Patch& patch = fPatches[i];
361 fPatches.move_back_n(that->fPatches.count(), that->fPatches
389 SkSTArray<1, Patch, true> fPatches; global() member in skgpu::v1::LatticeOp::final
[all...]

Completed in 2 milliseconds