Home
last modified time | relevance | path

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

/external/skqp/bench/
DGameBench.cpp227 static const int kTotAtlasWidth = kNumAtlasedX * kAtlasCellWidth + member in GameBench
285 fAtlas.allocN32Pixels(kTotAtlasWidth, kTotAtlasHeight); in makeAtlas()
293 for (int x = 0; x < kTotAtlasWidth; ++x, ++scanline) { in makeAtlas()
/external/skia/bench/
DGameBench.cpp226 static const int kTotAtlasWidth = kNumAtlasedX * kAtlasCellWidth + member in GameBench
286 bm.allocN32Pixels(kTotAtlasWidth, kTotAtlasHeight); in makeAtlas()
294 for (int x = 0; x < kTotAtlasWidth; ++x, ++scanline) { in makeAtlas()