Home | History | Annotate | Download | only in rendering

Lines Matching refs:compositingState

224     return !m_compositedLayerMapping || compositingState() != PaintsIntoOwnBacking;
458 if (compositingState
638 if (child->compositingState() == NotComposited || child->compositingState() == HasOwnBackingButPaintsIntoAncestor) {
939 return compositingState() == PaintsIntoOwnBacking || compositingState() == PaintsIntoGroupedBacking;
948 if ((includeSelf == IncludeSelf) && compositingState() != NotComposited && compositingState() != PaintsIntoGroupedBacking)
952 if (curr->compositingState() != NotComposited && curr->compositingState() != PaintsIntoGroupedBacking)
1600 if (compositingState() != NotComposited) {
1719 if (compositingState() == PaintsIntoOwnBacking)
1955 return compositingState() == NotComposited
1956 || compositingState() == HasOwnBackingButPaintsIntoAncestor
2112 static inline LayoutSize subPixelAccumulationIfNeeded(const LayoutSize& subPixelAccumulation, CompositingState compositingState)
2116 if (compositingState == PaintsIntoOwnBacking)
2143 renderer()->paint(paintInfo, toPoint(fragment.layerBounds.location() - renderBoxLocation() + subPixelAccumulationIfNeeded(localPaintingInfo.subPixelAccumulation, compositingState())));
2199 renderer()->paint(paintInfo, toPoint(fragment.layerBounds.location() - renderBoxLocation() + subPixelAccumulationIfNeeded(localPaintingInfo.subPixelAccumulation, compositingState())));
2217 renderer()->paint(paintInfo, toPoint(fragment.layerBounds.location() - renderBoxLocation() + subPixelAccumulationIfNeeded(localPaintingInfo.subPixelAccumulation, compositingState())));
2236 renderer()->paint(paintInfo, toPoint(fragment.layerBounds.location() - renderBoxLocation() + subPixelAccumulationIfNeeded(localPaintingInfo.subPixelAccumulation, compositingState())));
2256 renderer()->paint(paintInfo, toPoint(fragment.layerBounds.location() - renderBoxLocation() + subPixelAccumulationIfNeeded(localPaintingInfo.subPixelAccumulation, compositingState())));
2269 scrollableArea->paintOverflowControls(context, roundedIntPoint(toPoint(fragment.layerBounds.location() - renderBoxLocation() + subPixelAccumulationIfNeeded(localPaintingInfo.subPixelAccumulation, compositingState()))), pixelSnappedIntRect(fragment.backgroundRect.rect()), true);
3121 if (options != RenderLayer::ApplyBoundsChickenEggHacks && node->layer()->compositingState() != NotComposited)
3198 CompositingState RenderLayer::compositingState() const
3235 switch (compositingState()) {
3247 switch (compositingState()) {
3320 return transform() && ((paintBehavior & PaintBehaviorFlattenCompositingLayers) || compositingState() != PaintsIntoOwnBacking);
3325 return m_renderer->hasBlendMode() && compositingState() != PaintsIntoOwnBacking;
3656 if (compositingState() != NotComposited)
3679 // Disable for reading compositingState() in isPaintInvalidationContainer() below.