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

  /external/chromium_org/third_party/skia/samplecode/
SamplePathEffects.cpp 26 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]));
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[i]), SkIntToScalar(gXY[i+1]))
    [all...]
SampleAll.cpp 498 static const int gXY[] = { 1, 0, 0, -1, 2, -1, 3, 0, 2, 1, 0, 1 };
501 path.moveTo(SkIntToScalar(gXY[0]), SkIntToScalar(gXY[1]));
502 for (unsigned i = 2; i < SK_ARRAY_COUNT(gXY); i += 2)
503 path.lineTo(SkIntToScalar(gXY[i]), SkIntToScalar(gXY[i+1]));
SampleSlides.cpp 67 static const int gXY[] = {
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/chromium_org/third_party/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/chromium_org/third_party/skia/tests/
PathCoverageTest.cpp 90 static const int gXY[] = {
153 one_d_pe(gXY, SK_ARRAY_COUNT(gXY), reporter);

Completed in 65 milliseconds