Home | History | Annotate | Download | only in functional

Lines Matching refs:cellL1Height

257 	int				cellL1Height	= cellL0Height/numL1CellsY;
262 if (cellL0Width <= 0 || cellL1Width <= 0 || cellL0Height <= 0 || cellL1Height <= 0)
291 int y = y0*cellL0Height + y1*cellL1Height;
292 rr::WindowRectangle cellL1Rect (x, y, cellL1Width, cellL1Height);