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

/frameworks/base/core/java/android/text/
H A DTextLine.java193 drawRun(c, 0, mLen, false, x, top, y, bottom, false);
197 drawRun(c, 0, mLen, true, x, top, y, bottom, false);
234 h += drawRun(c, segstart, j, runIsRtl, x+h, top, y, bottom,
384 private float drawRun(Canvas c, int start, method in class:TextLine

Completed in 44 milliseconds