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

  /packages/apps/WallpaperPicker/src/com/android/wallpaperpicker/
WallpaperUtils.java 136 int minDim = Math.min(realSize.x, realSize.y);
142 defaultWidth = (int) (maxDim * wallpaperTravelToScreenWidthRatio(maxDim, minDim));
145 defaultWidth = Math.max((int) (minDim * WALLPAPER_SCREENS_SPAN), maxDim);
  /external/skia/src/gpu/text/
GrAtlasGlyphCache.cpp 45 int minDim = 1 << (log2MaxDim - 1);
47 if (maxDim * minDim * 4 >= maxTextureBytes) break;
52 int minDim = 1 << log2MinDim;
66 // A565 and ARGB use maxDim x minDim.
67 fAtlasConfigs[kA565_GrMaskFormat].fWidth = minDim;
74 fAtlasConfigs[kARGB_GrMaskFormat].fWidth = minDim;
  /frameworks/native/opengl/tests/hwc/
hwcCommit.cpp 249 HwcTestDim minDim;
257 HwcTestDim minDim;
493 measPtr->df.minDim = dfMinDim(format->format);
494 testPrintI(" dfMinDim: %s", ((string) measPtr->df.minDim).c_str());
500 measPtr->sc.minWidth = scMinWidth(format->format, measPtr->df.minDim);
503 measPtr->sc.minHeight = scMinHeight(format->format, measPtr->df.minDim);
516 measPtr->sc.minDim = scMinDim(format->format, measPtr->df.minDim);
517 testPrintI(" scMinDim: %s", ((string) measPtr->sc.minDim).c_str());
527 measPtr->df.minDim, measPtr->df.maxDim
    [all...]
  /frameworks/base/packages/WallpaperCropper/src/com/android/wallpapercropper/
WallpaperCropActivity.java 241 int minDim = Math.max(minDims.x, minDims.y);
247 minDim = Math.min(realSize.x, realSize.y);
254 defaultWidth = (int) (maxDim * wallpaperTravelToScreenWidthRatio(maxDim, minDim));
257 defaultWidth = Math.max((int) (minDim * WALLPAPER_SCREENS_SPAN), maxDim);
    [all...]
  /external/skia/src/gpu/ops/
GrAAStrokeRectOp.cpp 612 SkScalar minDim = SkMinScalar(rect.width(), rect.height());
613 SkScalar strokeWidth = random->nextUScalar1() * minDim;
GrShadowRRectOp.cpp 437 SkScalar minDim = 0.5f*SkTMin(bounds.width(), bounds.height());
438 if (umbraInset > minDim) {
439 umbraInset = minDim;
GrSmallPathRenderer.cpp 119 SkScalar minDim = SkMinScalar(bounds.width(), bounds.height());
121 SkScalar minSize = minDim * SkScalarAbs(scaleFactors[0]);
    [all...]
  /packages/apps/Launcher2/src/com/android/launcher2/
Workspace.java     [all...]
  /external/zxing/core/
core.jar 

Completed in 1355 milliseconds