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

/frameworks/base/libs/hwui/
H A DDisplayListRenderer.cpp414 addDrawOp(new (alloc()) DrawTextOp(text, bytesCount, count,
421 addDrawOp(new (alloc()) DrawTextOp(text, bytesCount, count,
427 DrawOp* op = new (alloc()) DrawTextOp(text, bytesCount, count,
H A DDisplayListOp.h1369 class DrawTextOp : public DrawStrokableOp { class in namespace:android::uirenderer
1371 DrawTextOp(const char* text, int bytesCount, int count, float x, float y, function in class:android::uirenderer::DrawTextOp
1418 DrawTextOp& op = *((DrawTextOp*)ops[i].op);

Completed in 177 milliseconds