Home
last modified time | relevance | path

Searched refs:getGlyphs (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/core/jni/android/graphics/
DTextLayoutCache.h131 inline const jchar* getGlyphs() const { return mGlyphs.array(); } in getGlyphs() function
DPaint.cpp489 const jchar* shapedGlyphs = value.getGlyphs(); in doTextGlyphs()
DCanvas.cpp780 doDrawGlyphs(canvas, value->getGlyphs(), 0, value->getGlyphsCount(), x, y, flags, paint); in drawTextWithGlyphs()
/frameworks/base/core/jni/
Dandroid_view_GLES20Canvas.cpp489 const jchar* glyphs = value->getGlyphs(); in renderText()
519 const jchar* glyphs = value->getGlyphs(); in renderTextRun()