Home
last modified time | relevance | path

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

/external/skia/bench/
DGameBench.cpp99 height = kAtlasCellHeight; in onDraw()
223 static const int kAtlasCellHeight = 36; member in GameBench
229 static const int kTotAtlasHeight = kNumAtlasedY * kAtlasCellHeight +
279 … kAtlasSpacer + y * (kAtlasCellHeight + kAtlasSpacer), in makeAtlas()
281 kAtlasCellHeight); in makeAtlas()
288 int colorY = y / (kAtlasCellHeight + kAtlasSpacer); in makeAtlas()
289 bool inColorY = (y % (kAtlasCellHeight + kAtlasSpacer)) >= kAtlasSpacer; in makeAtlas()
/external/skqp/bench/
DGameBench.cpp99 height = kAtlasCellHeight; in onDraw()
223 static const int kAtlasCellHeight = 36; member in GameBench
229 static const int kTotAtlasHeight = kNumAtlasedY * kAtlasCellHeight +
279 … kAtlasSpacer + y * (kAtlasCellHeight + kAtlasSpacer), in makeAtlas()
281 kAtlasCellHeight); in makeAtlas()
288 int colorY = y / (kAtlasCellHeight + kAtlasSpacer); in makeAtlas()
289 bool inColorY = (y % (kAtlasCellHeight + kAtlasSpacer)) >= kAtlasSpacer; in makeAtlas()