Searched defs:m_bounds (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/shapes/
H A DBoxShape.h42 , m_bounds(bounds)
47 virtual bool isEmpty() const OVERRIDE { return m_bounds.isEmpty(); }
54 FloatRoundedRect m_bounds; member in class:WebCore::FINAL
H A DRectangleShape.h46 , m_bounds(bounds)
52 virtual bool isEmpty() const OVERRIDE { return m_bounds.isEmpty(); }
61 float x() const { return m_bounds.x(); }
62 float y() const { return m_bounds.y(); }
63 float width() const { return m_bounds.width(); }
64 float height() const { return m_bounds.height(); }
66 FloatRect m_bounds; member in class:WebCore::FINAL
H A DRasterShape.h50 const IntRect& bounds() const { return m_bounds; }
51 bool isEmpty() const { return m_bounds.isEmpty(); }
75 IntRect m_bounds; member in class:WebCore::RasterShapeIntervals
/external/chromium_org/third_party/WebKit/Source/platform/graphics/
H A DDisplayList.h68 FloatRect m_bounds; member in class:WebCore::FINAL
/external/chromium_org/third_party/WebKit/Source/platform/geometry/
H A DRegion.h40 IntRect bounds() const { return m_bounds; }
41 bool isEmpty() const { return m_bounds.isEmpty(); }
136 IntRect m_bounds; member in class:WebCore::Region
170 return a.m_bounds == b.m_bounds && a.m_shape == b.m_shape;

Completed in 128 milliseconds