Searched refs:GRID_WIDTH (Results 1 – 2 of 2) sorted by relevance
19 static const int GRID_WIDTH = 100; variable101 out.fLeft = SkIntToScalar(index % GRID_WIDTH); in make_XYordered_rects()102 out.fTop = SkIntToScalar(index / GRID_WIDTH); in make_XYordered_rects()109 out.fLeft = SkIntToScalar(index / GRID_WIDTH); in make_YXordered_rects()110 out.fTop = SkIntToScalar(index % GRID_WIDTH); in make_YXordered_rects()
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()