Home
last modified time | relevance | path

Searched refs:GRID_WIDTH (Results 1 - 1 of 1) sorted by relevance

/third_party/skia/bench/
H A DRTreeBench.cpp19 static const int GRID_WIDTH = 100; variable
101 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()

Completed in 1 milliseconds