HomeSort by relevance Sort by last modified time
    Searched defs:subpixelAccumulation (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/rendering/compositing/
CompositedLayerMapping.cpp 542 offset.move(compositedAncestor->compositedLayerMapping()->owningLayer().subpixelAccumulation());
553 LayoutSize subpixelAccumulation = offsetFromCompositedAncestor - snappedOffsetFromCompositedAncestor;
554 m_owningLayer.setSubpixelAccumulation(subpixelAccumulation);
557 localRawCompositingBounds.move(subpixelAccumulation);
614 LayoutSize subpixelAccumulation = offsetFromSquashLayerOrigin + newOffsetFromRenderer;
625 layers[i].renderLayer->setSubpixelAccumulation(subpixelAccumulation);
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderLayer.cpp 227 LayoutSize RenderLayer::subpixelAccumulation() const
    [all...]

Completed in 102 milliseconds