Searched refs:kNumAtlasedY (Results 1 – 2 of 2) sorted by relevance
193 const int curCell = i % (kNumAtlasedX * kNumAtlasedY); in onDraw()223 static const int kNumAtlasedY = 5; member in GameBench227 static const int kTotAtlasHeight = kNumAtlasedY * kAtlasCellHeight +228 (kNumAtlasedY+1) * kAtlasSpacer;245 SkIRect fAtlasRects[kNumAtlasedX][kNumAtlasedY];271 SkColor colors[kNumAtlasedX][kNumAtlasedY]; in makeAtlas()273 for (int y = 0; y < kNumAtlasedY; ++y) { in makeAtlas()296 SkASSERT(colorX < kNumAtlasedX && colorY < kNumAtlasedY); in makeAtlas()
193 const int curCell = i % (kNumAtlasedX * kNumAtlasedY); in onDraw()224 static const int kNumAtlasedY = 5; member in GameBench228 static const int kTotAtlasHeight = kNumAtlasedY * kAtlasCellHeight +229 (kNumAtlasedY+1) * kAtlasSpacer;245 SkIRect fAtlasRects[kNumAtlasedX][kNumAtlasedY];273 SkColor colors[kNumAtlasedX][kNumAtlasedY]; in makeAtlas()275 for (int y = 0; y < kNumAtlasedY; ++y) { in makeAtlas()299 SkASSERT(colorX < kNumAtlasedX && colorY < kNumAtlasedY); in makeAtlas()