Home | History | Annotate | Download | only in rendering

Lines Matching defs:RenderLayerBacking

53 #include "RenderLayerBacking.h"
76 RenderLayerBacking::RenderLayerBacking(RenderLayer* layer)
83 RenderLayerBacking::~RenderLayerBacking()
91 void RenderLayerBacking::createGraphicsLayer()
115 void RenderLayerBacking::destroyGraphicsLayer()
126 void RenderLayerBacking::updateLayerOpacity(const RenderStyle* style)
131 void RenderLayerBacking::updateLayerTransform(const RenderStyle* style)
151 void RenderLayerBacking::updateCompositedBounds()
168 void RenderLayerBacking::updateAfterLayout(UpdateDepth updateDepth, bool isUpdateRoot)
189 bool RenderLayerBacking::updateGraphicsLayerConfiguration()
231 void RenderLayerBacking::updateGraphicsLayerGeometry()
369 RenderLayerBacking* reflectionBacking = m_owningLayer->reflectionLayer()->backing();
383 RenderLayerBacking::updateInternalHierarchy()
400 bool RenderLayerBacking::updateClippingLayers(bool needsAncestorClip, bool needsDescendantClip)
440 bool RenderLayerBacking::updateForegroundLayer(bool needsForegroundLayer)
465 bool RenderLayerBacking::updateMaskLayer(bool needsMaskLayer)
489 GraphicsLayerPaintingPhase RenderLayerBacking::paintingPhaseForPrimaryLayer() const
500 float RenderLayerBacking::compositingOpacity(float rendererOpacity) const
536 bool RenderLayerBacking::rendererHasBackground() const
559 const Color& RenderLayerBacking::rendererBackgroundColor() const
579 bool RenderLayerBacking::isSimpleContainerCompositingLayer() const
637 bool RenderLayerBacking::hasNonCompositingContent() const
690 bool RenderLayerBacking::containsPaintedContent() const
708 bool RenderLayerBacking::isDirectlyCompositedImage() const
714 void RenderLayerBacking::rendererContentChanged()
729 void RenderLayerBacking::updateImageContents()
755 FloatPoint3D RenderLayerBacking::computeTransformOrigin(const IntRect& borderBox) const
767 FloatPoint RenderLayerBacking::computePerspectiveOrigin(const IntRect& borderBox) const
782 IntSize RenderLayerBacking::contentOffsetInCompostingLayer() const
787 IntRect RenderLayerBacking::contentsBox() const
807 FloatPoint RenderLayerBacking::graphicsLayerToContentsCoordinates(const GraphicsLayer* graphicsLayer, const FloatPoint& point)
813 FloatPoint RenderLayerBacking::contentsToGraphicsLayerCoordinates(const GraphicsLayer* graphicsLayer, const FloatPoint& point)
818 bool RenderLayerBacking::paintingGoesToWindow() const
823 void RenderLayerBacking::setContentsNeedDisplay()
836 void RenderLayerBacking::setContentsNeedDisplayInRect(const IntRect& r)
873 void RenderLayerBacking::paintIntoLayer(RenderLayer* rootLayer, GraphicsContext* context,
1034 void RenderLayerBacking::paintContents(const GraphicsLayer*, GraphicsContext& context, GraphicsLayerPaintingPhase paintingPhase, const IntRect& clip)
1065 bool RenderLayerBacking::showDebugBorders() const
1070 bool RenderLayerBacking::showRepaintCounter() const
1075 bool RenderLayerBacking::startAnimation(double timeOffset, const Animation* anim, const KeyframeList& keyframes)
1119 bool RenderLayerBacking::startTransition(double timeOffset, int property, const RenderStyle* fromStyle, const RenderStyle* toStyle)
1159 void RenderLayerBacking::notifyAnimationStarted(const GraphicsLayer*, double time)
1164 void RenderLayerBacking::notifySyncRequired(const GraphicsLayer*)
1170 void RenderLayerBacking::animationFinished(const String& animationName)
1175 void RenderLayerBacking::animationPaused(double timeOffset, const String& animationName)
1180 void RenderLayerBacking::transitionFinished(int property)
1187 void RenderLayerBacking::suspendAnimations(double time)
1192 void RenderLayerBacking::resumeAnimations()
1197 IntRect RenderLayerBacking::compositedBounds() const
1202 void RenderLayerBacking::setCompositedBounds(const IntRect& bounds)
1207 int RenderLayerBacking::graphicsLayerToCSSProperty(AnimatedPropertyID property)
1226 AnimatedPropertyID RenderLayerBacking::cssToGraphicsLayerProperty(int cssProperty)