Searched refs:drawTextAsPath (Results 1 – 1 of 1) sorted by relevance
64 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