OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PaintBehavior
(Results
1 - 10
of
10
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/rendering/
PaintPhase.h
66
typedef unsigned
PaintBehavior
;
LayerPaintingInfo.h
76
PaintBehavior
inPaintBehavior, const LayoutSize& inSubPixelAccumulation,
85
,
paintBehavior
(inPaintBehavior)
94
PaintBehavior
paintBehavior
;
PaintInfo.h
53
PaintInfo(GraphicsContext* newContext, const IntRect& newRect, PaintPhase newPhase,
PaintBehavior
newPaintBehavior,
59
,
paintBehavior
(newPaintBehavior)
85
bool forceBlackText() const { return
paintBehavior
& PaintBehaviorForceBlackText; }
87
bool skipRootBackground() const { return
paintBehavior
& PaintBehaviorSkipRootBackground; }
88
bool paintRootBackgroundOnly() const { return
paintBehavior
& PaintBehaviorRootBackgroundOnly; }
113
PaintBehavior
paintBehavior
;
RenderLayer.h
118
void beginTransparencyLayers(GraphicsContext*, const RenderLayer* rootLayer, const LayoutRect& paintDirtyRect,
PaintBehavior
);
260
void paint(GraphicsContext*, const LayoutRect& damageRect,
PaintBehavior
= PaintBehaviorNormal, RenderObject* paintingRoot = 0,
264
void paintOverlayScrollbars(GraphicsContext*, const LayoutRect& damageRect,
PaintBehavior
, RenderObject* paintingRoot = 0);
326
TransformationMatrix renderableTransform(
PaintBehavior
) const;
374
bool paintsWithTransparency(
PaintBehavior
paintBehavior
) const
376
return isTransparent() && ((
paintBehavior
& PaintBehaviorFlattenCompositingLayers) || compositingState() != PaintsIntoOwnBacking);
379
bool paintsWithTransform(
PaintBehavior
) const;
517
const LayoutRect& transparencyPaintDirtyRect, bool haveTransparency, const LayerPaintingInfo&,
PaintBehavior
, RenderObject* paintingRootForRenderer);
519
const LayoutRect& transparencyPaintDirtyRect, bool haveTransparency, const LayerPaintingInfo&,
PaintBehavior
, RenderObject* paintingRootForRenderer
[
all
...]
RenderLayer.cpp
598
TransformationMatrix RenderLayer::renderableTransform(
PaintBehavior
paintBehavior
) const
603
if (
paintBehavior
& PaintBehaviorFlattenCompositingLayers) {
[
all
...]
/external/chromium_org/third_party/WebKit/Source/core/frame/
FrameView.h
217
void setPaintBehavior(
PaintBehavior
);
218
PaintBehavior
paintBehavior
() const;
520
PaintBehavior
m_paintBehavior;
Frame.cpp
603
,
paintBehavior
(frame->view()->
paintBehavior
())
615
frame->view()->setPaintBehavior(
paintBehavior
);
622
PaintBehavior
paintBehavior
;
633
m_view->setPaintBehavior(state.
paintBehavior
| PaintBehaviorFlattenCompositingLayers);
FrameView.cpp
[
all
...]
/external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
RenderSVGResourceClipper.cpp
268
PaintBehavior
oldBehavior = frame()->view()->
paintBehavior
();
/external/chromium_org/third_party/WebKit/Source/web/
WebViewImpl.cpp
[
all
...]
Completed in 50 milliseconds