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