HomeSort by relevance Sort by last modified time
    Searched refs:kAtlasCellWidth (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/skia/bench/
GameBench.cpp 96 width = kAtlasCellWidth;
220 static const int kAtlasCellWidth = 48;
225 static const int kTotAtlasWidth = kNumAtlasedX * kAtlasCellWidth +
277 fAtlasRects[x][y] = SkIRect::MakeXYWH(kAtlasSpacer + x * (kAtlasCellWidth + kAtlasSpacer),
279 kAtlasCellWidth,
294 int colorX = x / (kAtlasCellWidth + kAtlasSpacer);
295 bool inColorX = (x % (kAtlasCellWidth + kAtlasSpacer)) >= kAtlasSpacer;
  /external/skia/bench/
GameBench.cpp 96 width = kAtlasCellWidth;
220 static const int kAtlasCellWidth = 48;
225 static const int kTotAtlasWidth = kNumAtlasedX * kAtlasCellWidth +
277 fAtlasRects[x][y] = SkIRect::MakeXYWH(kAtlasSpacer + x * (kAtlasCellWidth + kAtlasSpacer),
279 kAtlasCellWidth,
294 int colorX = x / (kAtlasCellWidth + kAtlasSpacer);
295 bool inColorX = (x % (kAtlasCellWidth + kAtlasSpacer)) >= kAtlasSpacer;

Completed in 40 milliseconds