Home
last modified time | relevance | path

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

/frameworks/base/libs/hwui/
DFontRenderer.h98 bool renderTextOnPath(const SkPaint* paint, const Rect* clip, const glyph_t* glyphs,
DFontRenderer.cpp666 bool FontRenderer::renderTextOnPath(const SkPaint* paint, const Rect* clip, const glyph_t* glyphs, in renderTextOnPath() function in android::uirenderer::FontRenderer
DBakedOpDispatcher.cpp767 if (fontRenderer.renderTextOnPath(op.paint, &localSpaceClip, op.glyphs, op.glyphCount, op.path, in onTextOnPathOp()