Home
last modified time | relevance | path

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

/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
DTextPathActivity.java64 drawTextAsPath(canvas, "Hello", path); in onDraw()
67 drawTextAsPath(canvas, "OpenGL", path); in onDraw()
70 private void drawTextAsPath(Canvas canvas, String text, Path path) { in drawTextAsPath() method in TextPathActivity.CustomTextView