Home
last modified time | relevance | path

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

/external/skqp/bench/
DGameBench.cpp229 static const int kTotAtlasHeight = kNumAtlasedY * kAtlasCellHeight + member in GameBench
285 fAtlas.allocN32Pixels(kTotAtlasWidth, kTotAtlasHeight); in makeAtlas()
287 for (int y = 0; y < kTotAtlasHeight; ++y) { in makeAtlas()
/external/skia/bench/
DGameBench.cpp228 static const int kTotAtlasHeight = kNumAtlasedY * kAtlasCellHeight + member in GameBench
286 bm.allocN32Pixels(kTotAtlasWidth, kTotAtlasHeight); in makeAtlas()
288 for (int y = 0; y < kTotAtlasHeight; ++y) { in makeAtlas()