Home | History | Annotate | Download | only in text

Lines Matching refs:wid

558     public final void increaseWidthTo(int wid) {
559 if (wid < mWidth) {
563 mWidth = wid;
853 float wid = tl.measure(offset - start, trailing, null);
856 if (clamped && wid > mWidth) {
857 wid = mWidth;
862 return getLineStartPos(line, left, right) + wid;