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

  /packages/apps/WallpaperPicker/src/com/android/wallpaperpicker/
WallpaperUtils.java 135 int maxDim = Math.max(realSize.x, realSize.y);
142 defaultWidth = (int) (maxDim * wallpaperTravelToScreenWidthRatio(maxDim, minDim));
143 defaultHeight = maxDim;
145 defaultWidth = Math.max((int) (minDim * WALLPAPER_SCREENS_SPAN), maxDim);
146 defaultHeight = maxDim;
  /external/skia/src/gpu/text/
GrAtlasGlyphCache.cpp 44 int maxDim = 1 << log2MaxDim;
47 if (maxDim * minDim * 4 >= maxTextureBytes) break;
51 int maxDim = 1 << log2MaxDim;
57 // Setup default atlas configs. The A8 atlas uses maxDim for both width and height, as the A8
59 fAtlasConfigs[kA8_GrMaskFormat].fWidth = maxDim;
60 fAtlasConfigs[kA8_GrMaskFormat].fHeight = maxDim;
66 // A565 and ARGB use maxDim x minDim.
68 fAtlasConfigs[kA565_GrMaskFormat].fHeight = maxDim;
75 fAtlasConfigs[kARGB_GrMaskFormat].fHeight = maxDim;
  /frameworks/native/opengl/tests/hwc/
hwcCommit.cpp 252 HwcTestDim maxDim;
260 HwcTestDim maxDim;
496 measPtr->df.maxDim = dfMaxDim(format->format);
497 testPrintI(" dfMaxDim: %s", ((string) measPtr->df.maxDim).c_str());
506 measPtr->sc.maxWidth = scMaxWidth(format->format, measPtr->df.maxDim);
511 measPtr->sc.maxHeight = scMaxHeight(format->format, measPtr->df.maxDim);
519 measPtr->sc.maxDim = scMaxDim(format->format, measPtr->df.maxDim);
520 testPrintI(" scMaxDim: %s%s", ((measPtr->sc.maxDim.width()
522 || (measPtr->sc.maxDim.width() >
    [all...]
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/
PhotoProcessor.java 195 * @param maxDim Maximum width and height (in pixels) for the image.
202 static Bitmap getNormalizedBitmap(Bitmap original, int maxDim, boolean forceCropToSquare)
222 final float scaleFactor = Math.min(1f, ((float) maxDim) / Math.max(cropWidth, cropHeight));
  /frameworks/base/packages/WallpaperCropper/src/com/android/wallpapercropper/
WallpaperCropActivity.java 240 int maxDim = Math.max(maxDims.x, maxDims.y);
246 maxDim = Math.max(realSize.x, realSize.y);
254 defaultWidth = (int) (maxDim * wallpaperTravelToScreenWidthRatio(maxDim, minDim));
255 defaultHeight = maxDim;
257 defaultWidth = Math.max((int) (minDim * WALLPAPER_SCREENS_SPAN), maxDim);
258 defaultHeight = maxDim;
    [all...]
  /external/skia/src/gpu/ops/
GrSmallPathRenderer.cpp 120 SkScalar maxDim = SkMaxScalar(bounds.width(), bounds.height());
122 SkScalar maxSize = maxDim * SkScalarAbs(scaleFactors[1]);
124 return maxDim <= kMaxDim && kMinSize <= minSize && maxSize <= kMaxSize;
286 SkScalar maxDim = SkMaxScalar(bounds.width(), bounds.height());
300 SkScalar mipSize = mipScale*SkScalarAbs(maxDim);
328 SkScalar scale = desiredDimension / maxDim;
    [all...]
  /frameworks/base/media/java/android/media/
MediaCodecInfo.java     [all...]
  /frameworks/base/packages/WallpaperCropper/src/com/android/photos/views/
TiledImageRenderer.java 208 int maxDim = Math.max(mImageWidth, mImageHeight);
210 while (t < maxDim) {
  /packages/apps/Gallery2/src/com/android/photos/views/
TiledImageRenderer.java 208 int maxDim = Math.max(mImageWidth, mImageHeight);
210 while (t < maxDim) {
  /packages/apps/WallpaperPicker/src/com/android/photos/views/
TiledImageRenderer.java 208 int maxDim = Math.max(mImageWidth, mImageHeight);
210 while (t < maxDim) {
  /packages/apps/Launcher2/src/com/android/launcher2/
Workspace.java     [all...]
  /prebuilts/ndk/r13/sources/third_party/vulkan/src/build-android/generated/layer-src/parameter_validation/
parameter_validation.cpp     [all...]
  /prebuilts/ndk/r13/sources/third_party/vulkan/src/layers/
parameter_validation.cpp     [all...]
  /external/vulkan-validation-layers/layers/
parameter_validation.cpp     [all...]
  /external/zxing/core/
core.jar 

Completed in 459 milliseconds