Home
last modified time | relevance | path

Searched refs:gXY (Results 1 – 8 of 8) sorted by relevance

/external/skia/samplecode/
DSamplePathEffects.cpp24 static const int gXY[] = { variable
34 path.moveTo(SkIntToScalar(gXY[0]), SkIntToScalar(gXY[1])); in make_pe()
35 for (unsigned i = 2; i < SK_ARRAY_COUNT(gXY); i += 2) in make_pe()
36 path.lineTo(SkIntToScalar(gXY[i]), SkIntToScalar(gXY[i+1])); in make_pe()
52 path.moveTo(SkIntToScalar(gXY[0]), SkIntToScalar(gXY[1])); in make_warp_pe()
53 for (unsigned i = 2; i < SK_ARRAY_COUNT(gXY); i += 2) { in make_warp_pe()
54 path.lineTo(SkIntToScalar(gXY[i]), SkIntToScalar(gXY[i+1])); in make_warp_pe()
DSampleSlides.cpp63 static const int gXY[] = { variable
75 path.moveTo(SkIntToScalar(gXY[0]), SkIntToScalar(gXY[1])); in one_d_pe()
76 for (unsigned i = 2; i < SK_ARRAY_COUNT(gXY); i += 2) in one_d_pe()
77 path.lineTo(SkIntToScalar(gXY[i]), SkIntToScalar(gXY[i+1])); in one_d_pe()
/external/skqp/samplecode/
DSamplePathEffects.cpp24 static const int gXY[] = { variable
34 path.moveTo(SkIntToScalar(gXY[0]), SkIntToScalar(gXY[1])); in make_pe()
35 for (unsigned i = 2; i < SK_ARRAY_COUNT(gXY); i += 2) in make_pe()
36 path.lineTo(SkIntToScalar(gXY[i]), SkIntToScalar(gXY[i+1])); in make_pe()
52 path.moveTo(SkIntToScalar(gXY[0]), SkIntToScalar(gXY[1])); in make_warp_pe()
53 for (unsigned i = 2; i < SK_ARRAY_COUNT(gXY); i += 2) { in make_warp_pe()
54 path.lineTo(SkIntToScalar(gXY[i]), SkIntToScalar(gXY[i+1])); in make_warp_pe()
DSampleSlides.cpp64 static const int gXY[] = { variable
76 path.moveTo(SkIntToScalar(gXY[0]), SkIntToScalar(gXY[1])); in one_d_pe()
77 for (unsigned i = 2; i < SK_ARRAY_COUNT(gXY); i += 2) in one_d_pe()
78 path.lineTo(SkIntToScalar(gXY[i]), SkIntToScalar(gXY[i+1])); in one_d_pe()
/external/skqp/gm/
Dpatheffects.cpp51 constexpr int gXY[] = { variable
63 path.moveTo(SkIntToScalar(gXY[0]), SkIntToScalar(gXY[1])); in one_d_pe()
64 for (unsigned i = 2; i < SK_ARRAY_COUNT(gXY); i += 2) in one_d_pe()
65 path.lineTo(SkIntToScalar(gXY[i]), SkIntToScalar(gXY[i+1])); in one_d_pe()
/external/skia/gm/
Dpatheffects.cpp65 constexpr int gXY[] = { variable
77 b.moveTo(SkIntToScalar(gXY[0]), SkIntToScalar(gXY[1])); in one_d_pe()
78 for (unsigned i = 2; i < SK_ARRAY_COUNT(gXY); i += 2) { in one_d_pe()
79 b.lineTo(SkIntToScalar(gXY[i]), SkIntToScalar(gXY[i+1])); in one_d_pe()
/external/skia/tests/
DPathCoverageTest.cpp90 static const int gXY[] = { variable
153 one_d_pe(gXY, SK_ARRAY_COUNT(gXY), reporter); in TestQuadPointCount()
/external/skqp/tests/
DPathCoverageTest.cpp90 static const int gXY[] = { variable
153 one_d_pe(gXY, SK_ARRAY_COUNT(gXY), reporter); in TestQuadPointCount()