Home
last modified time | relevance | path

Searched defs:glyphs (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/core/jni/android/graphics/
DHarfbuzzSkia.cpp51 HB_Glyph* glyphs, hb_uint32* glyphsSize, HB_Bool isRTL) in stringToGlyphs()
69 static void glyphsToAdvances(HB_Font hbFont, const HB_Glyph* glyphs, hb_uint32 numGlyphs, in glyphsToAdvances()
DPaint.cpp498 jint contextCount, jint flags, jcharArray glyphs) { in doTextGlyphs()
529 jcharArray glyphs) { in getTextGlyphs__StringIIIII_C()
/frameworks/base/core/jni/
Dandroid_view_GLES20Canvas.cpp532 const jchar* glyphs = value->getGlyphs(); in renderText() local
548 const jchar* glyphs = value->getGlyphs(); in renderTextOnPath() local
563 const jchar* glyphs = value->getGlyphs(); in renderTextRun() local
635 const jchar* glyphs = value->getGlyphs(); in renderPosText() local
/frameworks/base/graphics/java/android/graphics/
DPaint.java1691 int flags, char[] glyphs) { in getTextGlyphs()
2226 int flags, char[] glyphs); in native_getTextGlyphs()
/frameworks/base/tools/layoutlib/bridge/src/android/graphics/
DPaint_Delegate.java972 int end, int contextStart, int contextEnd, int flags, char[] glyphs) { in native_getTextGlyphs()