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

  /frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
ScaleFilter.java 57 protected int getOutputWidth(int inWidth, int inHeight) {
58 return (int)(inWidth * mScale);
62 protected int getOutputHeight(int inWidth, int inHeight) {
CropFilter.java 158 protected int getOutputWidth(int inWidth, int inHeight) {
159 return mOutputWidth <= 0 ? inWidth : mOutputWidth;
162 protected int getOutputHeight(int inWidth, int inHeight) {
  /external/chromium_org/third_party/mozilla/
NSString+Utils.h 73 - (NSString *)stringByTruncatingToWidth:(float)inWidth at:(ETruncationType)truncationType withAttributes:(NSDictionary *)attributes;
NSString+Utils.mm 155 - (NSString *)stringByTruncatingToWidth:(float)inWidth at:(ETruncationType)truncationType
158 if ([self sizeWithAttributes:attributes].width > inWidth)
161 [mutableCopy truncateToWidth:inWidth at:truncationType withAttributes:attributes];
  /frameworks/base/core/java/android/app/
WallpaperManager.java 431 int inWidth;
438 inWidth = options.outWidth;
451 outWidth = Math.min(inWidth, outWidth);
454 cropRectF = getMaxCropRect(inWidth, inHeight, outWidth, outHeight,
457 float left = (inWidth - outWidth) * horizontalAlignment;
541 private static RectF getMaxCropRect(int inWidth, int inHeight, int outWidth, int outHeight,
545 if (inWidth / (float) inHeight > outWidth / (float) outHeight) {
549 cropRect.left = (inWidth - cropWidth) * horizontalAlignment;
553 cropRect.right = inWidth;
554 float cropHeight = outHeight * (inWidth / (float) outWidth)
    [all...]
  /frameworks/native/include/gui/
IGraphicBufferProducer.h 157 inline void inflate(uint32_t inWidth, uint32_t inHeight,
159 width = inWidth;
  /frameworks/base/packages/WallpaperCropper/src/com/android/wallpapercropper/
WallpaperCropActivity.java     [all...]
  /packages/apps/Launcher3/WallpaperPicker/src/com/android/launcher3/
WallpaperCropActivity.java     [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/main/
texcompress_fxt1.c     [all...]
  /external/mesa3d/src/mesa/main/
texcompress_fxt1.c     [all...]

Completed in 793 milliseconds