Home
last modified time | relevance | path

Searched defs:scaledWidth (Results 1 – 10 of 10) 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.cpp206 int scaledWidth = size.width(); in decodeGainmap() local
394 int scaledWidth = size.width(); in doDecode() local
/aosp14/frameworks/base/core/java/com/android/internal/util/
H A DImageUtils.java173 int scaledWidth = (int) (ratio * originalWidth); in buildScaledBitmap() local
/aosp14/frameworks/base/libs/hwui/
H A DVectorDrawable.cpp427 int scaledWidth = (int)(bounds.width() * canvasScaleX); in draw() local
513 int scaledWidth = SkScalarCeilToInt(mProperties.getScaledWidth()); in draw() local
H A DVectorDrawable.h555 int scaledWidth = 0; member
/aosp14/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
H A DContentRecorderTests.java597 int scaledWidth = Math.round((float) displayAreaBounds.width() / xScale); in testUpdateMirroredSurface_capturedAreaResized() local
/aosp14/frameworks/base/services/core/java/com/android/server/wm/
H A DContentRecorder.java495 int scaledWidth = Math.round(scale * (float) recordedContentBounds.width()); in updateMirroredSurface() local
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/screenrecord/
H A DScreenMediaRecorder.java249 int scaledWidth = (int) (screenWidth * scale); in getSupportedSize() local
/aosp14/frameworks/base/core/java/android/view/
H A DPointerIcon.java448 final int scaledWidth = bitmapDrawable.getIntrinsicWidth(); in getBitmapFromDrawable() local
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/accessibility/
H A DWindowMagnificationController.java956 final int scaledWidth = (int) (halfWidth / mScale); in calculateMagnificationFrameBoundary() local