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