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

  /external/skia/samplecode/
SamplePathEffects.cpp 19 static const int gXY[] = {
28 path.moveTo(SkIntToScalar(gXY[0]), SkIntToScalar(gXY[1]));
29 for (unsigned i = 2; i < SK_ARRAY_COUNT(gXY); i += 2)
30 path.lineTo(SkIntToScalar(gXY[i]), SkIntToScalar(gXY[i+1]));
49 path.moveTo(SkIntToScalar(gXY[0]), SkIntToScalar(gXY[1]));
50 for (unsigned i = 2; i < SK_ARRAY_COUNT(gXY); i += 2)
51 path.lineTo(SkIntToScalar(gXY[i]), SkIntToScalar(gXY[i+1]))
    [all...]
SampleAll.cpp 595 static const int gXY[] = { 1, 0, 0, -1, 2, -1, 3, 0, 2, 1, 0, 1 };
598 path.moveTo(SkIntToScalar(gXY[0]), SkIntToScalar(gXY[1]));
599 for (unsigned i = 2; i < SK_ARRAY_COUNT(gXY); i += 2)
600 path.lineTo(SkIntToScalar(gXY[i]), SkIntToScalar(gXY[i+1]));
SampleSlides.cpp 54 static const int gXY[] = {
66 path.moveTo(SkIntToScalar(gXY[0]), SkIntToScalar(gXY[1]));
67 for (unsigned i = 2; i < SK_ARRAY_COUNT(gXY); i += 2)
68 path.lineTo(SkIntToScalar(gXY[i]), SkIntToScalar(gXY[i+1]));
  /external/skia/tests/
PathCoverageTest.cpp 58 static const int gXY[] = {
116 one_d_pe(gXY, SK_ARRAY_COUNT(gXY), reporter);

Completed in 474 milliseconds