Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/platform/geometry/
DFloatPoint.cpp125 float pxLength = p2.x() - p1.x(); in findIntersection() local
131 float denom = pxLength * dyLength - pyLength * dxLength; in findIntersection()
137 intersection.setX(p1.x() + param * pxLength); in findIntersection()