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

  /external/chromium_org/third_party/WebKit/Source/core/rendering/compositing/
CompositedLayerMapping.cpp 505 offset.move(compositedAncestor->compositedLayerMapping()->owningLayer().subpixelAccumulation());
516 LayoutSize subpixelAccumulation = offsetFromCompositedAncestor - snappedOffsetFromCompositedAncestor;
517 m_owningLayer.setSubpixelAccumulation(subpixelAccumulation);
520 localRawCompositingBounds.move(subpixelAccumulation);
579 LayoutSize subpixelAccumulation = offsetFromSquashLayerOrigin + newOffsetFromRenderer;
587 layers[i].renderLayer->setSubpixelAccumulation(subpixelAccumulation);
712 graphicsLayerParentLocation = clippingBox.location() + roundedIntSize(compositingContainer->subpixelAccumulation());
716 graphicsLayerParentLocation = roundedIntPoint(compositingContainer->subpixelAccumulation());
    [all...]
CompositedLayerMapping.h 53 LayoutSize subpixelAccumulation;
269 // Also sets subpixelAccumulation on the layer.
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderLayer.h 125 void beginTransparencyLayers(GraphicsContext*, const RenderLayer* rootLayer, const LayoutRect& paintDirtyRect, const LayoutSize& subPixelAccumulation, PaintBehavior);
280 LayoutSize subpixelAccumulation() const;
541 const LayoutSize& subPixelAccumulation = LayoutSize(), const LayoutRect* layerBoundingBox = 0);
609 LayoutRect paintingExtent(const RenderLayer* rootLayer, const LayoutRect& paintDirtyRect, const LayoutSize& subPixelAccumulation, PaintBehavior);
    [all...]
RenderLayer.cpp 243 LayoutSize RenderLayer::subpixelAccumulation() const
    [all...]

Completed in 50 milliseconds