Searched defs:getTextPath (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/core/jni/android/graphics/
H A DPaint.cpp593 static void getTextPath(JNIEnv* env, Paint* paint, Typeface* typeface, const jchar* text, function in namespace:android::PaintGlue
619 getTextPath(env, paint, typeface, textArray + index, count, bidiFlags, x, y, path);
630 getTextPath(env, paint, typeface, textArray + start, end - start, bidiFlags, x, y, path);
/frameworks/base/graphics/java/android/graphics/
H A DPaint.java2391 public void getTextPath(char[] text, int index, int count, method in class:Paint
2413 public void getTextPath(String text, int start, int end, method in class:Paint

Completed in 148 milliseconds