Searched defs:getTextPath (Results 1 – 2 of 2) sorted by relevance
/frameworks/base/graphics/java/android/graphics/ |
D | Paint.java | 2391 public void getTextPath(char[] text, int index, int count, in getTextPath() method in Paint 2413 public void getTextPath(String text, int start, int end, in getTextPath() method in Paint
|
/frameworks/base/core/jni/android/graphics/ |
D | Paint.cpp | 593 static void getTextPath(JNIEnv* env, Paint* paint, Typeface* typeface, const jchar* text, in getTextPath() function
|