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

  /external/skia/bench/
SKPBench.cpp 57 int tileW = gpu ? FLAGS_GPUbenchTileW : FLAGS_CPUbenchTileW,
60 tileW = SkTMin(tileW, bounds.width());
63 int xTiles = SkScalarCeilToInt(bounds.width() / SkIntToScalar(tileW));
69 SkImageInfo ii = canvas->imageInfo().makeWH(tileW, tileH);
72 for (int x = bounds.fLeft; x < bounds.fRight; x += tileW) {
73 const SkIRect tileRect = SkIRect::MakeXYWH(x, y, tileW, tileH);
  /packages/apps/Launcher3/src/com/android/launcher3/
WidgetPreviewLoader.java 393 float tileW = scale * tileBitmap.getWidth();
395 final RectF dst = new RectF(0, 0, tileW, tileH);
398 for (int i = 0; i < spanX; i++, tx += tileW) {
416 int hoffset = (int) ((tileW - appIconSize * iconScale) / 2) + x;

Completed in 52 milliseconds