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

  /external/skia/samplecode/
SamplePathEffects.cpp 25 static const int gXY[] = {
35 path.moveTo(SkIntToScalar(gXY[0]), SkIntToScalar(gXY[1]));
36 for (unsigned i = 2; i < SK_ARRAY_COUNT(gXY); i += 2)
37 path.lineTo(SkIntToScalar(gXY[i]), SkIntToScalar(gXY[i+1]));
53 path.moveTo(SkIntToScalar(gXY[0]), SkIntToScalar(gXY[1]));
54 for (unsigned i = 2; i < SK_ARRAY_COUNT(gXY); i += 2) {
55 path.lineTo(SkIntToScalar(gXY[i]), SkIntToScalar(gXY[i+1]))
    [all...]
SampleAll.cpp 442 static const int gXY[] = { 1, 0, 0, -1, 2, -1, 3, 0, 2, 1, 0, 1 };
445 path.moveTo(SkIntToScalar(gXY[0]), SkIntToScalar(gXY[1]));
446 for (unsigned i = 2; i < SK_ARRAY_COUNT(gXY); i += 2)
447 path.lineTo(SkIntToScalar(gXY[i]), SkIntToScalar(gXY[i+1]));
SampleSlides.cpp 66 static const int gXY[] = {
78 path.moveTo(SkIntToScalar(gXY[0]), SkIntToScalar(gXY[1]));
79 for (unsigned i = 2; i < SK_ARRAY_COUNT(gXY); i += 2)
80 path.lineTo(SkIntToScalar(gXY[i]), SkIntToScalar(gXY[i+1]));
  /external/skia/gm/
patheffects.cpp 51 constexpr int gXY[] = {
63 path.moveTo(SkIntToScalar(gXY[0]), SkIntToScalar(gXY[1]));
64 for (unsigned i = 2; i < SK_ARRAY_COUNT(gXY); i += 2)
65 path.lineTo(SkIntToScalar(gXY[i]), SkIntToScalar(gXY[i+1]));
  /external/skia/tests/
PathCoverageTest.cpp 90 static const int gXY[] = {
153 one_d_pe(gXY, SK_ARRAY_COUNT(gXY), reporter);

Completed in 90 milliseconds