Home
last modified time | relevance | path

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

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