Home
last modified time | relevance | path

Searched defs:xScale (Results 1 – 20 of 20) sorted by relevance

/external/MPAndroidChart/MPChartExample/src/main/java/com/xxmassdeveloper/mpchartexample/custom/
DMyCustomXAxisValueFormatter.java33 final float xScale = mViewPortHandler.getScaleX(); in getFormattedValue() local
/external/MPAndroidChart/MPChartLib/src/main/java/com/github/mikephil/charting/charts/
DHorizontalBarChart.java311 float xScale = mXAxis.mAxisRange / (maxXRange); in setVisibleXRangeMaximum() local
317 float xScale = mXAxis.mAxisRange / (minXRange); in setVisibleXRangeMinimum() local
DBarLineChartBase.java766 float xScale = mXAxis.mAxisRange / (maxXRange); in setVisibleXRangeMaximum() local
779 float xScale = mXAxis.mAxisRange / (minXRange); in setVisibleXRangeMinimum() local
/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/library/transformer/src/main/java/com/google/android/exoplayer2/transformer/
DScaleToFitFrameProcessor.java180 float xScale = (xMax - xMin) / ndcWidthAndHeight; in configureOutputSizeAndTransformationMatrix() local
/external/skia/src/core/
DSkDrawShadowInfo.cpp110 SkScalar xScale = 2/(pathBounds.fRight - pathBounds.fLeft); in GetSpotShadowTransform() local
DSkRRect.cpp483 SkScalar xScale = matrix.getScaleX(); in transform() local
/external/oboe/apps/OboeTester/app/src/main/java/com/mobileer/oboetester/
DWaveformView.java108 float xScale = ((float) mCurrentWidth) / (mSampleCount - 1); in onDraw() local
/external/MPAndroidChart/MPChartLib/src/main/java/com/github/mikephil/charting/utils/
DViewPortHandler.java483 public void setMinimumScaleX(float xScale) { in setMinimumScaleX()
498 public void setMaximumScaleX(float xScale) { in setMaximumScaleX()
/external/deqp/external/vulkancts/modules/vulkan/tessellation/
DvktTessellationShaderInputOutputTests.cpp414 const float xScale = 1.0f / static_cast<float>(getNumPrimitives(caseDef.caseType)); in initPrograms() local
870 const float xScale = 1.0f / 8.0f; in initPrograms() local
/external/angle/third_party/vulkan_memory_allocator/src/
DCommon.h244 float xScale = yScale / aspectRatio; in Perspective() local
/external/deqp/external/vulkancts/modules/vulkan/shaderrender/
DvktShaderRenderDerivateTests.cpp997 const tcu::Vec4 xScale = tcu::Vec4(1.0f, 0.0f, 0.5f, -0.5f); in verify() local
1300 const tcu::Vec4 xScale = tcu::Vec4(1.0f, 0.0f, 0.5f, -0.5f); in verify() local
/external/deqp/modules/gles3/functional/
Des3fShaderDerivateTests.cpp1105 const tcu::Vec4 xScale = tcu::Vec4(0.5f, 0.5f, 0.5f, -0.5f); in verify() local
1435 const tcu::Vec4 xScale = tcu::Vec4(1.0f, 0.5f, 0.5f, -0.5f); in verify() local
/external/skia/tests/
DRoundRectTest.cpp680 SkScalar xScale = SkIntToScalar(3); in test_transform_helper() local
/external/pdfium/fpdfsdk/
Dfpdf_ppo.cpp128 const float xScale = m_subPageSize.width / pagesize.width; in CalculatePageEdit() local
/external/python/cpython2/Lib/lib-tk/
DCanvas.py185 def scale(self, xOrigin, yOrigin, xScale, yScale): argument
/external/skia/src/pdf/
DSkPDFDevice.cpp748 SkScalar xScale, SkScalar yScale, in get_glyph_bounds_device_space()
/external/eigen/bench/perf_monitoring/resources/
Ds2.js1 …s={},a.logs={},a.dom={},"undefined"!=typeof module&&"undefined"!=typeof exports&&"undefined"==type… variable
/external/subsampling-scale-image-view/library/src/main/java/com/davemorrissey/labs/subscaleview/
DSubsamplingScaleImageView.java1083 float xScale = scale, yScale = scale; in onDraw() local
/external/deqp/external/vulkancts/modules/vulkan/api/
DvktApiCopiesAndBlittingTests.cpp3814 …const float xScale = static_cast<float>(blit.srcOffsets[1].x - blit.srcOffsets[0].x) / static_cast… in forEach() local
4298 const int xScale = (mirrorMode & MIRROR_MODE_X) ? -1 : 1; in blit() local
/external/python/cpython2/Mac/Modules/qt/
D_Qtmodule.c10070 Fixed xScale; in Qt_Media3DScaleNamedObjectTo() local