HomeSort by relevance Sort by last modified time
    Searched refs:gJoins (Results 1 - 8 of 8) sorted by null

  /external/skia/gm/
strokerect.cpp 67 constexpr SkPaint::Join gJoins[] = {
89 for (size_t i = 0; i < SK_ARRAY_COUNT(gJoins); ++i) {
90 SkPaint::Join join = gJoins[i];
  /external/skqp/gm/
strokerect.cpp 67 constexpr SkPaint::Join gJoins[] = {
89 for (size_t i = 0; i < SK_ARRAY_COUNT(gJoins); ++i) {
90 SkPaint::Join join = gJoins[i];
  /external/skia/tests/
EmptyPathTest.cpp 70 static const SkPaint::Join gJoins[] = {
81 for (size_t join = 0; join < SK_ARRAY_COUNT(gJoins); ++join) {
92 paint.setStrokeJoin(gJoins[join]);
  /external/skqp/tests/
EmptyPathTest.cpp 70 static const SkPaint::Join gJoins[] = {
81 for (size_t join = 0; join < SK_ARRAY_COUNT(gJoins); ++join) {
92 paint.setStrokeJoin(gJoins[join]);
  /external/skia/samplecode/
SamplePath.cpp 169 static const SkPaint::Join gJoins[] = {
175 for (size_t i = 0; i < SK_ARRAY_COUNT(gJoins); i++) {
178 this->drawPath(canvas, fPath[j], gJoins[i]);
  /external/skqp/samplecode/
SamplePath.cpp 169 static const SkPaint::Join gJoins[] = {
175 for (size_t i = 0; i < SK_ARRAY_COUNT(gJoins); i++) {
178 this->drawPath(canvas, fPath[j], gJoins[i]);
  /external/skia/experimental/skottie/
Skottie.cpp 347 static constexpr SkPaint::Join gJoins[] = {
352 stroke_node->setStrokeJoin(gJoins[SkTPin<int>(ParseDefault(jstroke["lj"], 1) - 1,
353 0, SK_ARRAY_COUNT(gJoins) - 1)]);
    [all...]
  /external/skqp/experimental/skottie/
Skottie.cpp 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)]);
    [all...]

Completed in 263 milliseconds