Home
last modified time | relevance | path

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

1234

/external/lottie/lottie/src/main/java/com/airbnb/lottie/value/
DScaleXY.java4 private float scaleX; field in ScaleXY
24 public void set(float scaleX, float scaleY) { in set()
29 public boolean equals(float scaleX, float scaleY) { in equals()
/external/MPAndroidChart/MPChartLib/src/main/java/com/github/mikephil/charting/jobs/
DZoomJob.java25 …public static ZoomJob getInstance(ViewPortHandler viewPortHandler, float scaleX, float scaleY, flo… in getInstance()
43 protected float scaleX; field in ZoomJob
48 …public ZoomJob(ViewPortHandler viewPortHandler, float scaleX, float scaleY, float xValue, float yV… in ZoomJob()
DAnimatedZoomJob.java27 …PortHandler, View v, Transformer trans, YAxis axis, float xAxisRange, float scaleX, float scaleY, … in getInstance()
54 …PortHandler, View v, Transformer trans, YAxis axis, float xAxisRange, float scaleX, float scaleY, … in AnimatedZoomJob()
70 float scaleX = xOrigin + (xValue - xOrigin) * phase; in onAnimationUpdate() local
/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/library/transformer/src/main/java/com/google/android/exoplayer2/transformer/
DTransformationRequest.java35 private float scaleX; field in TransformationRequest.Builder
109 public Builder setScale(float scaleX, float scaleY) { in setScale()
258 public final float scaleX; field in TransformationRequest
304 float scaleX, in TransformationRequest()
DScaleToFitFrameProcessor.java44 private float scaleX; field in ScaleToFitFrameProcessor.Builder
70 public Builder setScale(float scaleX, float scaleY) { in setScale()
114 Context context, float scaleX, float scaleY, float rotationDegrees) { in ScaleToFitFrameProcessor()
/external/MPAndroidChart/MPChartLib/src/main/java/com/github/mikephil/charting/utils/
DViewPortHandler.java243 public Matrix zoom(float scaleX, float scaleY) { in zoom()
250 public void zoom(float scaleX, float scaleY, Matrix outputMatrix) { in zoom()
265 public Matrix zoom(float scaleX, float scaleY, float x, float y) { in zoom()
272 public void zoom(float scaleX, float scaleY, float x, float y, Matrix outputMatrix) { in zoom()
285 public Matrix setZoom(float scaleX, float scaleY) { in setZoom()
292 public void setZoom(float scaleX, float scaleY, Matrix outputMatrix) { in setZoom()
307 public Matrix setZoom(float scaleX, float scaleY, float x, float y) { in setZoom()
/external/skia/tests/
DPathRendererCacheTests.cpp62 float scaleX = 1.f) { in draw_path()
154 float scaleX = 1 + ((float)i + 1)/20.f; in test_path() local
/external/replicaisland/src/com/replica/replicaisland/
DTiledBackgroundVertexGrid.java37 public void draw(float x, float y, float scaleX, float scaleY) { in draw()
DDrawableObject.java29 public abstract void draw(float x, float y, float scaleX, float scaleY); in draw()
DScrollableBitmap.java37 public void draw(float x, float y, float scaleX, float scaleY) { in draw()
DGameRenderer.java212 final float scaleX = mScaleX; in onDrawFrame() local
272 float scaleX = (float)w / mWidth; in onSurfaceChanged() local
/external/MPAndroidChart/MPChartLib/src/main/java/com/github/mikephil/charting/listener/
DBarLineChartTouchListener.java377 float scaleX = (mChart.isScaleXEnabled()) ? scale : 1f; in performZoom() local
394 float scaleX = xDist / mSavedXDist; // x-axis scale in performZoom() local
583 float scaleX = mChart.isScaleXEnabled() ? 1.4f : 1f; in onDoubleTap() local
DOnChartGestureListener.java66 void onChartScale(MotionEvent me, float scaleX, float scaleY); in onChartScale()
/external/aac/libSACdec/src/
Dsac_stp.cpp227 const FIXP_CFG *pBP, FIXP_DBL scaleX, in combineSignalCplxScale1()
248 FIXP_DBL *hybOutputImagWet, FIXP_DBL scaleX, in combineSignalCplxScale2()
541 FIXP_DBL scaleX; in subbandTPApply() local
/external/setupdesign/main/src/com/google/android/setupdesign/
DGlifPatternDrawable.java149 float scaleX = drawableWidth / VIEWBOX_WIDTH; in createBitmapCache() local
247 float scaleX = drawableBounds.width() / (float) bitmapWidth; in scaleCanvasToBounds() local
/external/skia/src/core/
DSkFontPriv.h41 static SkMatrix MakeTextMatrix(SkScalar size, SkScalar scaleX, SkScalar skewX) { in MakeTextMatrix()
/external/robolectric/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowVectorDrawable.java163 float scaleX; field in ShadowVectorDrawable.Group
215 float scaleX, in nUpdateGroupProperties()
DShadowRenderNodeQ.java26 private float scaleX = 1f; field in ShadowRenderNodeQ
125 protected boolean setScaleX(float scaleX) { in setScaleX()
DShadowRenderNode.java26 private float scaleX = 1f; field in ShadowRenderNode
125 protected boolean setScaleX(float scaleX) { in setScaleX()
/external/intel-media-driver/media_softlet/agnostic/common/vp/hal/packet/
Dvp_kernel_config.h59 virtual Kdll_Scalingratio GetFilterScalingRatio(float scaleX, float scaleY) in GetFilterScalingRatio()
Dvp_render_ief.cpp277 float scaleX, in Init()
/external/robolectric/robolectric/src/test/java/org/robolectric/shadows/
DShadowRenderNodeTest.java129 float scaleX = renderNode.getScaleX(); in testGetScaleX_unset_returnsOne() local
139 float scaleX = renderNode.getScaleX(); in testGetScaleX_set_returnsSetScale() local
649 boolean setScaleX(float scaleX); in setScaleX()
817 public boolean setScaleX(float scaleX) { in setScaleX()
1033 public boolean setScaleX(float scaleX) { in setScaleX()
/external/MPAndroidChart/MPChartLib/src/main/java/com/github/mikephil/charting/charts/
DBarLineChartBase.java663 public void zoom(float scaleX, float scaleY, float x, float y) { in zoom()
685 public void zoom(float scaleX, float scaleY, float xValue, float yValue, AxisDependency axis) { in zoom()
697 public void zoomToCenter(float scaleX, float scaleY) { in zoomToCenter()
717 …public void zoomAndCenterAnimated(float scaleX, float scaleY, float xValue, float yValue, AxisDepe… in zoomAndCenterAnimated()
752 public void setScaleMinima(float scaleX, float scaleY) { in setScaleMinima()
/external/skia/src/gpu/ganesh/
DGrPipeline.cpp126 float scaleX = 1.f; in setDstTextureUniforms() local
/external/zxing/core/src/main/java/com/google/zxing/pdf417/
DPDF417Writer.java121 int scaleX = width / originalScale[0].length; in bitMatrixFromEncoder() local

1234