Home
last modified time | relevance | path

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

/external/skia/bench/
DGameBench.cpp227 static const int kTotAtlasHeight = kNumAtlasedY * kAtlasCellHeight + member in GameBench
284 fAtlas.allocN32Pixels(kTotAtlasWidth, kTotAtlasHeight); in makeAtlas()
287 for (int y = 0; y < kTotAtlasHeight; ++y) { in makeAtlas()