Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/platform/geometry/
DFloatPoint.cpp128 float dxLength = d2.x() - d1.x(); in findIntersection() local
131 float denom = pxLength * dyLength - pyLength * dxLength; in findIntersection()
135 float param = ((d1.x() - p1.x()) * dyLength - (d1.y() - p1.y()) * dxLength) / denom; in findIntersection()