Searched defs:gJoins (Results 1 - 3 of 3) sorted by relevance

/external/skia/gm/
H A Dstrokerect.cpp66 static const SkPaint::Join gJoins[] = { variable
88 for (size_t i = 0; i < SK_ARRAY_COUNT(gJoins); ++i) {
89 SkPaint::Join join = gJoins[i];
/external/skia/tests/
H A DEmptyPathTest.cpp69 static const SkPaint::Join gJoins[] = { local
80 for (size_t join = 0; join < SK_ARRAY_COUNT(gJoins); ++join) {
91 paint.setStrokeJoin(gJoins[join]);
/external/skia/samplecode/
H A DSamplePath.cpp182 static const SkPaint::Join gJoins[] = { variable
188 for (size_t i = 0; i < SK_ARRAY_COUNT(gJoins); i++) {
191 this->drawPath(canvas, fPath[j], gJoins[i]);

Completed in 7884 milliseconds