OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:LayerPaintingInfo
(Results
1 - 7
of
7
) 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"
70
void paint(GraphicsContext*, const
LayerPaintingInfo
&, PaintLayerFlags);
RenderLayer.h
50
#include "core/rendering/
LayerPaintingInfo
.h"
448
void paintLayer(GraphicsContext*, const
LayerPaintingInfo
&, PaintLayerFlags);
505
void paintLayerContentsAndReflection(GraphicsContext*, const
LayerPaintingInfo
&, PaintLayerFlags);
506
void paintLayerByApplyingTransform(GraphicsContext*, const
LayerPaintingInfo
&, PaintLayerFlags, const LayoutPoint& translationOffset = LayoutPoint());
507
void paintLayerContents(GraphicsContext*, const
LayerPaintingInfo
&, PaintLayerFlags);
508
void paintChildren(unsigned childrenToVisit, GraphicsContext*, const
LayerPaintingInfo
&, PaintLayerFlags);
509
void paintPaginatedChildLayer(RenderLayer* childLayer, GraphicsContext*, const
LayerPaintingInfo
&, PaintLayerFlags);
510
void paintChildLayerIntoColumns(RenderLayer* childLayer, GraphicsContext*, const
LayerPaintingInfo
&, PaintLayerFlags, const Vector<RenderLayer*>& columnLayers, size_t columnIndex);
515
void updatePaintingInfoForFragments(LayerFragments&, const
LayerPaintingInfo
&, PaintLayerFlags, bool shouldPaintContent, const LayoutPoint* offsetFromRoot);
517
const LayoutRect& transparencyPaintDirtyRect, bool haveTransparency, const
LayerPaintingInfo
&, PaintBehavior, RenderObject* paintingRootForRenderer)
[
all
...]
RenderReplica.cpp
87
LayerPaintingInfo
paintingInfo(rootPaintingLayer, paintInfo.rect, PaintBehaviorNormal, LayoutSize(), 0, paintInfo.renderRegion);
RenderLayerReflectionInfo.cpp
132
void RenderLayerReflectionInfo::paint(GraphicsContext* context, const
LayerPaintingInfo
& paintingInfo, PaintLayerFlags flags)
RenderLayer.cpp
[
all
...]
CompositedLayerMapping.cpp
[
all
...]
Completed in 31 milliseconds