Searched refs:gGeometryAttachers (Results 1 – 1 of 1) sorted by relevance
35 static constexpr GeometryAttacherT gGeometryAttachers[] = { variable240 SkASSERT(rec->fInfo.fAttacherIndex < SK_ARRAY_COUNT(gGeometryAttachers)); in attachShape()241 if (auto geo = gGeometryAttachers[rec->fInfo.fAttacherIndex](rec->fJson, this)) { in attachShape()