Home | History | Annotate | Download | only in mac

Lines Matching refs:layer

62     PlatformCALayer* layer = PlatformCALayer::platformCALayer(self);
63 if (layer && layer->owner() && layer->owner()->platformCALayerDrawsContent())
69 PlatformCALayer* layer = PlatformCALayer::platformCALayer(self);
70 if (layer)
71 setLayerNeedsDisplayInRect(self, layer->owner(), dirtyRect);
77 PlatformCALayer* layer = PlatformCALayer::platformCALayer(self);
78 if (layer && layer->owner())
79 layer->owner()->platformCALayerLayerDidDisplay(self);
84 PlatformCALayer* layer = PlatformCALayer::platformCALayer(self);
85 if (layer)
86 drawLayerContents(context, self, layer);