Home
last modified time | relevance | path

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

/frameworks/base/libs/hwui/
DDisplayListCanvas.cpp432 DrawOp* op = new (alloc()) DrawTextOnPathOp(refText((const char*) glyphs, bytesCount), in drawTextOnPath()
445 DrawOp* op = new (alloc()) DrawPosTextOp(refText((const char*) text, bytesCount), in drawPosText()
468 const char* text = refText((const char*) glyphs, bytesCount); in drawText()
DDisplayListCanvas.h278 inline char* refText(const char* text, size_t byteLength) { in refText() function