Home
last modified time | relevance | path

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

12

/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
DScaledPathsActivity.java84 private void drawPath(Canvas canvas, float scaleX, float scaleY) { in drawPath()
/frameworks/base/packages/SettingsLib/AdaptiveIcon/src/com/android/settingslib/widget/
DAdaptiveOutlineDrawable.java65 final float scaleX = (bounds.right - bounds.left) / pathSize; in draw() local
/frameworks/base/core/jni/android/graphics/
DNinePatchPeeker.cpp75 void NinePatchPeeker::scale(float scaleX, float scaleY, int scaledWidth, int scaledHeight) { in scale()
DBitmapFactory.cpp406 const float scaleX = scaledWidth / float(decodingBitmap.width()); in doDecode() local
DImageDecoder.cpp410 float scaleX = (float) desiredWidth / decodeInfo.width(); in ImageDecoder_nDecodeBitmap() local
/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/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/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.java414 float translationZ, float scaleX, float scaleY, float rotationX, in setTransforms()
430 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/av/services/camera/libcameraservice/device3/
DDistortionMapper.cpp289 float scaleX = mActiveWidth / mArrayWidth; in mapRawToCorrectedSimple() local
375 float scaleX = mArrayWidth / mActiveWidth; in mapCorrectedToRawImplSimple() 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/base/graphics/java/android/graphics/drawable/
DVectorDrawable.java669 float scaleX = viewportWidth / intrinsicWidth; in getPixelSize() local
1412 float scaleX = a.getFloat(R.styleable.VectorDrawableGroup_scaleX, in updateStateFromTypedArray() local
1559 public void setScaleX(float scaleX) { in setScaleX()
2332 float pivotY, float scaleX, float scaleY, float translateX, float translateY); in nUpdateGroupProperties()
2359 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.cpp238 float scaleX = float(info.w) / float(w); in computeWindowScale() local
/frameworks/base/core/java/android/hardware/camera2/legacy/
DSurfaceTextureRenderer.java282 float scaleX = intermediate.width() / output.width(); in drawFrame() local
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
DViewState.java126 public float scaleX = 1.0f; field in ViewState
/frameworks/minikin/libs/minikin/
DLayoutCore.cpp377 double scaleX = paint.scaleX; in LayoutPiece() local
/frameworks/base/core/jni/
Dandroid_graphics_drawable_VectorDrawable.cpp177 jfloat pivotY, jfloat scaleX, jfloat scaleY, jfloat translateX, jfloat translateY) { in updateGroupProperties()
236 static void setScaleX(JNIEnv*, jobject, jlong groupPtr, jfloat scaleX) { in setScaleX()
/frameworks/base/core/java/android/view/
DViewPropertyAnimator.java676 public ViewPropertyAnimator scaleX(float value) { in scaleX() method in ViewPropertyAnimator
/frameworks/base/graphics/java/android/graphics/
DRenderNode.java1068 public boolean setScaleX(float scaleX) { in setScaleX()
1670 private static native boolean nSetScaleX(long renderNode, float scaleX); in nSetScaleX()
/frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/
DRenderSessionImpl.java533 float scaleX = (float)mImage.getWidth() / mMeasuredScreenWidth; in renderAndBuildResult() local

12