Searched refs:kTotAtlasHeight (Results 1 – 2 of 2) sorted by relevance
229 static const int kTotAtlasHeight = kNumAtlasedY * kAtlasCellHeight + member in GameBench285 fAtlas.allocN32Pixels(kTotAtlasWidth, kTotAtlasHeight); in makeAtlas()287 for (int y = 0; y < kTotAtlasHeight; ++y) { in makeAtlas()
228 static const int kTotAtlasHeight = kNumAtlasedY * kAtlasCellHeight + member in GameBench286 bm.allocN32Pixels(kTotAtlasWidth, kTotAtlasHeight); in makeAtlas()288 for (int y = 0; y < kTotAtlasHeight; ++y) { in makeAtlas()