Searched refs:rough_width (Results 1 – 1 of 1) sorted by relevance
168 int rough_width = (int) f_rough_width; in onRender() local169 if (rough_width < 0) rough_width = 0; in onRender()170 if (gap > rough_width) { in onRender()171 gap = rough_width / 2; in onRender()198 if (barGroup.intX - barGroup.prev.intX - gap - 1 > (int)(rough_width * 1.5)) { in onRender()200 barGroup.leftX = barGroup.intX - (rough_width / 2); in onRender()201 barGroup.width = rough_width; in onRender()208 barGroup.rightX = barGroup.intX + (rough_width / 2); in onRender()214 barGroup.leftX = barGroup.intX - (rough_width / 2); in onRender()215 barGroup.width = rough_width; in onRender()