Home | History | Annotate | Download | only in skottie

Lines Matching refs:gCaps

354     static constexpr SkPaint::Cap gCaps[] = {
359 stroke_node->setStrokeCap(gCaps[SkTPin<int>(ParseDefault(jstroke["lc"], 1) - 1,
360 0, SK_ARRAY_COUNT(gCaps) - 1)]);