OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:doIntersect
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/skia/tests/
PathOpsQuadLineIntersectionTest.cpp
31
static int
doIntersect
(SkIntersections& intersections, const SkDQuad& quad, const SkDLine& line,
87
int result =
doIntersect
(intersections, quad, line, flipped);
126
int result =
doIntersect
(intersections, quad, line, flipped);
PathOpsQuadLineIntersectionThreadedTest.cpp
14
static int
doIntersect
(SkIntersections& intersections, const SkDQuad& quad, const SkDLine& line,
54
int result =
doIntersect
(intersections, quad, line, flipped);
PathOpsCubicLineIntersectionTest.cpp
93
static int
doIntersect
(SkIntersections& intersections, const SkDCubic& cubic, const SkDLine& line) {
138
int roots =
doIntersect
(i, cubic, line);
/external/chromium_org/third_party/skia/experimental/Intersection/
LineQuadraticIntersection_Test.cpp
32
static int
doIntersect
(Intersections& intersections, const Quadratic& quad, const _Line& line, bool& flipped) {
75
int result =
doIntersect
(intersections, quad, line, flipped);
110
int result =
doIntersect
(intersections, quad, line, flipped);
155
int result =
doIntersect
(intersections, quad, line, flipped);
Completed in 190 milliseconds