Lines Matching defs:fJson
140 const skjson::ObjectValue& fJson;
175 const skjson::ObjectValue& fJson;
232 draws.push_back(this->attachBlendMode(rec.fJson, std::move(draw)));
236 const AutoPropertyTracker apt(this, rec->fJson, PropertyObserver::NodeType::OTHER);
241 if (auto geo = gGeometryAttachers[rec->fInfo.fAttacherIndex](rec->fJson, this)) {
249 geos = gGeometryEffectAttachers[rec->fInfo.fAttacherIndex](rec->fJson,
254 SkASSERT(&ctx->fGeometryEffectStack->back().fJson == &rec->fJson);
264 this->attachShape(rec->fJson["it"], &groupShapeCtx, rec->fSuppressed)) {
272 auto paint = gPaintAttachers[rec->fInfo.fAttacherIndex](rec->fJson, this);
281 drawGeos = it->fAttach(it->fJson, this, std::move(drawGeos));
287 drawGeos = adjuster(rec->fJson, this, std::move(drawGeos));
302 draws = gDrawEffectAttachers[rec->fInfo.fAttacherIndex](rec->fJson,