Home
last modified time | relevance | path

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

/third_party/skia/bench/
H A DGameBench.cpp225 static const int kAtlasSpacer = 2; member in GameBench
227 (kNumAtlasedX+1) * kAtlasSpacer;
229 (kNumAtlasedY+1) * kAtlasSpacer;
278 fAtlasRects[x][y] = SkIRect::MakeXYWH(kAtlasSpacer + x * (kAtlasCellWidth + kAtlasSpacer), in makeAtlas()
279 kAtlasSpacer + y * (kAtlasCellHeight + kAtlasSpacer), in makeAtlas()
289 int colorY = y / (kAtlasCellHeight + kAtlasSpacer); in makeAtlas()
290 bool inColorY = (y % (kAtlasCellHeight + kAtlasSpacer)) >= kAtlasSpacer; in makeAtlas()
[all...]

Completed in 1 milliseconds