HomeSort by relevance Sort by last modified time
    Searched refs:subpixelAccumulation (Results 1 - 3 of 3) 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.h 123 void beginTransparencyLayers(GraphicsContext*, const RenderLayer* rootLayer, const LayoutRect& paintDirtyRect, const LayoutSize& subPixelAccumulation, PaintBehavior);
261 LayoutSize subpixelAccumulation() const;
571 const LayoutSize& subPixelAccumulation = LayoutSize(), const LayoutRect* layerBoundingBox = 0);
    [all...]
RenderLayer.cpp 227 LayoutSize RenderLayer::subpixelAccumulation() const
    [all...]

Completed in 45 milliseconds