Home | History | Annotate | Download | only in widget

Lines Matching refs:mChars

4340             mCharWrapper.mChars = null;
10115 private char[] mChars;
10119 mChars = chars;
10125 mChars = chars;
10135 return mChars[off + mStart];
10140 return new String(mChars, mStart, mLength);
10148 return new String(mChars, start + mStart, end - start);
10156 System.arraycopy(mChars, start + mStart, buf, off, end - start);
10161 c.drawText(mChars, start + mStart, end - start, x, y, p);
10168 c.drawTextRun(mChars, start + mStart, count, contextStart + mStart,
10173 return p.measureText(mChars, start + mStart, end - start);
10177 return p.getTextWidths(mChars, start + mStart, end - start, widths);
10185 return p.getTextRunAdvances(mChars, start + mStart, count,
10193 return p.getTextRunCursor(mChars, contextStart + mStart,