Searched refs:gXY (Results 1 - 5 of 5) sorted by relevance
/external/skia/samplecode/ |
H A D | SamplePathEffects.cpp | 25 static const int gXY[] = { variable 34 path.moveTo(SkIntToScalar(gXY[0]), SkIntToScalar(gXY[1])); 35 for (unsigned i = 2; i < SK_ARRAY_COUNT(gXY); i += 2) 36 path.lineTo(SkIntToScalar(gXY[i]), SkIntToScalar(gXY[i+1])); 56 path.moveTo(SkIntToScalar(gXY[0]), SkIntToScalar(gXY[1])); 57 for (unsigned i = 2; i < SK_ARRAY_COUNT(gXY); i += 2) 58 path.lineTo(SkIntToScalar(gXY[ [all...] |
H A D | SampleAll.cpp | 485 static const int gXY[] = { 1, 0, 0, -1, 2, -1, 3, 0, 2, 1, 0, 1 }; local 488 path.moveTo(SkIntToScalar(gXY[0]), SkIntToScalar(gXY[1])); 489 for (unsigned i = 2; i < SK_ARRAY_COUNT(gXY); i += 2) 490 path.lineTo(SkIntToScalar(gXY[i]), SkIntToScalar(gXY[i+1]));
|
H A D | SampleSlides.cpp | 67 static const int gXY[] = { variable 79 path.moveTo(SkIntToScalar(gXY[0]), SkIntToScalar(gXY[1])); 80 for (unsigned i = 2; i < SK_ARRAY_COUNT(gXY); i += 2) 81 path.lineTo(SkIntToScalar(gXY[i]), SkIntToScalar(gXY[i+1]));
|
/external/skia/gm/ |
H A D | patheffects.cpp | 53 static const int gXY[] = { member in namespace:skiagm 65 path.moveTo(SkIntToScalar(gXY[0]), SkIntToScalar(gXY[1])); 66 for (unsigned i = 2; i < SK_ARRAY_COUNT(gXY); i += 2) 67 path.lineTo(SkIntToScalar(gXY[i]), SkIntToScalar(gXY[i+1]));
|
/external/skia/tests/ |
H A D | PathCoverageTest.cpp | 90 static const int gXY[] = { variable 153 one_d_pe(gXY, SK_ARRAY_COUNT(gXY), reporter);
|
Completed in 339 milliseconds