Home
last modified time | relevance | path

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

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