Home
last modified time | relevance | path

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

/third_party/skia/src/gpu/ops/
DFillRRectOp.cpp125 Instance* fHeadInstance; member in skgpu::v1::FillRRectOp::__anon7ffb87900111::FillRRectOpImpl
201 , fHeadInstance(arena->make<Instance>(viewMatrix, rrect, localRect, paintColor)) in FillRRectOpImpl()
202 , fTailInstance(&fHeadInstance->fNext) { in FillRRectOpImpl()
216 SkASSERT(fHeadInstance->fNext == nullptr); in clipToShape()
223 if (clipMatrix == fHeadInstance->fViewMatrix) { in clipToShape()
231 SkASSERT(!fHeadInstance->fViewMatrix.hasPerspective()); in clipToShape()
236 if (!fHeadInstance->fViewMatrix.invert(&clipToView)) { in clipToShape()
263 if (fHeadInstance->fRRect.isRect() && clipRRect.isRect()) { in clipToShape()
265 if (!isectRect.intersect(fHeadInstance->fRRect.rect(), clipRRect.rect())) { in clipToShape()
270 isectRRect = SkRRectPriv::ConservativeIntersect(fHeadInstance->fRRect, clipRRect); in clipToShape()
[all …]
DDrawAtlasPathOp.h26 , fHeadInstance(arena->make<Instance>(fillBounds, localToDevice, paint.getColor4f(), in DrawAtlasPathOp()
29 , fTailInstance(&fHeadInstance->fNext) in DrawAtlasPathOp()
75 Instance* fHeadInstance; variable
DDrawAtlasPathOp.cpp127 fHeadInstance->fColor, GrProcessorAnalysisCoverage::kSingleChannel, clip, in finalize()
128 &GrUserStencilSettings::kUnused, caps, clampType, &fHeadInstance->fColor); in finalize()
142 *fTailInstance = that->fHeadInstance; in onCombineIfPossible()
197 for (const Instance* i = fHeadInstance; i; i = i->fNext) { in onPrepare()