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

  /external/skia/gm/
patheffects.cpp 53 static const int gXY[] = {
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/
PathCoverageTest.cpp 90 static const int gXY[] = {
156 one_d_pe(gXY, SK_ARRAY_COUNT(gXY), reporter);

Completed in 26 milliseconds