Home
last modified time | relevance | path

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

/frameworks/base/libs/hwui/
DFontRenderer.h97 bool renderPosText(const SkPaint* paint, const Rect* clip, const glyph_t* glyphs,
DFontRenderer.cpp651 bool FontRenderer::renderPosText(const SkPaint* paint, const Rect* clip, const glyph_t* glyphs, in renderPosText() function in android::uirenderer::FontRenderer
DBakedOpDispatcher.cpp303 fontRenderer.renderPosText(op.paint, localOpClip, op.glyphs, op.glyphCount, x, y, in renderText()