Home
last modified time | relevance | path

Searched defs:scaleX (Results 1 – 25 of 41) sorted by relevance

12

/frameworks/native/libs/ui/include/ui/
DRect.h206 Rect scale(float scaleX, float scaleY) const { in scale()
210 Rect& scaleSelf(float scaleX, float scaleY) { in scaleSelf()
/frameworks/native/include/ui/
DRect.h206 Rect scale(float scaleX, float scaleY) const { in scale()
210 Rect& scaleSelf(float scaleX, float scaleY) { in scaleSelf()
/frameworks/native/libs/ui/include_vndk/ui/
DRect.h206 Rect scale(float scaleX, float scaleY) const { in scale()
210 Rect& scaleSelf(float scaleX, float scaleY) { in scaleSelf()
/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
DScaledPathsActivity.java84 private void drawPath(Canvas canvas, float scaleX, float scaleY) { in drawPath()
/frameworks/base/libs/hwui/jni/
DNinePatchPeeker.cpp75 void NinePatchPeeker::scale(float scaleX, float scaleY, int scaledWidth, int scaledHeight) { in scale()
/frameworks/opt/setupwizard/library/main/src/com/android/setupwizardlib/
DGlifPatternDrawable.java149 float scaleX = drawableWidth / VIEWBOX_WIDTH; in createBitmapCache() local
247 float scaleX = drawableBounds.width() / (float) bitmapWidth; in scaleCanvasToBounds() local
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/animation/
DAnimatableScaleMatrix.java102 public void setScaleX(float scaleX) { in setScaleX()
/frameworks/native/services/surfaceflinger/CompositionEngine/include/compositionengine/
DProjectionSpace.h74 const float scaleX = static_cast<float>(orientedDestContent.width()) / content.width(); in getTransform() local
/frameworks/rs/tests/java_api/RsCameraDemo/src/com/android/example/rscamera/
DMediaStoreSaver.java123 float scaleX = width / source.getWidth(); in storeThumbnail() local
/frameworks/rs/tests/java_api/CannyLive/src/com/android/example/cannylive/
DMediaStoreSaver.java123 float scaleX = width / source.getWidth(); in storeThumbnail() local
/frameworks/base/packages/SettingsLib/AdaptiveIcon/src/com/android/settingslib/widget/
DAdaptiveOutlineDrawable.java128 final float scaleX = (bounds.right - bounds.left) / pathSize; in draw() local
/frameworks/minikin/include/minikin/
DMinikinPaint.h65 float scaleX; member
/frameworks/layoutlib/bridge/src/android/graphics/
DRenderNode_Delegate.java178 float scaleX = renderNode.getScaleX(); in getMatrix() local
297 /*package*/ static boolean nSetScaleX(long renderNode, float scaleX) { in nSetScaleX()
/frameworks/base/core/java/android/transition/
DChangeImageTransform.java103 float scaleX = ((float) bounds.width()) / drawableWidth; in captureValues() local
DChangeTransform.java415 float translationZ, float scaleX, float scaleY, float rotationX, in setTransforms()
431 public final float scaleX; field in ChangeTransform.Transforms
/frameworks/base/libs/hwui/
DVectorDrawable.h390 float scaleX = 1; member
406 void setScaleX(float scaleX) { VD_SET_PRIMITIVE_FIELD_AND_NOTIFY(scaleX, scaleX); } in setScaleX()
417 void updateProperties(float rotate, float pivotX, float pivotY, float scaleX, float scaleY, in updateProperties()
438 scaleX, enumerator
/frameworks/base/services/core/java/com/android/server/wm/
DTaskSnapshotSurface.java421 final float scaleX = (float) snapshot.getWidth() / mSnapshot.getTaskSize().x; in calculateSnapshotCrop() local
442 final float scaleX = (float) snapshot.getWidth() / mSnapshot.getTaskSize().x; in calculateSnapshotFrame() local
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/startingsurface/
DTaskSnapshotWindow.java445 final float scaleX = (float) snapshot.getWidth() / mSnapshot.getTaskSize().x; in calculateSnapshotCrop() local
465 final float scaleX = (float) snapshot.getWidth() / mSnapshot.getTaskSize().x; in calculateSnapshotFrame() local
/frameworks/layoutlib/bridge/src/android/graphics/drawable/
DVectorDrawable_Delegate.java295 float pivotY, float scaleX, float scaleY, float translateX, float translateY) { in nUpdateGroupProperties()
369 static void nSetScaleX(long groupPtr, float scaleX) { in nSetScaleX()
933 private void setScaleX(float scaleX) { in setScaleX()
1129 final float scaleX = w / mViewportWidth; in drawPath() local
1263 float scaleX = MathUtils.mag(unitVectors[0], unitVectors[1]); in getMatrixScale() local
/frameworks/av/services/camera/libcameraservice/device3/
DDistortionMapper.cpp332 float scaleX = mapperInfo->mActiveWidth / mapperInfo->mArrayWidth; in mapRawToCorrectedSimple() local
418 float scaleX = mapperInfo->mArrayWidth / mapperInfo->mActiveWidth; in mapCorrectedToRawImplSimple() local
/frameworks/base/libs/hwui/hwui/
DImageDecoder.cpp419 float scaleX = (float) targetWidth / mDecodeSize.width(); in decode() local
/frameworks/base/graphics/java/android/graphics/drawable/
DVectorDrawable.java673 float scaleX = viewportWidth / intrinsicWidth; in getPixelSize() local
1416 float scaleX = a.getFloat(R.styleable.VectorDrawableGroup_scaleX, in updateStateFromTypedArray() local
1563 public void setScaleX(float scaleX) { in setScaleX()
2336 float pivotY, float scaleX, float scaleY, float translateX, float translateY); in nUpdateGroupProperties()
2363 private static native void nSetScaleX(long groupPtr, float scaleX); in nSetScaleX()
/frameworks/ex/framesequence/src/android/support/rastermill/
DFrameSequenceDrawable.java411 final float scaleX = 1.0f * bounds.width() / bitmapWidth; in draw() local
/frameworks/native/cmds/flatland/
DGLHelper.cpp237 float scaleX = static_cast<float>(mode.resolution.getWidth()) / w; in computeWindowScale() local
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
DViewState.java126 public float scaleX = 1.0f; field in ViewState

12