Lines Matching full:layer
1204 // We need to keep the layer-hosting view in the subviews, otherwise the layers flash.
3230 // Disable screen updates so that any layer changes committed here
3238 // Make sure any layer changes that happened as a result of layout
5433 - (void)attachRootLayer:(CALayer*)layer
5446 // Make a container layer, which will get sized/positioned by AppKit and CA.
5447 CALayer* viewLayer = [CALayer layer];
5469 // Parent our root layer in the container layer
5470 [viewLayer addSublayer:layer];
5507 // Place the top of the layer-hosting view at the top of the visibleRect.
5511 // Compensate for the moved view by adjusting the sublayer transform on the view's layer (using flipped coords).
5513 [[_private->layerHostingView layer] setSublayerTransform:CATransform3DMakeTranslation(0, -bottomOffset, 0)];