Home
last modified time | relevance | path

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

/frameworks/base/libs/hwui/
DDisplayListOp.h1425 class DrawTextOp : public DrawBoundedOp {
1427 DrawTextOp(const char* text, int bytesCount, int count, float x, float y, in DrawTextOp() function
1471 DrawTextOp& op = *((DrawTextOp*)ops[i].op); in multiDraw()
DDisplayListRenderer.cpp432 DrawOp* op = new (alloc()) DrawTextOp(text, bytesCount, count, in drawText()