Home
last modified time | relevance | path

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

12

/external/pdfium/fxbarcode/pdf417/
DBC_PDF417BarcodeMatrix.cpp57 int32_t yScale) { in getScaledMatrix()
/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.cpp104 SkScalar yScale = 2/(pathBounds.fBottom - pathBounds.fTop); in GetSpotShadowTransform() local
DSkGpuBlurUtils.cpp28 static void scale_irect_roundout(SkIRect* rect, float xScale, float yScale) { in scale_irect_roundout()
35 static void scale_irect(SkIRect* rect, int xScale, int yScale) { in scale_irect()
DSkRRect.cpp437 SkScalar yScale = matrix.getScaleY(); in transform() local
DSkScalerContext.cpp749 SkScalar yScale = SkScalarAbs(GA.get(SkMatrix::kMScaleY)); in computeMatrices() local
/external/skia/tests/
DRoundRectTest.cpp670 SkScalar yScale = 3.2f; in test_transform_helper() local
/external/skqp/tests/
DRoundRectTest.cpp670 SkScalar yScale = 3.2f; in test_transform_helper() local
/external/deqp/modules/gles3/functional/
Des3fShaderDerivateTests.cpp1090 const tcu::Vec4 yScale = tcu::Vec4(0.0f, 1.0f, 0.5f, -0.5f); in verify() local
1418 const tcu::Vec4 yScale = tcu::Vec4(0.0f, 1.0f, 0.5f, -0.5f); in verify() local
/external/deqp/external/vulkancts/modules/vulkan/shaderrender/
DvktShaderRenderDerivateTests.cpp995 const tcu::Vec4 yScale = tcu::Vec4(0.0f, 1.0f, 0.5f, -0.5f); in verify() local
1292 const tcu::Vec4 yScale = tcu::Vec4(0.0f, 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/src/pdf/
DSkPDFDevice.cpp979 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/skia/tools/debugger/
DSkDrawCommand.cpp324 SkScalar yScale = SkIntToScalar(size.fHeight-2) / input.height(); in render_bitmap() local
/external/deqp/external/vulkancts/modules/vulkan/api/
DvktApiCopiesAndBlittingTests.cpp2058 …const float yScale = static_cast<float>(blit.srcOffsets[1].y - blit.srcOffsets[0].y) / static_cast… in forEach() local

12