Home
last modified time | relevance | path

Searched refs:gXY (Results 1 - 4 of 4) sorted by relevance

/third_party/skia/samplecode/
H A 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[ in make_warp_pe()
[all...]
H A 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()
/third_party/skia/tests/
H A DPathCoverageTest.cpp90 static const int gXY[] = { variable
153 one_d_pe(gXY, SK_ARRAY_COUNT(gXY), reporter); in TestQuadPointCount()
/third_party/skia/gm/
H A Dpatheffects.cpp65 constexpr int gXY[] = { member
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()

Completed in 3 milliseconds