Searched refs:GRID_WIDTH (Results 1 – 1 of 1) sorted by relevance
18 static const int GRID_WIDTH = 100; variable100 out.fLeft = SkIntToScalar(index % GRID_WIDTH); in make_XYordered_rects()101 out.fTop = SkIntToScalar(index / GRID_WIDTH); in make_XYordered_rects()108 out.fLeft = SkIntToScalar(index / GRID_WIDTH); in make_YXordered_rects()109 out.fTop = SkIntToScalar(index % GRID_WIDTH); in make_YXordered_rects()