Searched refs:DrawColorOp (Results 1 – 2 of 2) sorted by relevance
332 addDrawOp(new (alloc()) DrawColorOp(color, mode)); in drawColor()
1097 class DrawColorOp : public DrawOp {1099 DrawColorOp(int color, SkXfermode::Mode mode) in DrawColorOp() function