HomeSort by relevance Sort by last modified time
    Searched refs:gXY (Results 1 - 10 of 10) 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 282 static const int gXY[] = { 1, 0, 0, -1, 2, -1, 3, 0, 2, 1, 0, 1 };
285 path.moveTo(SkIntToScalar(gXY[0]), SkIntToScalar(gXY[1]));
286 for (unsigned i = 2; i < SK_ARRAY_COUNT(gXY); i += 2)
287 path.lineTo(SkIntToScalar(gXY[i]), SkIntToScalar(gXY[i+1]));
SampleSlides.cpp 65 static const int gXY[] = {
77 path.moveTo(SkIntToScalar(gXY[0]), SkIntToScalar(gXY[1]));
78 for (unsigned i = 2; i < SK_ARRAY_COUNT(gXY); i += 2)
79 path.lineTo(SkIntToScalar(gXY[i]), SkIntToScalar(gXY[i+1]));
  /external/skqp/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 282 static const int gXY[] = { 1, 0, 0, -1, 2, -1, 3, 0, 2, 1, 0, 1 };
285 path.moveTo(SkIntToScalar(gXY[0]), SkIntToScalar(gXY[1]));
286 for (unsigned i = 2; i < SK_ARRAY_COUNT(gXY); i += 2)
287 path.lineTo(SkIntToScalar(gXY[i]), SkIntToScalar(gXY[i+1]));
SampleSlides.cpp 65 static const int gXY[] = {
77 path.moveTo(SkIntToScalar(gXY[0]), SkIntToScalar(gXY[1]));
78 for (unsigned i = 2; i < SK_ARRAY_COUNT(gXY); i += 2)
79 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/skqp/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);
  /external/skqp/tests/
PathCoverageTest.cpp 90 static const int gXY[] = {
153 one_d_pe(gXY, SK_ARRAY_COUNT(gXY), reporter);

Completed in 297 milliseconds