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

/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DClipRect.cpp35 return hitTestLocation.intersects(m_rect);
H A DRenderSelectionInfo.h67 m_rect = o->selectionRectForPaintInvalidation(m_repaintContainer, clipToVisibleContent);
70 RenderLayer::mapRectToRepaintBacking(m_repaintContainer, m_repaintContainer, m_rect);
72 m_rect = LayoutRect();
78 m_object->invalidatePaintUsingContainer(m_repaintContainer, enclosingIntRect(m_rect), InvalidationSelection);
81 LayoutRect rect() const { return m_rect; }
84 LayoutRect m_rect; // relative to repaint container member in class:WebCore::RenderSelectionInfo
H A DClipRect.h49 : m_rect(rect)
53 const LayoutRect& rect() const { return m_rect; }
54 void setRect(const LayoutRect& rect) { m_rect = rect; }
63 void intersect(const LayoutRect& other) { m_rect.intersect(other); }
66 m_rect.intersect(other.rect());
70 void move(LayoutUnit x, LayoutUnit y) { m_rect.move(x, y); }
71 void move(const LayoutSize& size) { m_rect.move(size); }
72 void moveBy(const LayoutPoint& point) { m_rect.moveBy(point); }
74 bool isEmpty() const { return m_rect.isEmpty(); }
75 bool intersects(const LayoutRect& rect) const { return m_rect
79 LayoutRect m_rect; member in class:WebCore::ClipRect
[all...]
H A DRenderInline.cpp841 LinesBoundingBoxGeneratorContext(FloatRect& rect) : m_rect(rect) { }
844 m_rect.uniteIfNonZero(rect);
847 FloatRect& m_rect; member in class:WebCore::__anon10435::LinesBoundingBoxGeneratorContext
/external/chromium_org/third_party/WebKit/Source/core/dom/
H A DClientRect.h55 float top() const { return m_rect.y(); }
56 float right() const { return m_rect.maxX(); }
57 float bottom() const { return m_rect.maxY(); }
58 float left() const { return m_rect.x(); }
59 float width() const { return m_rect.width(); }
60 float height() const { return m_rect.height(); }
69 FloatRect m_rect; member in class:WebCore::FINAL
H A DClientRect.cpp38 : m_rect(rect)
44 : m_rect(rect)
/external/chromium_org/third_party/WebKit/Source/platform/geometry/
H A DRoundedRect.cpp86 IntRect old = m_rect;
88 m_rect.inflate(size);
91 if (m_rect.width() < m_rect.height())
92 factor = old.width() ? (float)m_rect.width() / old.width() : int(0);
94 factor = old.height() ? (float)m_rect.height() / old.height() : int(0);
138 : m_rect(x, y, width, height)
143 : m_rect(rect)
149 : m_rect(rect)
157 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:WebCore::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:WebCore::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.h57 ClientRect* layerRelativeRect() const { return m_rect.get(); }
62 visitor->trace(m_rect);
71 , m_rect(rect)
79 RefPtrWillBeMember<ClientRect> m_rect; member in class:WebCore::FINAL
/external/chromium_org/third_party/WebKit/Source/core/frame/
H A DSmartClip.h48 , m_rect(rect)
58 IntRect m_rect; member in class:WebCore::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/content/shell/renderer/test_runner/
H A DTestPlugin.cpp254 if (clipRect == m_rect)
256 m_rect = clipRect;
258 if (m_rect.isEmpty()) {
261 m_context->viewport(0, 0, m_rect.width, m_rect.height);
275 m_rect.width,
276 m_rect.height,
297 size_t bytes = 4 * m_rect.width * m_rect.height;
305 bitmap.get(), gfx::Size(m_rect
[all...]
H A DTestPlugin.h134 blink::WebRect m_rect; member in class:content::TestPlugin
/external/chromium_org/third_party/WebKit/Source/web/
H A DTextFinder.cpp447 it->m_rect = FloatRect();
449 it->m_rect = findInPageRectFromRange(it->m_range.get());
451 if (it->m_rect.isEmpty())
461 if (!it->m_rect.isEmpty())
498 ASSERT(!it->m_rect.isEmpty());
499 frameRects.append(it->m_rect);
533 ASSERT(!m_findMatchesCache[i].m_rect.isEmpty());
534 FloatSize offset = point - m_findMatchesCache[i].m_rect.center();
H A DTextFinder.h103 WebCore::FloatRect m_rect; member in class:blink::TextFinder::FindMatch

Completed in 387 milliseconds