Home
last modified time | relevance | path

Searched refs:path4 (Results 1 - 3 of 3) sorted by relevance

/third_party/skia/gm/
H A Dstrokefill.cpp325 SkPath path4; in DEF_SIMPLE_GM_BG_NAME() local
326 path4.setFillType(SkPathFillType::kWinding); in DEF_SIMPLE_GM_BG_NAME()
327 path4.addRect(r, SkPathDirection::kCCW); in DEF_SIMPLE_GM_BG_NAME()
329 path4.addRect(r, SkPathDirection::kCW); in DEF_SIMPLE_GM_BG_NAME()
330 canvas->drawPath(path4, paint); in DEF_SIMPLE_GM_BG_NAME()
334 path4.reset(); in DEF_SIMPLE_GM_BG_NAME()
335 SkASSERT(SkPathPriv::ComputeFirstDirection(path4) == SkPathFirstDirection::kUnknown); in DEF_SIMPLE_GM_BG_NAME()
336 path4.addRect(r, SkPathDirection::kCCW); in DEF_SIMPLE_GM_BG_NAME()
337 SkASSERT(SkPathPriv::ComputeFirstDirection(path4) == SkPathFirstDirection::kCCW); in DEF_SIMPLE_GM_BG_NAME()
338 path4 in DEF_SIMPLE_GM_BG_NAME()
[all...]
/third_party/skia/tests/
H A DPathOpsBuildUseTest.cpp83 SkPath path4(path); in build1_1()
84 builder.add(path4, (SkPathOp) 2); in build1_1()
H A DPathOpsIssue3651.cpp651 static SkPath path4() { in path4() function
1214 SkPath pathB = path4(); in issue3651_2()

Completed in 13 milliseconds