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

  /external/fonttools/Lib/fontTools/misc/
arrayTools.py 115 def intRect(rect1):
178 >>> intRect((0.9, 2.9, 3.1, 4.1))
  /frameworks/base/core/java/android/hardware/camera2/legacy/
ParameterUtils.java 678 Rect intRect = ParamsUtils.createRect(scaledRect);
681 zoomCropRectangles.add(intRect);
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderInline.cpp 641 AbsoluteRectsGeneratorContext(Vector<IntRect>& rects, const LayoutPoint& accumulatedOffset)
647 IntRect intRect = enclosingIntRect(rect);
648 intRect.move(m_accumulatedOffset.x(), m_accumulatedOffset.y());
649 m_rects.append(intRect);
652 Vector<IntRect>& m_rects;
658 void RenderInline::absoluteRects(Vector<IntRect>& rects, const LayoutPoint& accumulatedOffset) const
    [all...]
RenderLayerScrollableArea.cpp 181 void RenderLayerScrollableArea::invalidateScrollbarRect(Scrollbar* scrollbar, const IntRect& rect)
198 IntRect scrollRect = rect;
214 IntRect intRect = pixelSnappedIntRect(paintInvalidationRect);
217 addScrollbarDamage(scrollbar, intRect);
219 box().invalidatePaintRectangle(intRect);
222 void RenderLayerScrollableArea::invalidateScrollCornerRect(const IntRect& rect)
253 static IntRect cornerRect(const RenderStyle* style, const Scrollbar* horizontalScrollbar, const Scrollbar* verticalScrollbar, const IntRect& bounds)
272 return IntRect(cornerStart(style, bounds.x(), bounds.maxX(), horizontalThickness)
    [all...]
  /external/chromium_org/third_party/WebKit/Source/web/
WebLocalFrameImpl.cpp 320 IntRect pageRect = m_pageRects[pageNumber];
385 IntRect pageRect = m_pageRects[pageNumber];
434 m_printParams.printContentArea = IntRect(printRect);
435 m_pageRects.fill(IntRect(printRect), m_plugin->printBegin(m_printParams));
    [all...]

Completed in 177 milliseconds