Searched refs:fGeometryEffectStack (Results 1 – 1 of 1) sorted by relevance
163 , fGeometryEffectStack(effects) in AttachShapeContext()167 std::vector<GeometryEffectRec>* fGeometryEffectStack; member177 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 …]