Searched refs:DrawTextOp (Results 1 – 2 of 2) sorted by relevance
1425 class DrawTextOp : public DrawBoundedOp {1427 DrawTextOp(const char* text, int bytesCount, int count, float x, float y, in DrawTextOp() function1471 DrawTextOp& op = *((DrawTextOp*)ops[i].op); in multiDraw()
432 DrawOp* op = new (alloc()) DrawTextOp(text, bytesCount, count, in drawText()