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

  /external/chromium_org/third_party/WebKit/Source/core/rendering/
LayerPaintingInfo.h 74 struct LayerPaintingInfo {
75 LayerPaintingInfo(RenderLayer* inRootLayer, const LayoutRect& inDirtyRect,
RenderLayerReflectionInfo.h 48 #include "core/rendering/LayerPaintingInfo.h"
71 void paint(GraphicsContext*, const LayerPaintingInfo&, PaintLayerFlags);
RenderLayer.h 49 #include "core/rendering/LayerPaintingInfo.h"
396 void paintLayer(GraphicsContext*, const LayerPaintingInfo&, PaintLayerFlags);
517 void paintLayerContents(GraphicsContext*, const LayerPaintingInfo&, PaintLayerFlags);
535 void clipToRect(const LayerPaintingInfo&, GraphicsContext*, const ClipRect&, PaintLayerFlags, BorderRadiusClippingRule = IncludeSelfForBorderRadius);
557 void paintLayerContentsAndReflection(GraphicsContext*, const LayerPaintingInfo&, PaintLayerFlags);
558 void paintLayerByApplyingTransform(GraphicsContext*, const LayerPaintingInfo&, PaintLayerFlags, const LayoutPoint& translationOffset = LayoutPoint());
562 bool shouldPaintLayerInSoftwareMode(const LayerPaintingInfo&, PaintLayerFlags paintFlags);
564 void paintChildren(unsigned childrenToVisit, GraphicsContext*, const LayerPaintingInfo&, PaintLayerFlags);
565 void paintPaginatedChildLayer(RenderLayer* childLayer, GraphicsContext*, const LayerPaintingInfo&, PaintLayerFlags);
566 void paintChildLayerIntoColumns(RenderLayer* childLayer, GraphicsContext*, const LayerPaintingInfo&, PaintLayerFlags, const Vector<RenderLayer*>& columnLayers, size_t columnIndex)
    [all...]
RenderLayerReflectionInfo.cpp 137 void RenderLayerReflectionInfo::paint(GraphicsContext* context, const LayerPaintingInfo& paintingInfo, PaintLayerFlags flags)
RenderLayer.cpp     [all...]
  /external/chromium_org/third_party/WebKit/Source/core/paint/
ReplicaPainter.cpp 28 LayerPaintingInfo paintingInfo(rootPaintingLayer, paintInfo.rect, PaintBehaviorNormal, LayoutSize(), 0);
  /external/chromium_org/third_party/WebKit/Source/core/rendering/compositing/
CompositedLayerMapping.cpp     [all...]
  /external/chromium_org/third_party/WebKit/Source/web/tests/
WebViewTest.cpp 355 LayerPaintingInfo paintingInfo(rootLayer, paintRect, PaintBehaviorNormal, LayoutSize());
    [all...]

Completed in 302 milliseconds