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

  /external/chromium_org/third_party/WebKit/Source/core/rendering/
LayerPaintingInfo.h 82 , subPixelAccumulation(inSubPixelAccumulation)
90 LayoutSize subPixelAccumulation;
RenderLayerClipper.h 61 , subPixelAccumulation(inSubPixelAccumulation)
67 LayoutSize subPixelAccumulation;
RenderLayer.cpp 243 LayoutSize RenderLayer::subpixelAccumulation() const
    [all...]
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...]
RenderLayerClipper.cpp 166 backgroundRect.move(roundedIntSize(clipRectsContext.subPixelAccumulation));

Completed in 623 milliseconds