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

  /external/chromium_org/third_party/WebKit/Source/platform/geometry/
LayoutPoint.h 181 inline IntSize pixelSnappedIntSize(const LayoutSize& s, const LayoutPoint& p)
LayoutRect.h 230 return IntRect(roundedIntPoint(location), pixelSnappedIntSize(size, location));
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderTreeAsText.cpp 593 layerBounds.setSize(layer->size().expandedTo(pixelSnappedIntSize(layer->renderBox()->maxLayoutOverflow(), LayoutPoint(0, 0))));
RenderLayer.cpp 768 return pixelSnappedIntSize(box->size(), box->location());
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/paint/
BoxPainter.cpp     [all...]

Completed in 227 milliseconds