Home
last modified time | relevance | path

Searched defs:scaledWidth (Results 1 – 12 of 12) sorted by relevance

/frameworks/base/libs/hwui/jni/
DNinePatchPeeker.cpp75 void NinePatchPeeker::scale(float scaleX, float scaleY, int scaledWidth, int scaledHeight) { in scale()
DBitmapFactory.cpp264 int scaledWidth = size.width(); in doDecode() local
/frameworks/layoutlib/validator/src/com/android/tools/idea/validator/
DAtfBufferedImage.java124 int scaledWidth = (int)(mWidth * mScaleX); in getPixels() local
/frameworks/base/core/java/com/android/internal/util/
DImageUtils.java173 int scaledWidth = (int) (ratio * originalWidth); in buildScaledBitmap() local
/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
DContentRecorderTests.java317 int scaledWidth = Math.round((float) displayAreaBounds.width() / xScale); in testUpdateMirroredSurface_capturedAreaResized() local
/frameworks/base/services/core/java/com/android/server/wm/
DContentRecorder.java418 int scaledWidth = Math.round(scale * (float) recordedContentBounds.width()); in updateMirroredSurface() local
/frameworks/opt/setupwizard/library/main/src/com/android/setupwizardlib/
DGlifPatternDrawable.java154 int scaledWidth = (int) (VIEWBOX_WIDTH * scale); in createBitmapCache() local
/frameworks/base/libs/hwui/
DVectorDrawable.cpp426 int scaledWidth = (int)(bounds.width() * canvasScaleX); in draw() local
512 int scaledWidth = SkScalarCeilToInt(mProperties.getScaledWidth()); in draw() local
DVectorDrawable.h554 int scaledWidth = 0; member
/frameworks/base/packages/SystemUI/src/com/android/systemui/screenrecord/
DScreenMediaRecorder.java248 int scaledWidth = (int) (screenWidth * scale); in getSupportedSize() local
/frameworks/base/core/java/android/view/
DPointerIcon.java444 final int scaledWidth = bitmapDrawable.getIntrinsicWidth(); in getBitmapFromDrawable() local
/frameworks/base/packages/SystemUI/src/com/android/systemui/accessibility/
DWindowMagnificationController.java794 final int scaledWidth = (int) (halfWidth / mScale); in calculateMagnificationFrameBoundary() local