Searched refs:kAtlasSpacer (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/skia/bench/
H A DGameBench.cpp224 static const int kAtlasSpacer = 2; member in class:GameBench
226 (kNumAtlasedX+1) * kAtlasSpacer;
228 (kNumAtlasedY+1) * kAtlasSpacer;
277 fAtlasRects[x][y] = SkIRect::MakeXYWH(kAtlasSpacer + x * (kAtlasCellWidth + kAtlasSpacer),
278 kAtlasSpacer + y * (kAtlasCellHeight + kAtlasSpacer),
288 int colorY = y / (kAtlasCellHeight + kAtlasSpacer);
289 bool inColorY = (y % (kAtlasCellHeight + kAtlasSpacer)) >= kAtlasSpacer;
[all...]
/external/skia/bench/
H A DGameBench.cpp224 static const int kAtlasSpacer = 2; member in class:GameBench
226 (kNumAtlasedX+1) * kAtlasSpacer;
228 (kNumAtlasedY+1) * kAtlasSpacer;
277 fAtlasRects[x][y] = SkIRect::MakeXYWH(kAtlasSpacer + x * (kAtlasCellWidth + kAtlasSpacer),
278 kAtlasSpacer + y * (kAtlasCellHeight + kAtlasSpacer),
288 int colorY = y / (kAtlasCellHeight + kAtlasSpacer);
289 bool inColorY = (y % (kAtlasCellHeight + kAtlasSpacer)) >= kAtlasSpacer;
[all...]

Completed in 48 milliseconds