HomeSort by relevance Sort by last modified time
    Searched defs:intRect (Results 1 - 4 of 4) 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 623 AbsoluteRectsGeneratorContext(Vector<IntRect>& rects, const LayoutPoint& accumulatedOffset)
629 IntRect intRect = enclosingIntRect(rect);
630 intRect.move(m_accumulatedOffset.x(), m_accumulatedOffset.y());
631 m_rects.append(intRect);
634 Vector<IntRect>& m_rects;
640 void RenderInline::absoluteRects(Vector<IntRect>& rects, const LayoutPoint& accumulatedOffset) const
    [all...]
RenderLayerScrollableArea.cpp 168 void RenderLayerScrollableArea::invalidateScrollbarRect(Scrollbar* scrollbar, const IntRect& rect)
185 IntRect scrollRect = rect;
201 IntRect intRect = pixelSnappedIntRect(repaintRect);
205 m_verticalBarDamage = intRect;
208 m_horizontalBarDamage = intRect;
213 box().invalidatePaintRectangle(intRect);
217 void RenderLayerScrollableArea::invalidateScrollCornerRect(const IntRect& rect)
248 static IntRect cornerRect(const RenderStyle* style, const Scrollbar* horizontalScrollbar, const Scrollbar* verticalScrollbar, const IntRect& bounds
    [all...]

Completed in 231 milliseconds