Home
last modified time | relevance | path

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

/third_party/skia/modules/skottie/src/layers/shapelayer/
DShapeLayer.cpp156 , fGeometryEffectStack(effects) in AttachShapeContext()
160 std::vector<GeometryEffectRec>* fGeometryEffectStack; member
170 SkDEBUGCODE(const auto initialGeometryEffects = ctx->fGeometryEffectStack->size();) in attachShape()
214 ctx->fGeometryEffectStack->push_back( in attachShape()
254 SkASSERT(&ctx->fGeometryEffectStack->back().fJson == &rec->fJson); in attachShape()
255 SkASSERT(ctx->fGeometryEffectStack->back().fAttach == in attachShape()
257 ctx->fGeometryEffectStack->pop_back(); in attachShape()
261 ctx->fGeometryEffectStack, in attachShape()
279 for (auto it = ctx->fGeometryEffectStack->rbegin(); in attachShape()
280 it != ctx->fGeometryEffectStack->rend(); ++it) { in attachShape()
[all …]