Home
last modified time | relevance | path

Searched defs:scaledHeight (Results 1 – 9 of 9) sorted by relevance

/aosp14/frameworks/base/libs/hwui/jni/
H A DNinePatchPeeker.cpp75 void NinePatchPeeker::scale(float scaleX, float scaleY, int scaledWidth, int scaledHeight) { in scale()
H A DBitmapFactory.cpp207 int scaledHeight = size.height(); in decodeGainmap() local
395 int scaledHeight = size.height(); in doDecode() local
/aosp14/frameworks/base/core/java/com/android/internal/util/
H A DImageUtils.java174 int scaledHeight = (int) (ratio * originalHeight); in buildScaledBitmap() local
/aosp14/frameworks/base/libs/hwui/
H A DVectorDrawable.cpp428 int scaledHeight = (int)(bounds.height() * canvasScaleY); in draw() local
514 int scaledHeight = SkScalarCeilToInt(mProperties.getScaledHeight()); in draw() local
H A DVectorDrawable.h556 int scaledHeight = 0; member
/aosp14/frameworks/base/services/core/java/com/android/server/wm/
H A DContentRecorder.java496 int scaledHeight = Math.round(scale * (float) recordedContentBounds.height()); in updateMirroredSurface() local
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/screenrecord/
H A DScreenMediaRecorder.java250 int scaledHeight = (int) (screenHeight * scale); in getSupportedSize() local
/aosp14/frameworks/base/core/java/android/view/
H A DPointerIcon.java449 final int scaledHeight = bitmapDrawable.getIntrinsicHeight(); in getBitmapFromDrawable() local
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/accessibility/
H A DWindowMagnificationController.java958 final int scaledHeight = (int) (halfHeight / mScale); in calculateMagnificationFrameBoundary() local