Home | History | Annotate | Download | only in rendering

Lines Matching refs:visibleWidth

272     int visibleWidth = 0;
277 visibleWidth = view()->frameView()->textWrapWidth();
306 if (w != oldLogicalWidth || (visibleWidth > 0 && visibleWidth != cell->getVisibleWidth())) {