Searched refs:refText (Results 1 – 2 of 2) sorted by relevance
432 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()
278 inline char* refText(const char* text, size_t byteLength) { in refText() function