OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:curpoint
(Results
1 - 1
of
1
) sorted by null
/external/webkit/WebCore/rendering/
RenderSlider.cpp
198
FloatPoint
curPoint
= slider->absoluteToLocal(mouseEvent->absoluteLocation(), false, true);
199
IntPoint eventOffset(
curPoint
.x() + m_offsetToThumb.x(),
curPoint
.y() + m_offsetToThumb.y());
Completed in 25 milliseconds