Home | History | Annotate | Download | only in rendering

Lines Matching refs:isComposited

279     // FIXME: Eventually there will be more factors than isComposited() to decide whether or not to render the filter
283 if (!isComposited())
398 if (isComposited())
412 if ((flags & UpdateCompositingLayers) && isComposited()) {
430 if (child->isComposited())
902 if (isComposited() || !parent())
1197 if (isComposited()) {
1365 return !isComposited();
1370 if (includeSelf && isComposited())
1374 if (curr->isComposited())
1383 if (includeSelf && isComposited() && !backing()->paintsIntoCompositedAncestor())
1387 if (curr->isComposited() && !curr->backing()->paintsIntoCompositedAncestor())
1408 if ((curr != this && curr->requiresFullLayerImageForFilters()) || curr->isComposited() || curr->isRootLayer())
1439 if (parentLayer->isComposited()) {
1470 if (isComposited())
1481 || (current->isComposited() && !current->backing()->paintsIntoCompositedAncestor())
1516 if (isComposited())
1520 if (curr->isComposited())
1953 return isComposited() && backing()->scrollingLayer();
2971 if (isComposited())
3473 if (isComposited()) {
5252 if (!reflection->isComposited()) {
5268 if (flags & IncludeCompositedDescendants || !curLayer->isComposited()) {
5279 if (flags & IncludeCompositedDescendants || !curLayer->isComposited()) {
5290 if (flags & IncludeCompositedDescendants || !curLayer->isComposited()) {
5394 return transform() && ((paintBehavior & PaintBehaviorFlattenCompositingLayers) || !isComposited());
5445 if (childLayer->isComposited())
5702 ASSERT(isComposited());
5710 ASSERT(isComposited());
5711 if (!isComposited()) {
5732 if (!curr->isComposited())
5976 return !isComposited() && oldStyle && (oldStyle->overflowX() != newStyle->overflowX()) && ancestorStackingContainer()->hasCompositingDescendant();
6020 bool shouldUpdateFilters = isComposited() && !renderer()->animation()->isRunningAcceleratedAnimationOnRenderer(renderer(), CSSPropertyWebkitFilter);
6075 else if (isComposited())