Searched refs:twidth (Results 1 – 1 of 1) sorted by relevance
294 int twidth = bounds.width(); in text() local295 twidth += (twidth/4); in text()296 if (twidth > width) { in text()297 size = (size*width)/twidth; in text()