Home | History | Annotate | Download | only in text

Lines Matching refs:drawTextRun

1381     public void drawTextRun(Canvas c, int start, int end, int contextStart, int contextEnd,
1383 checkRange("drawTextRun", start, end);
1388 c.drawTextRun(mText, start, len, contextStart, contextLen, x, y, isRtl, p);
1390 c.drawTextRun(mText, start + mGapLength, len, contextStart + mGapLength,
1395 c.drawTextRun(buf, start - contextStart, len, 0, contextLen, x, y, isRtl, p);