Lines Matching refs:layer
764 * the current layer, if any.
986 * is also responsible for dirtying the current layer, if any.
1035 // Dirty the current layer if possible. When the 9-patch does not
1564 DrawLayerOp(Layer* layer, float x, float y)
1565 : DrawOp(0), mLayer(layer), mX(x), mY(y) {}
1572 OP_LOG("Draw Layer %p at %f %f", mLayer, mX, mY);
1578 Layer* mLayer;