OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:curvePts
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/skia/tests/
PathOpsBoundsTest.cpp
94
const SkPoint
curvePts
[] = {{0, 0}, {1, 2}, {3, 4}, {5, 6}};
95
bounds.setLineBounds(
curvePts
);
98
(bounds.*SetCurveBounds[1])(
curvePts
);
100
bounds.setQuadBounds(
curvePts
);
103
(bounds.*SetCurveBounds[2])(
curvePts
);
105
bounds.setCubicBounds(
curvePts
);
108
(bounds.*SetCurveBounds[3])(
curvePts
);
/external/chromium_org/third_party/skia/experimental/Intersection/
EdgeWalker.cpp
[
all
...]
Completed in 484 milliseconds