Home | History | Annotate | Download | only in text

Lines Matching defs:wid

556     public final void increaseWidthTo(int wid) {
557 if (wid < mWidth) {
561 mWidth = wid;
834 float wid = tl.measure(offset - start, trailing, null);
840 return getLineStartPos(line, left, right) + wid;