Searched refs:m_rect (Results 1 - 17 of 17) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DClipRect.cpp35 return hitTestLocation.intersects(m_rect);
H A DClipRect.h43 : m_rect(rect)
47 const LayoutRect& rect() const { return m_rect; }
48 void setRect(const LayoutRect& rect) { m_rect = rect; }
57 void intersect(const LayoutRect& other) { m_rect.intersect(other); }
60 m_rect.intersect(other.rect());
64 void move(LayoutUnit x, LayoutUnit y) { m_rect.move(x, y); }
65 void move(const LayoutSize& size) { m_rect.move(size); }
66 void moveBy(const LayoutPoint& point) { m_rect.moveBy(point); }
68 bool isEmpty() const { return m_rect.isEmpty(); }
69 bool intersects(const LayoutRect& rect) const { return m_rect
73 LayoutRect m_rect; member in class:blink::ClipRect
[all...]
H A DRenderSelectionInfo.h73 m_rect = o->selectionRectForPaintInvalidation(m_paintInvalidationContainer);
76 RenderLayer::mapRectToPaintBackingCoordinates(m_paintInvalidationContainer, m_rect);
78 m_rect = LayoutRect();
84 m_object->invalidatePaintUsingContainer(m_paintInvalidationContainer, enclosingIntRect(m_rect), InvalidationSelection);
87 LayoutRect rect() const { return m_rect; }
90 LayoutRect m_rect; // relative to paint invalidation container member in class:blink::FINAL
H A DRenderInline.cpp865 LinesBoundingBoxGeneratorContext(FloatRect& rect) : m_rect(rect) { }
868 m_rect.uniteIfNonZero(rect);
871 FloatRect& m_rect; member in class:blink::__anon11140::LinesBoundingBoxGeneratorContext
/external/chromium_org/third_party/WebKit/Source/core/dom/
H A DClientRect.cpp37 : m_rect(rect)
42 : m_rect(rect)
H A DClientRect.h56 float top() const { return m_rect.y(); }
57 float right() const { return m_rect.maxX(); }
58 float bottom() const { return m_rect.maxY(); }
59 float left() const { return m_rect.x(); }
60 float width() const { return m_rect.width(); }
61 float height() const { return m_rect.height(); }
70 FloatRect m_rect; member in class:blink::FINAL
/external/chromium_org/third_party/WebKit/Source/platform/geometry/
H A DRoundedRect.cpp84 IntRect old = m_rect;
86 m_rect.inflate(size);
89 if (m_rect.width() < m_rect.height())
90 factor = old.width() ? (float)m_rect.width() / old.width() : int(0);
92 factor = old.height() ? (float)m_rect.height() / old.height() : int(0);
136 : m_rect(x, y, width, height)
141 : m_rect(rect)
147 : m_rect(rect)
155 int minX = m_rect
[all...]
H A DFloatRoundedRect.h88 const FloatRect& rect() const { return m_rect; }
91 bool isEmpty() const { return m_rect.isEmpty(); }
93 void setRect(const FloatRect& rect) { m_rect = rect; }
96 void move(const FloatSize& size) { m_rect.move(size); }
97 void inflate(float size) { m_rect.inflate(size); }
103 return FloatRect(m_rect.x(), m_rect.y(), m_radii.topLeft().width(), m_radii.topLeft().height());
107 return FloatRect(m_rect.maxX() - m_radii.topRight().width(), m_rect.y(), m_radii.topRight().width(), m_radii.topRight().height());
111 return FloatRect(m_rect
121 FloatRect m_rect; member in class:blink::FloatRoundedRect
[all...]
H A DRoundedRect.h82 const IntRect& rect() const { return m_rect; }
85 bool isEmpty() const { return m_rect.isEmpty(); }
90 void setRect(const IntRect& rect) { m_rect = rect; }
93 void move(const IntSize& size) { m_rect.move(size); }
94 void inflate(int size) { m_rect.inflate(size); }
110 IntRect m_rect; member in class:blink::RoundedRect
H A DFloatRoundedRect.cpp38 : m_rect(x, y, width, height)
43 : m_rect(rect)
49 : m_rect(rect)
125 minXIntercept = m_rect.x();
135 maxXIntercept = m_rect.maxX();
/external/chromium_org/third_party/WebKit/Source/core/testing/
H A DLayerRect.h58 ClientRect* layerRelativeRect() const { return m_rect.get(); }
63 visitor->trace(m_rect);
72 , m_rect(rect) { }
78 RefPtrWillBeMember<ClientRect> m_rect; member in class:blink::FINAL
/external/chromium_org/third_party/WebKit/Source/core/frame/
H A DSmartClip.h49 , m_rect(rect)
59 IntRect m_rect; member in class:blink::SmartClipData
H A DSmartClip.cpp66 return m_rect;
/external/deqp/modules/gles2/functional/
H A Des2fColorClearTest.cpp91 : m_rect(rect), m_colorMask(colorMask), m_color(color)
95 tcu::IVec4 m_rect; member in class:deqp::gles2::Functional::ClearInfo
178 if (de::inBounds(y, op.m_rect.y(), op.m_rect.y()+op.m_rect.w()))
194 if (de::inBounds(x, op.m_rect.x(), op.m_rect.x()+op.m_rect.z()) &&
195 de::inBounds(y, op.m_rect.y(), op.m_rect
[all...]
/external/deqp/modules/gles3/functional/
H A Des3fColorClearTest.cpp91 : m_rect(rect), m_colorMask(colorMask), m_color(color)
95 tcu::IVec4 m_rect; member in class:deqp::gles3::Functional::ClearInfo
178 if (de::inBounds(y, op.m_rect.y(), op.m_rect.y()+op.m_rect.w()))
194 if (de::inBounds(x, op.m_rect.x(), op.m_rect.x()+op.m_rect.z()) &&
195 de::inBounds(y, op.m_rect.y(), op.m_rect
[all...]
/external/chromium_org/third_party/WebKit/Source/web/
H A DTextFinder.cpp446 it->m_rect = FloatRect();
448 it->m_rect = findInPageRectFromRange(it->m_range.get());
450 if (it->m_rect.isEmpty())
460 if (!it->m_rect.isEmpty())
497 ASSERT(!it->m_rect.isEmpty());
498 frameRects.append(it->m_rect);
532 ASSERT(!m_findMatchesCache[i].m_rect.isEmpty());
533 FloatSize offset = point - m_findMatchesCache[i].m_rect.center();
H A DTextFinder.h101 FloatRect m_rect; member in class:blink::TextFinder::FindMatch

Completed in 205 milliseconds