Searched refs:fAttacherIndex (Results 1 – 1 of 1) sorted by relevance
98 uint16_t fAttacherIndex; // index into respective attacher tables member213 SkASSERT(info->fAttacherIndex < SK_ARRAY_COUNT(gGeometryEffectAttachers)); in attachShape()215 { *shape, gGeometryEffectAttachers[info->fAttacherIndex] }); in attachShape()240 SkASSERT(rec->fInfo.fAttacherIndex < SK_ARRAY_COUNT(gGeometryAttachers)); in attachShape()241 if (auto geo = gGeometryAttachers[rec->fInfo.fAttacherIndex](rec->fJson, this)) { in attachShape()247 SkASSERT(rec->fInfo.fAttacherIndex < SK_ARRAY_COUNT(gGeometryEffectAttachers)); in attachShape()249 geos = gGeometryEffectAttachers[rec->fInfo.fAttacherIndex](rec->fJson, in attachShape()256 gGeometryEffectAttachers[rec->fInfo.fAttacherIndex]); in attachShape()271 SkASSERT(rec->fInfo.fAttacherIndex < SK_ARRAY_COUNT(gPaintAttachers)); in attachShape()272 auto paint = gPaintAttachers[rec->fInfo.fAttacherIndex](rec->fJson, this); in attachShape()[all …]