Home | History | Annotate | Download | only in skottie

Lines Matching refs:gJoins

346     static constexpr SkPaint::Join gJoins[] = {
351 stroke_node->setStrokeJoin(gJoins[SkTPin<int>(ParseDefault(jstroke["lj"], 1) - 1,
352 0, SK_ARRAY_COUNT(gJoins) - 1)]);