Lines Matching refs:fInfo
176 const ShapeInfo& fInfo;
238 switch (rec->fInfo.fShapeType) {
240 SkASSERT(rec->fInfo.fAttacherIndex < SK_ARRAY_COUNT(gGeometryAttachers));
241 if (auto geo = gGeometryAttachers[rec->fInfo.fAttacherIndex](rec->fJson, this)) {
247 SkASSERT(rec->fInfo.fAttacherIndex < SK_ARRAY_COUNT(gGeometryEffectAttachers));
249 geos = gGeometryEffectAttachers[rec->fInfo.fAttacherIndex](rec->fJson,
256 gGeometryEffectAttachers[rec->fInfo.fAttacherIndex]);
271 SkASSERT(rec->fInfo.fAttacherIndex < SK_ARRAY_COUNT(gPaintAttachers));
272 auto paint = gPaintAttachers[rec->fInfo.fAttacherIndex](rec->fJson, this);
285 SkASSERT(rec->fInfo.fAttacherIndex < SK_ARRAY_COUNT(gPaintGeometryAdjusters));
286 if (const auto adjuster = gPaintGeometryAdjusters[rec->fInfo.fAttacherIndex]) {
300 SkASSERT(rec->fInfo.fAttacherIndex < SK_ARRAY_COUNT(gDrawEffectAttachers));
302 draws = gDrawEffectAttachers[rec->fInfo.fAttacherIndex](rec->fJson,