Home
last modified time | relevance | path

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

/third_party/skia/bench/
H A DGameBench.cpp101 height = kAtlasCellHeight;
222 static const int kAtlasCellHeight = 36; member in GameBench
228 static const int kTotAtlasHeight = kNumAtlasedY * kAtlasCellHeight +
279 kAtlasSpacer + y * (kAtlasCellHeight + kAtlasSpacer), in makeAtlas()
281 kAtlasCellHeight); in makeAtlas()
289 int colorY = y / (kAtlasCellHeight + kAtlasSpacer); in makeAtlas()
290 bool inColorY = (y % (kAtlasCellHeight + kAtlasSpacer)) >= kAtlasSpacer; in makeAtlas()

Completed in 2 milliseconds