Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/rendering/
DRenderBox.cpp3229 int y1minusy2 = cmp.y() - yPos; in positionForPoint() local
3231 int dist = x1minusx2 * x1minusx2 + y1minusy2 * y1minusy2; in positionForPoint()