Home
last modified time | relevance | path

Searched refs:renderPosText (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/libs/hwui/
DFontRenderer.h94 bool renderPosText(const SkPaint* paint, const Rect* clip, const glyph_t* glyphs, int numGlyphs,
DFontRenderer.cpp648 bool FontRenderer::renderPosText(const SkPaint* paint, const Rect* clip, const glyph_t* glyphs, in renderPosText() function in android::uirenderer::FontRenderer
DBakedOpDispatcher.cpp295 fontRenderer.renderPosText(op.paint, localOpClip, op.glyphs, op.glyphCount, x, y, op.positions, in renderText()