Home
last modified time | relevance | path

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

/frameworks/rs/
DrsFont.h85 void renderUTF(const char *text, uint32_t len, int32_t x, int32_t y,
DrsFont.cpp160 void Font::renderUTF(const char *text, uint32_t len, int32_t x, int32_t y, in renderUTF() function in android::renderscript::Font
774 currentFont->renderUTF(text, len, x, y, startIndex, numGlyphs, in renderText()