Home
last modified time | relevance | path

Searched defs:xIntercept (Results 1 – 5 of 5) sorted by relevance

/external/skia/experimental/Intersection/
DLineIntersection.cpp161 double xIntercept = line[0].x + tRange[0] * (line[1].x - line[0].x); in horizontalLineIntersect() local
175 double xIntercept = line[0].x + intersections.fT[0][0] in horizontalIntersect() local
/external/chromium_org/third_party/skia/experimental/Intersection/
DLineIntersection.cpp161 double xIntercept = line[0].x + tRange[0] * (line[1].x - line[0].x); in horizontalLineIntersect() local
175 double xIntercept = line[0].x + intersections.fT[0][0] in horizontalIntersect() local
/external/chromium_org/third_party/WebKit/Source/core/rendering/shapes/
DPolygonShape.cpp56 float OffsetPolygonEdge::xIntercept(float y) const in xIntercept() function in WebCore::OffsetPolygonEdge
/external/skia/src/pathops/
DSkDLineIntersection.cpp265 double xIntercept = line[0].fX + fT[0][0] * (line[1].fX - line[0].fX); in horizontal() local
/external/chromium_org/third_party/skia/src/pathops/
DSkDLineIntersection.cpp265 double xIntercept = line[0].fX + fT[0][0] * (line[1].fX - line[0].fX); in horizontal() local