Searched refs:DrawPosTextOp (Results 1 – 2 of 2) sorted by relevance
380 DrawOp* op = new (alloc()) DrawPosTextOp(text, bytesCount, count, positions, paint); in drawPosText()
1351 class DrawPosTextOp : public DrawSomeTextOp {1353 DrawPosTextOp(const char* text, int bytesCount, int count, in DrawPosTextOp() function