Home
last modified time | relevance | path

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

/external/skia/bench/
DGameBench.cpp96 width = kAtlasCellWidth; in onDraw()
220 static const int kAtlasCellWidth = 48; member in GameBench
225 static const int kTotAtlasWidth = kNumAtlasedX * kAtlasCellWidth +
277 … fAtlasRects[x][y] = SkIRect::MakeXYWH(kAtlasSpacer + x * (kAtlasCellWidth + kAtlasSpacer), in makeAtlas()
279 kAtlasCellWidth, in makeAtlas()
294 int colorX = x / (kAtlasCellWidth + kAtlasSpacer); in makeAtlas()
295 bool inColorX = (x % (kAtlasCellWidth + kAtlasSpacer)) >= kAtlasSpacer; in makeAtlas()