Lines Matching defs:fPatches
170 Patch& patch = fPatches.push_back();
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.begin());
370 for (int i = 0; i < fPatches.count(); ++i) {
372 fPatches[i].fColor.toBytes_RGBA(), fPatches[i].fDst.fLeft,
373 fPatches[i].fDst.fTop, fPatches[i].fDst.fRight, fPatches[i].fDst.fBottom);
389 SkSTArray<1, Patch, true> fPatches;