Home
last modified time | relevance | path

Searched refs:dSlope (Results 1 – 1 of 1) sorted by relevance

/external/webkit/Source/WebCore/platform/graphics/
DFloatPoint.cpp94 float dSlope = findSlope(d1, d2, dOffset); in findIntersection() local
96 if (dSlope == pSlope) in findIntersection()
101 intersection.setY(dSlope * intersection.x() + dOffset); in findIntersection()
104 if (dSlope == std::numeric_limits<float>::infinity()) { in findIntersection()
111 intersection.setX((dOffset - pOffset) / (pSlope - dSlope)); in findIntersection()