Home | History | Annotate | Download | only in functional

Lines Matching refs:cellL1Width

256 	int				cellL1Width		= cellL0Width/numL1CellsX;
262 if (cellL0Width <= 0 || cellL1Width <= 0 || cellL0Height <= 0 || cellL1Height <= 0)
290 int x = x0*cellL0Width + x1*cellL1Width;
292 rr::WindowRectangle cellL1Rect (x, y, cellL1Width, cellL1Height);