OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:circle3
(Results
1 - 1
of
1
) sorted by null
/external/skia/tests/
PathOpsBuilderTest.cpp
67
SkPath circle1, circle2,
circle3
;
local
70
circle3
.addCircle(6, 5, 6, SkPath::kCW_Direction);
73
Op(opCompare,
circle3
, kDifference_SkPathOp, &opCompare);
76
builder.add(
circle3
, kDifference_SkPathOp);
Completed in 238 milliseconds