HomeSort by relevance Sort by last modified time
    Searched refs:m_rect (Results 1 - 19 of 19) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/rendering/
ClipRect.cpp 35 return hitTestLocation.intersects(m_rect);
RenderSelectionInfo.h 67 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
ClipRect.h 49 : 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.intersects(rect);
79 LayoutRect m_rect; member in class:WebCore::ClipRect
    [all...]
RenderInline.cpp 847 FloatRect& m_rect; member in class:WebCore::__anon15055::LinesBoundingBoxGeneratorContext
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/dom/
ClientRect.h 55 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
ClientRect.cpp 38 : m_rect(rect)
44 : m_rect(rect)
  /external/chromium_org/third_party/WebKit/Source/platform/geometry/
RoundedRect.cpp 86 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.x() + max(m_radii.topLeft().width(), m_radii.bottomLeft().width())
    [all...]
FloatRoundedRect.h 88 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.x(), m_rect.maxY() - m_radii.bottomLeft().height(), m_radii.bottomLeft().width(), m_radii.bottomLe (…)
121 FloatRect m_rect; member in class:WebCore::FloatRoundedRect
    [all...]
RoundedRect.h 82 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
FloatRoundedRect.cpp 38 : 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/
LayerRect.h 57 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/
SmartClip.h 48 , m_rect(rect)
58 IntRect m_rect; member in class:WebCore::SmartClipData
SmartClip.cpp 66 return m_rect;
  /external/deqp/modules/gles2/functional/
es2fColorClearTest.cpp 91 : 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.y()+op.m_rect.w())
    [all...]
  /external/deqp/modules/gles3/functional/
es3fColorClearTest.cpp 91 : 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.y()+op.m_rect.w())
    [all...]
  /external/chromium_org/content/shell/renderer/test_runner/
TestPlugin.cpp 254 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.width, m_rect.height))
    [all...]
TestPlugin.h 134 blink::WebRect m_rect; member in class:content::TestPlugin
  /external/chromium_org/third_party/WebKit/Source/web/
TextFinder.cpp 447 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();
TextFinder.h 103 WebCore::FloatRect m_rect; member in class:blink::TextFinder::FindMatch

Completed in 874 milliseconds