• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /macosx-10.10/WebCore-7600.1.25/platform/graphics/ca/

Lines Matching refs:GraphicsLayer

290 std::unique_ptr<GraphicsLayer> GraphicsLayer::create(GraphicsLayerFactory* factory, GraphicsLayerClient& client)
292 std::unique_ptr<GraphicsLayer> graphicsLayer;
342 : GraphicsLayer(client)
389 GraphicsLayer::willBeDestroyed();
399 String longName = caLayerDescription + String::format("GraphicsLayer(%p) ", this) + name;
400 GraphicsLayer::setName(longName);
404 GraphicsLayer::PlatformLayerID GraphicsLayerCA::primaryLayerID() const
414 bool GraphicsLayerCA::setChildren(const Vector<GraphicsLayer*>& children)
416 bool childrenChanged = GraphicsLayer::setChildren(children);
423 void GraphicsLayerCA::addChild(GraphicsLayer* childLayer)
425 GraphicsLayer::addChild(childLayer);
429 void GraphicsLayerCA::addChildAtIndex(GraphicsLayer* childLayer, int index)
431 GraphicsLayer::addChildAtIndex(childLayer, index);
435 void GraphicsLayerCA::addChildBelow(GraphicsLayer* childLayer, GraphicsLayer* sibling)
437 GraphicsLayer::addChildBelow(childLayer, sibling);
441 void GraphicsLayerCA::addChildAbove(GraphicsLayer* childLayer, GraphicsLayer* sibling)
443 GraphicsLayer::addChildAbove(childLayer, sibling);
447 bool GraphicsLayerCA::replaceChild(GraphicsLayer* oldChild, GraphicsLayer* newChild)
449 if (GraphicsLayer::replaceChild(oldChild, newChild)) {
460 GraphicsLayer::removeFromParent();
463 void GraphicsLayerCA::setMaskLayer(GraphicsLayer* layer)
468 GraphicsLayer::setMaskLayer(layer);
477 void GraphicsLayerCA::setReplicatedLayer(GraphicsLayer* layer)
482 GraphicsLayer::setReplicatedLayer(layer);
486 void GraphicsLayerCA::setReplicatedByLayer(GraphicsLayer* layer)
491 GraphicsLayer::setReplicatedByLayer(layer);
501 GraphicsLayer::setPosition(point);
510 GraphicsLayer::setAnchorPoint(point);
519 GraphicsLayer::setSize(size);
528 GraphicsLayer::setBoundsOrigin(origin);
537 GraphicsLayer::setTransform(t);
546 GraphicsLayer::setChildrenTransform(t);
594 GraphicsLayer::setPreserves3D(preserves3D);
603 GraphicsLayer::setMasksToBounds(masksToBounds);
612 GraphicsLayer::setDrawsContent(drawsContent);
621 GraphicsLayer::setContentsVisible(contentsVisible);
633 GraphicsLayer::setAcceleratesDrawing(acceleratesDrawing);
642 GraphicsLayer::setBackgroundColor(color);
651 GraphicsLayer::setContentsOpaque(opaque);
660 GraphicsLayer::setBackfaceVisibility(visible);
671 GraphicsLayer::setOpacity(clampedOpacity);
687 GraphicsLayer::setFilters(filterOperations);
702 if (GraphicsLayer::blendMode() == blendMode)
705 GraphicsLayer::setBlendMode(blendMode);
756 GraphicsLayer::setContentsRect(rect);
765 GraphicsLayer::setContentsClippingRect(rect);
980 for (const GraphicsLayer* currLayer = this; currLayer; currLayer = currLayer->parent()) {
1036 const Vector<GraphicsLayer*>& childLayers = children();
1078 if (GraphicsLayer* parentLayer = parent()) {
1199 const Vector<GraphicsLayer*>& childLayers = children();
1458 const Vector<GraphicsLayer*>& childLayers = children();
2871 GraphicsLayer::setShowDebugBorder(showBorder);
2880 GraphicsLayer::setShowRepaintCounter(showCounter);
2900 GraphicsLayer::getDebugBorderInfo(color, width);
2963 GraphicsLayer::setCustomAppearance(customAppearance);
2972 GraphicsLayer::setCustomBehavior(customBehavior);
3012 if (GraphicsLayer* parentLayer = parent())
3040 String name = String::format("%sCALayer(%p) GraphicsLayer(%p) ", (m_layer->layerType() == PlatformCALayer::LayerTypeWebTiledLayer) ? "Tiled " : "", m_layer->platformLayer(), this) + m_name;
3053 GraphicsLayer::CompositingCoordinatesOrientation GraphicsLayerCA::defaultContentsOrientation() const
3152 for (GraphicsLayer* currLayer = this; currLayer; currLayer = currLayer->parent()) {
3162 PassRefPtr<PlatformCALayer> GraphicsLayerCA::fetchCloneLayers(GraphicsLayer* replicaRoot, ReplicaState& replicaState, CloneLevel cloneLevel)
3190 const Vector<GraphicsLayer*>& childLayers = children();