OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:roundedPoint
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/rendering/
HitTestLocation.h
60
IntPoint
roundedPoint
() const { return roundedIntPoint(m_point); }
70
int topPadding() const { return
roundedPoint
().y() - m_boundingBox.y(); }
71
int rightPadding() const { return m_boundingBox.maxX() -
roundedPoint
().x() - 1; }
72
int bottomPadding() const { return m_boundingBox.maxY() -
roundedPoint
().y() - 1; }
73
int leftPadding() const { return
roundedPoint
().x() - m_boundingBox.x(); }
RenderFrameSet.cpp
671
IntPoint
roundedPoint
= roundedIntPoint(point);
672
if (canResizeRow(
roundedPoint
)) {
676
if (canResizeColumn(
roundedPoint
)) {
Completed in 32 milliseconds