Home
last modified time | relevance | path

Searched refs:native_getTextGlyphs (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/graphics/java/android/graphics/
DPaint.java1635 return native_getTextGlyphs(mNativePaint, text, start, end, contextStart, contextEnd, in getTextGlyphs()
2152 private static native int native_getTextGlyphs(int native_object, in native_getTextGlyphs() method in Paint
/frameworks/base/tools/layoutlib/bridge/src/android/graphics/
DPaint_Delegate.java966 /* package */static int native_getTextGlyphs(int native_object, String text, int start, in native_getTextGlyphs() method in Paint_Delegate