HomeSort by relevance Sort by last modified time
    Searched full:unionrect (Results 1 - 15 of 15) sorted by null

  /external/chromium_org/third_party/WebKit/Source/web/tests/
PaintAggregatorTest.cpp 74 IntRect expectedBounds = unionRect(r1, r2);
99 IntRect expectedBounds = unionRect(r1, r2);
325 IntRect expectedPaintRect = unionRect(scrollRect, paintRect);
347 IntRect expectedPaintRect = unionRect(scrollRect, paintRect);
  /external/chromium_org/third_party/WebKit/Source/web/painting/
PaintAggregator.cpp 184 IntRect unionRect;
187 unionRect.unite(m_update.paintRects[i]);
189 int unionArea = calculateArea(unionRect);
206 IntRect combinedRect = unionRect(existingRect, rect);
  /external/chromium_org/third_party/WebKit/Source/platform/geometry/
FloatRect.h 197 inline FloatRect unionRect(const FloatRect& a, const FloatRect& b)
204 FloatRect unionRect(const Vector<FloatRect>&);
IntRect.h 177 inline IntRect unionRect(const IntRect& a, const IntRect& b)
184 PLATFORM_EXPORT IntRect unionRect(const Vector<IntRect>&);
LayoutRect.h 184 inline LayoutRect unionRect(const LayoutRect& a, const LayoutRect& b)
191 PLATFORM_EXPORT LayoutRect unionRect(const Vector<LayoutRect>&);
IntRect.cpp 163 IntRect unionRect(const Vector<IntRect>& rects)
LayoutRect.cpp 121 LayoutRect unionRect(const Vector<LayoutRect>& rects)
FloatRect.cpp 158 FloatRect unionRect(const Vector<FloatRect>& rects)
  /external/chromium_org/build/win/importlibs/x86/
user32.winxp.imports 638 'UnionRect@12',
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderTextControlSingleLine.cpp 292 clipRect = unionRect(clipRect, containerElement()->renderBox()->frameRect());
RenderReplaced.cpp 620 LayoutRect r = unionRect(localSelectionRect(false), visualOverflowRect());
RenderObject.cpp     [all...]
  /external/chromium_org/ui/views/touchui/
touch_selection_controller_impl.cc 90 // Cannot use gfx::UnionRect since it does not work for empty rects.
  /external/chromium_org/third_party/WebKit/Source/platform/graphics/
GraphicsContext.cpp 696 return unionRect(bounds, offsetBounds);
    [all...]
  /external/chromium_org/ui/views/win/
hwnd_message_handler.cc     [all...]

Completed in 983 milliseconds