Home
last modified time | relevance | path

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

/aosp_15_r20/external/skia/modules/skottie/src/layers/shapelayer/
H A DShapeLayer.cpp163 , fGeometryEffectStack(effects) in AttachShapeContext()
167 std::vector<GeometryEffectRec>* fGeometryEffectStack; member
177 SkDEBUGCODE(const auto initialGeometryEffects = ctx->fGeometryEffectStack->size();) in attachShape()
221 ctx->fGeometryEffectStack->push_back( in attachShape()
261 SkASSERT(&ctx->fGeometryEffectStack->back().fJson == &rec->fJson); in attachShape()
262 SkASSERT(ctx->fGeometryEffectStack->back().fAttach == in attachShape()
264 ctx->fGeometryEffectStack->pop_back(); in attachShape()
268 ctx->fGeometryEffectStack, in attachShape()
286 for (auto it = ctx->fGeometryEffectStack->rbegin(); in attachShape()
287 it != ctx->fGeometryEffectStack->rend(); ++it) { in attachShape()
[all …]