Home
last modified time | relevance | path

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

/external/skia/bench/
DGameBench.cpp97 height = kAtlasCellHeight; in onDraw()
220 static const int kAtlasCellHeight = 36; member in GameBench
226 static const int kTotAtlasHeight = kNumAtlasedY * kAtlasCellHeight +
277 … kAtlasSpacer + y * (kAtlasCellHeight + kAtlasSpacer), in makeAtlas()
279 kAtlasCellHeight); in makeAtlas()
287 int colorY = y / (kAtlasCellHeight + kAtlasSpacer); in makeAtlas()
288 bool inColorY = (y % (kAtlasCellHeight + kAtlasSpacer)) >= kAtlasSpacer; in makeAtlas()