OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:pixelSnappedSize
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/WebKit/Source/platform/geometry/
LayoutRect.h
60
IntSize
pixelSnappedSize
() const { return IntSize(snapSizeToPixel(m_size.width(), m_location.x()), snapSizeToPixel(m_size.height(), m_location.y())); }
/external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderBox.h
143
IntSize
pixelSnappedSize
() const { return m_frameRect.
pixelSnappedSize
(); }
156
IntRect pixelSnappedBorderBoxRect() const { return IntRect(IntPoint(), m_frameRect.
pixelSnappedSize
()); }
[
all
...]
Completed in 86 milliseconds