Home | History | Annotate | Download | only in rendering

Lines Matching defs:RenderLayerBacking

30 #include "RenderLayerBacking.h"
87 RenderLayerBacking::RenderLayerBacking(RenderLayer* layer)
94 RenderLayerBacking::~RenderLayerBacking()
103 void RenderLayerBacking::createGraphicsLayer()
121 void RenderLayerBacking::destroyGraphicsLayer()
132 void RenderLayerBacking::updateLayerOpacity(const RenderStyle* style)
137 void RenderLayerBacking::updateLayerTransform(const RenderStyle* style)
183 void RenderLayerBacking::updateCompositedBounds()
227 void RenderLayerBacking::updateAfterWidgetResize()
237 void RenderLayerBacking::updateAfterLayout(UpdateDepth updateDepth, bool isUpdateRoot)
258 bool RenderLayerBacking::updateGraphicsLayerConfiguration()
328 void RenderLayerBacking::updateGraphicsLayerGeometry()
476 RenderLayerBacking* reflectionBacking = m_owningLayer->reflectionLayer()->backing();
491 void RenderLayerBacking::updateInternalHierarchy()
523 void RenderLayerBacking::updateDrawsContent()
529 bool RenderLayerBacking::updateClippingLayers(bool needsAncestorClip, bool needsDescendantClip)
566 bool RenderLayerBacking::requiresHorizontalScrollbarLayer() const
575 bool RenderLayerBacking::requiresVerticalScrollbarLayer() const
584 bool RenderLayerBacking::requiresScrollCornerLayer() const
593 bool RenderLayerBacking::updateOverflowControlsLayers(bool needsHorizontalScrollbarLayer, bool needsVerticalScrollbarLayer, bool needsScrollCornerLayer)
638 bool RenderLayerBacking::updateForegroundLayer(bool needsForegroundLayer)
665 bool RenderLayerBacking::updateMaskLayer(bool needsMaskLayer)
691 GraphicsLayerPaintingPhase RenderLayerBacking::paintingPhaseForPrimaryLayer() const
702 float RenderLayerBacking::compositingOpacity(float rendererOpacity) const
738 bool RenderLayerBacking::rendererHasBackground() const
759 const Color RenderLayerBacking::rendererBackgroundColor() const
777 bool RenderLayerBacking::isSimpleContainerCompositingLayer() const
838 bool RenderLayerBacking::hasNonCompositingDescendants() const
888 bool RenderLayerBacking::containsPaintedContent() const
913 bool RenderLayerBacking::isDirectlyCompositedImage() const
929 void RenderLayerBacking::contentChanged(RenderLayer::ContentChangeType changeType)
951 void RenderLayerBacking::updateImageContents()
977 FloatPoint3D RenderLayerBacking::computeTransformOrigin(const IntRect& borderBox) const
989 FloatPoint RenderLayerBacking::computePerspectiveOrigin(const IntRect& borderBox) const
1004 IntSize RenderLayerBacking::contentOffsetInCompostingLayer() const
1009 IntRect RenderLayerBacking::contentsBox() const
1028 bool RenderLayerBacking::paintingGoesToWindow() const
1036 void RenderLayerBacking::setContentsNeedDisplay()
1049 void RenderLayerBacking::setContentsNeedDisplayInRect(const IntRect& r)
1086 void RenderLayerBacking::paintIntoLayer(RenderLayer* rootLayer, GraphicsContext* context,
1235 void RenderLayerBacking::paintContents(const GraphicsLayer* graphicsLayer, GraphicsContext& context, GraphicsLayerPaintingPhase paintingPhase, const IntRect& clip)
1277 bool RenderLayerBacking::showDebugBorders() const
1282 bool RenderLayerBacking::showRepaintCounter() const
1287 bool RenderLayerBacking::startAnimation(double timeOffset, const Animation* anim, const KeyframeList& keyframes)
1334 void RenderLayerBacking::animationPaused(double timeOffset, const String& animationName)
1339 void RenderLayerBacking::animationFinished(const String& animationName)
1344 bool RenderLayerBacking::startTransition(double timeOffset, int property, const RenderStyle* fromStyle, const RenderStyle* toStyle)
1388 void RenderLayerBacking::transitionPaused(double timeOffset, int property)
1395 void RenderLayerBacking::transitionFinished(int property)
1402 void RenderLayerBacking::notifyAnimationStarted(const GraphicsLayer*, double time)
1407 void RenderLayerBacking::notifySyncRequired(const GraphicsLayer*)
1414 void RenderLayerBacking::suspendAnimations(double time)
1419 void RenderLayerBacking::resumeAnimations()
1424 IntRect RenderLayerBacking::compositedBounds() const
1429 void RenderLayerBacking::setCompositedBounds(const IntRect& bounds)
1434 int RenderLayerBacking::graphicsLayerToCSSProperty(AnimatedPropertyID property)
1453 AnimatedPropertyID RenderLayerBacking::cssToGraphicsLayerProperty(int cssProperty)
1468 String RenderLayerBacking::nameForLayer() const
1485 CompositingLayerType RenderLayerBacking::compositingLayerType() const
1496 void RenderLayerBacking::updateContentsScale(float scale)