Home
last modified time | relevance | path

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

/external/apache-commons-math/src/main/java/org/apache/commons/math/ode/nonstiff/
DHighamHall54Integrator.java119 final double yScale = FastMath.max(FastMath.abs(y0[j]), FastMath.abs(y1[j])); in estimateError() local
DDormandPrince54Integrator.java145 final double yScale = FastMath.max(FastMath.abs(y0[j]), FastMath.abs(y1[j])); in estimateError() local
DAdamsBashforthIntegrator.java237 final double yScale = FastMath.abs(y[i]); in integrate() local
DDormandPrince853Integrator.java264 final double yScale = FastMath.max(FastMath.abs(y0[j]), FastMath.abs(y1[j])); in estimateError() local
DAdamsMoultonIntegrator.java400 … final double yScale = FastMath.max(FastMath.abs(previous[i]), FastMath.abs(after[i])); in end() local
/external/skqp/src/core/
DSkDrawShadowInfo.cpp104 SkScalar yScale = 2/(pathBounds.fBottom - pathBounds.fTop); in GetSpotShadowTransform() local
DSkGpuBlurUtils.cpp27 static void scale_irect_roundout(SkIRect* rect, float xScale, float yScale) { in scale_irect_roundout()
34 static void scale_irect(SkIRect* rect, int xScale, int yScale) { in scale_irect()
DSkRRect.cpp437 SkScalar yScale = matrix.getScaleY(); in transform() local
DSkScalerContext.cpp721 SkScalar yScale = SkScalarAbs(GA.get(SkMatrix::kMScaleY)); in computeMatrices() local
/external/skia/src/core/
DSkDrawShadowInfo.cpp114 SkScalar yScale = 2/(pathBounds.fBottom - pathBounds.fTop); in GetSpotShadowTransform() local
DSkRRect.cpp475 SkScalar yScale = matrix.getScaleY(); in transform() local
DSkScalerContext.cpp866 SkScalar yScale = SkScalarAbs(GA.get(SkMatrix::kMScaleY)); in computeMatrices() local
/external/angle/third_party/vulkan_memory_allocator/src/
DCommon.h244 float yScale = 1.0f / tan(fovY * 0.5f); in Perspective() local
/external/skqp/tests/
DRoundRectTest.cpp670 SkScalar yScale = 3.2f; in test_transform_helper() local
/external/pdfium/fpdfsdk/
Dfpdf_ppo.cpp117 const float yScale = m_subPageSize.height / pagesize.height; in CalculatePageEdit() local
/external/deqp/external/vulkancts/modules/vulkan/shaderrender/
DvktShaderRenderDerivateTests.cpp998 const tcu::Vec4 yScale = tcu::Vec4(0.0f, 1.0f, 0.5f, -0.5f); in verify() local
1295 const tcu::Vec4 yScale = tcu::Vec4(0.0f, 1.0f, 0.5f, -0.5f); in verify() local
/external/deqp/modules/gles3/functional/
Des3fShaderDerivateTests.cpp1106 const tcu::Vec4 yScale = tcu::Vec4(0.5f, 0.5f, 0.5f, -0.5f); in verify() local
1436 const tcu::Vec4 yScale = tcu::Vec4(0.5f, 1.0f, 0.5f, -0.5f); in verify() local
/external/python/cpython2/Lib/lib-tk/
DCanvas.py185 def scale(self, xOrigin, yOrigin, xScale, yScale): argument
/external/skia/tests/
DRoundRectTest.cpp671 SkScalar yScale = 3.2f; in test_transform_helper() local
/external/skia/src/pdf/
DSkPDFDevice.cpp734 SkScalar xScale, SkScalar yScale, in get_glyph_bounds_device_space()
/external/skqp/src/pdf/
DSkPDFDevice.cpp992 SkScalar xScale, SkScalar yScale, in get_glyph_bounds_device_space()
/external/subsampling-scale-image-view/library/src/main/java/com/davemorrissey/labs/subscaleview/
DSubsamplingScaleImageView.java1083 float xScale = scale, yScale = scale; in onDraw() local
/external/skqp/tools/debugger/
DSkDrawCommand.cpp323 SkScalar yScale = SkIntToScalar(size.fHeight-2) / input.height(); in render_bitmap() local
/external/deqp/external/vulkancts/modules/vulkan/api/
DvktApiCopiesAndBlittingTests.cpp2870 …const float yScale = static_cast<float>(blit.srcOffsets[1].y - blit.srcOffsets[0].y) / static_cast… in forEach() local
3213 const int yScale = (mirrorMode & MIRROR_MODE_Y) ? -1 : 1; in blit() local
/external/python/cpython2/Mac/Modules/qt/
D_Qtmodule.c10071 Fixed yScale; in Qt_Media3DScaleNamedObjectTo() local