OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:verticalIntersect
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/skia/src/pathops/
SkDQuadLineIntersection.cpp
192
int
verticalIntersect
(double axisIntercept, double roots[2]) {
202
int
verticalIntersect
(double axisIntercept, double top, double bottom, bool flipped) {
208
int roots =
verticalIntersect
(axisIntercept, rootVals);
364
static double
verticalIntersect
(const SkDQuad& quad, const SkDPoint& pt) {
368
int roots = q.
verticalIntersect
(pt.fX, rootVals);
381
return
verticalIntersect
(q1, p);
397
return q.
verticalIntersect
(x, top, bottom, flipped);
SkDCubicLineIntersection.cpp
177
int
verticalIntersect
(double axisIntercept, double roots[3]) {
184
int
verticalIntersect
(double axisIntercept, double top, double bottom, bool flipped) {
190
int roots =
verticalIntersect
(axisIntercept, rootVals);
342
return c.
verticalIntersect
(x, top, bottom, flipped);
/external/skia/src/pathops/
SkDQuadLineIntersection.cpp
192
int
verticalIntersect
(double axisIntercept, double roots[2]) {
202
int
verticalIntersect
(double axisIntercept, double top, double bottom, bool flipped) {
208
int roots =
verticalIntersect
(axisIntercept, rootVals);
364
static double
verticalIntersect
(const SkDQuad& quad, const SkDPoint& pt) {
368
int roots = q.
verticalIntersect
(pt.fX, rootVals);
381
return
verticalIntersect
(q1, p);
397
return q.
verticalIntersect
(x, top, bottom, flipped);
SkDCubicLineIntersection.cpp
177
int
verticalIntersect
(double axisIntercept, double roots[3]) {
184
int
verticalIntersect
(double axisIntercept, double top, double bottom, bool flipped) {
190
int roots =
verticalIntersect
(axisIntercept, rootVals);
342
return c.
verticalIntersect
(x, top, bottom, flipped);
Completed in 2421 milliseconds