/external/skqp/gm/ |
nested.cpp | 102 SkPath::kCCW_Direction);
|
blurs.cpp | 83 path.addRect(inner, SkPath::kCCW_Direction);
|
pathcontourstart.cpp | 103 drawOneColumn(canvas, SkPath::kCCW_Direction, makePath);
|
strokefill.cpp | 278 path.addCircle(x, y + SkIntToScalar(200), SkIntToScalar(40), SkPath::kCCW_Direction); 283 path2.addCircle(x + SkIntToScalar(120), y + SkIntToScalar(200), SkIntToScalar(50), SkPath::kCCW_Direction); 288 path2.addCircle(x + SkIntToScalar(240), y + SkIntToScalar(200), SkIntToScalar(50), SkPath::kCCW_Direction); 304 path3.addRect(r, SkPath::kCCW_Direction); 311 path4.addRect(r, SkPath::kCCW_Direction); 320 path4.addRect(r, SkPath::kCCW_Direction);
|
arcto.cpp | 68 SkPath::kCCW_Direction, oval.right(), oval.bottom() + 100);
|
patheffects.cpp | 139 path.addRect(r, SkPath::kCCW_Direction);
|
polygonoffset.cpp | 18 if (SkPath::kCCW_Direction == dir) { 522 const SkPath::Direction dirs[2] = { SkPath::kCW_Direction, SkPath::kCCW_Direction };
|
drawatlas.cpp | 190 SkPath::kCW_Direction, SkPath::kCCW_Direction,
|
/external/skia/gm/ |
blurs.cpp | 83 path.addRect(inner, SkPath::kCCW_Direction);
|
pathcontourstart.cpp | 103 drawOneColumn(canvas, SkPath::kCCW_Direction, makePath);
|
strokefill.cpp | 278 path.addCircle(x, y + SkIntToScalar(200), SkIntToScalar(40), SkPath::kCCW_Direction); 283 path2.addCircle(x + SkIntToScalar(120), y + SkIntToScalar(200), SkIntToScalar(50), SkPath::kCCW_Direction); 288 path2.addCircle(x + SkIntToScalar(240), y + SkIntToScalar(200), SkIntToScalar(50), SkPath::kCCW_Direction); 304 path3.addRect(r, SkPath::kCCW_Direction); 311 path4.addRect(r, SkPath::kCCW_Direction); 320 path4.addRect(r, SkPath::kCCW_Direction);
|
arcto.cpp | 68 SkPath::kCCW_Direction, oval.right(), oval.bottom() + 100);
|
patheffects.cpp | 139 path.addRect(r, SkPath::kCCW_Direction);
|
polygonoffset.cpp | 18 if (SkPath::kCCW_Direction == dir) { 522 const SkPath::Direction dirs[2] = { SkPath::kCW_Direction, SkPath::kCCW_Direction };
|
drawatlas.cpp | 190 SkPath::kCW_Direction, SkPath::kCCW_Direction,
|
/external/skia/tests/ |
DefaultPathRendererTest.cpp | 55 p.addRect(outer.makeInset(inset, inset), SkPath::kCCW_Direction);
|
GpuDrawPathTest.cpp | 69 oval2.addOval(rect, SkPath::kCCW_Direction);
|
PathTest.cpp | [all...] |
/external/skqp/tests/ |
DefaultPathRendererTest.cpp | 55 p.addRect(outer.makeInset(inset, inset), SkPath::kCCW_Direction);
|
GpuDrawPathTest.cpp | 69 oval2.addOval(rect, SkPath::kCCW_Direction);
|
PathTest.cpp | [all...] |
/external/skia/src/gpu/ |
GrShape.h | 552 *dir = SkPath::kCCW_Direction; 556 *dir = SkPath::kCCW_Direction;
|
/external/skqp/src/gpu/ |
GrShape.h | 552 *dir = SkPath::kCCW_Direction; 556 *dir = SkPath::kCCW_Direction;
|
/external/skia/src/core/ |
SkPath_serial.cpp | 177 rrectDir = kCCW_Direction;
|
/external/skqp/src/core/ |
SkPath_serial.cpp | 177 rrectDir = kCCW_Direction;
|