Home | History | Annotate | Download | only in ca

Lines Matching refs:platformCALayer

44 class PlatformCALayer;
46 typedef Vector<RefPtr<PlatformCALayer> > PlatformCALayerList;
48 class PlatformCALayer : public RefCounted<PlatformCALayer> {
56 static PassRefPtr<PlatformCALayer> create(LayerType, PlatformCALayerClient*);
60 static PassRefPtr<PlatformCALayer> create(void* platformLayer, PlatformCALayerClient*);
62 ~PlatformCALayer();
66 static PlatformCALayer* platformCALayer(void* platformLayer);
70 PlatformCALayer* rootLayer() const;
96 PlatformCALayer* superlayer() const;
100 void appendSublayer(PlatformCALayer*);
101 void insertSublayer(PlatformCALayer*, size_t index);
102 void replaceSublayer(PlatformCALayer* reference, PlatformCALayer*);
107 void adoptSublayers(PlatformCALayer* source);
113 PlatformCALayer* mask() const;
114 void setMask(PlatformCALayer*);
194 PlatformCALayer(LayerType, PlatformLayer*, PlatformCALayerClient*);