Searched defs:glyphs (Results 1 – 5 of 5) sorted by relevance
/frameworks/base/core/jni/android/graphics/ |
D | HarfbuzzSkia.cpp | 51 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()
|
D | Paint.cpp | 498 jint contextCount, jint flags, jcharArray glyphs) { in doTextGlyphs() 529 jcharArray glyphs) { in getTextGlyphs__StringIIIII_C()
|
/frameworks/base/core/jni/ |
D | android_view_GLES20Canvas.cpp | 532 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/ |
D | Paint.java | 1691 int flags, char[] glyphs) { in getTextGlyphs() 2226 int flags, char[] glyphs); in native_getTextGlyphs()
|
/frameworks/base/tools/layoutlib/bridge/src/android/graphics/ |
D | Paint_Delegate.java | 972 int end, int contextStart, int contextEnd, int flags, char[] glyphs) { in native_getTextGlyphs()
|