Home
last modified time | relevance | path

Searched refs:DrawPosTextOp (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/libs/hwui/
DDisplayListRenderer.cpp380 DrawOp* op = new (alloc()) DrawPosTextOp(text, bytesCount, count, positions, paint); in drawPosText()
DDisplayListOp.h1351 class DrawPosTextOp : public DrawSomeTextOp {
1353 DrawPosTextOp(const char* text, int bytesCount, int count, in DrawPosTextOp() function