Searched refs:getTextPath (Results 1 - 4 of 4) sorted by relevance

/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
H A DTextPathActivity.java72 mHugePaint.getTextPath(text, 0, count, 0, 0, path);
/frameworks/base/core/jni/android/graphics/
H A DPaint.cpp822 static void getTextPath(JNIEnv* env, Paint* paint, TypefaceImpl* typeface, const jchar* text, function in class:android::PaintGlue
848 getTextPath(env, paint, typeface, textArray + index, count, bidiFlags, x, y, path);
859 getTextPath(env, paint, typeface, textArray + start, end - start, bidiFlags, x, y, path);
/frameworks/base/packages/SystemUI/src/com/android/systemui/
H A DBatteryMeterView.java397 mTextPaint.getTextPath(pctText, 0, pctText.length(), pctX, pctY, mTextPath);
/frameworks/base/graphics/java/android/graphics/
H A DPaint.java2180 public void getTextPath(char[] text, int index, int count, method in class:Paint
2202 public void getTextPath(String text, int start, int end, method in class:Paint

Completed in 563 milliseconds