Lines Matching full:layer
67 /** Add this layer to our child list at the end (top-most), and ref() it.
73 /** Remove this layer from its parent's list (or do nothing if it has no
82 /** Return our parent layer, or NULL if we have none.
86 /** Return the root layer in this hiearchy. If this layer is the root
94 when this layer draws (i.e. its position and matrix/anchorPoint).
96 after this layer draws (but before its children draw).
101 from this layer's root parent to the layer itself.
102 This is the matrix that is applied to the layer during drawing.