Home
last modified time | relevance | path

Searched refs:getTextPath (Results 1 – 6 of 6) sorted by relevance

/aosp14/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
H A DTextPathActivity.java72 mHugePaint.getTextPath(text, 0, count, 0, 0, path); in drawTextAsPath()
/aosp14/frameworks/base/libs/hwui/jni/
H A DPaint.cpp300 static void getTextPath(JNIEnv* env, Paint* paint, const Typeface* typeface, const jchar* text, in getTextPath() function
328 getTextPath(env, paint, typeface, textArray + index, count, bidiFlags, x, y, path); in getTextPath___C()
338 getTextPath(env, paint, typeface, textArray + start, end - start, bidiFlags, x, y, path); in getTextPath__String()
/aosp14/frameworks/base/packages/SettingsLib/src/com/android/settingslib/graph/
H A DBatteryMeterDrawableBase.java443 mTextPaint.getTextPath(pctText, 0, pctText.length(), pctX, pctY, mTextPath); in draw()
/aosp14/frameworks/base/graphics/java/android/graphics/
H A DPaint.java2941 public void getTextPath(char[] text, int index, int count, in getTextPath() method in Paint
2961 public void getTextPath(String text, int start, int end, in getTextPath() method in Paint
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/aosp14/frameworks/base/core/api/
H A Dcurrent.txt15974 method public void getTextPath(char[], int, int, float, float, android.graphics.Path);
15975 method public void getTextPath(String, int, int, float, float, android.graphics.Path);