Home
last modified time | relevance | path

Searched refs:gGeometryAttachers (Results 1 – 1 of 1) sorted by relevance

/third_party/skia/modules/skottie/src/layers/shapelayer/
DShapeLayer.cpp35 static constexpr GeometryAttacherT gGeometryAttachers[] = { variable
240 SkASSERT(rec->fInfo.fAttacherIndex < SK_ARRAY_COUNT(gGeometryAttachers)); in attachShape()
241 if (auto geo = gGeometryAttachers[rec->fInfo.fAttacherIndex](rec->fJson, this)) { in attachShape()