Home
last modified time | relevance | path

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

/frameworks/base/core/jni/android/graphics/
DTextLayoutCache.h132 inline size_t getGlyphsCount() const { return mGlyphs.size(); } in getGlyphsCount() function
DPaint.cpp490 size_t glyphsCount = value.getGlyphsCount(); in doTextGlyphs()
DCanvas.cpp780 doDrawGlyphs(canvas, value->getGlyphs(), 0, value->getGlyphsCount(), x, y, flags, paint); in drawTextWithGlyphs()
/frameworks/base/core/jni/
Dandroid_view_GLES20Canvas.cpp490 size_t glyphsCount = value->getGlyphsCount(); in renderText()
520 size_t glyphsCount = value->getGlyphsCount(); in renderTextRun()