Searched refs:DrawLayerOp (Results 1 – 3 of 3) sorted by relevance
196 addDrawOp(new (alloc()) DrawLayerOp(layerHandle->backingLayer(), x, y)); in drawLayer()
1580 class DrawLayerOp : public DrawOp {1582 DrawLayerOp(Layer* layer, float x, float y) in DrawLayerOp() function
913 handler(new (alloc) DrawLayerOp(mLayer, 0, 0), in issueOperations()