Home
last modified time | relevance | path

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

/third_party/skia/modules/skottie/src/layers/shapelayer/
DShapeLayer.cpp56 static constexpr PaintAttacherT gPaintAttachers[] = { variable
70 static_assert(SK_ARRAY_COUNT(gPaintGeometryAdjusters) == SK_ARRAY_COUNT(gPaintAttachers), "");
271 SkASSERT(rec->fInfo.fAttacherIndex < SK_ARRAY_COUNT(gPaintAttachers)); in attachShape()
272 auto paint = gPaintAttachers[rec->fInfo.fAttacherIndex](rec->fJson, this); in attachShape()
/third_party/flutter/skia/modules/skottie/src/layers/
DShapeLayer.cpp428 static constexpr PaintAttacherT gPaintAttachers[] = { variable
625 SkASSERT(rec->fInfo.fAttacherIndex < SK_ARRAY_COUNT(gPaintAttachers)); in attachShape()
626 auto paint = gPaintAttachers[rec->fInfo.fAttacherIndex](rec->fJson, this); in attachShape()