Searched refs:gJoins (Results 1 - 8 of 8) sorted by relevance

/external/skia/gm/
H A Dstrokerect.cpp67 constexpr SkPaint::Join gJoins[] = { variable
89 for (size_t i = 0; i < SK_ARRAY_COUNT(gJoins); ++i) {
90 SkPaint::Join join = gJoins[i];
/external/skqp/gm/
H A Dstrokerect.cpp67 constexpr SkPaint::Join gJoins[] = { variable
89 for (size_t i = 0; i < SK_ARRAY_COUNT(gJoins); ++i) {
90 SkPaint::Join join = gJoins[i];
/external/skia/tests/
H A DEmptyPathTest.cpp70 static const SkPaint::Join gJoins[] = { local
81 for (size_t join = 0; join < SK_ARRAY_COUNT(gJoins); ++join) {
92 paint.setStrokeJoin(gJoins[join]);
/external/skqp/tests/
H A DEmptyPathTest.cpp70 static const SkPaint::Join gJoins[] = { local
81 for (size_t join = 0; join < SK_ARRAY_COUNT(gJoins); ++join) {
92 paint.setStrokeJoin(gJoins[join]);
/external/skia/samplecode/
H A DSamplePath.cpp169 static const SkPaint::Join gJoins[] = { variable
175 for (size_t i = 0; i < SK_ARRAY_COUNT(gJoins); i++) {
178 this->drawPath(canvas, fPath[j], gJoins[i]);
/external/skqp/samplecode/
H A DSamplePath.cpp169 static const SkPaint::Join gJoins[] = { variable
175 for (size_t i = 0; i < SK_ARRAY_COUNT(gJoins); i++) {
178 this->drawPath(canvas, fPath[j], gJoins[i]);
/external/skia/experimental/skottie/
H A DSkottie.cpp347 static constexpr SkPaint::Join gJoins[] = { local
352 stroke_node->setStrokeJoin(gJoins[SkTPin<int>(ParseDefault(jstroke["lj"], 1) - 1,
353 0, SK_ARRAY_COUNT(gJoins) - 1)]);
/external/skqp/experimental/skottie/
H A DSkottie.cpp346 static constexpr SkPaint::Join gJoins[] = { local
351 stroke_node->setStrokeJoin(gJoins[SkTPin<int>(ParseDefault(jstroke["lj"], 1) - 1,
352 0, SK_ARRAY_COUNT(gJoins) - 1)]);

Completed in 310 milliseconds