Home
last modified time | relevance | path

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

12

/third_party/typescript/tests/baselines/reference/
DmethodsReturningThis.js15 Class.prototype.m6 = function (x, y, pivotX, pivotY, scaleX, scaleY, rotation, skewX, skewY) { retu… argument
33 Class.prototype.m6 = function (x, y, pivotX, pivotY, scaleX, scaleY, rotation, skewX, skewY) { retu… argument
/third_party/skia/modules/pathkit/
Dpathkit_wasm_bindings.cpp337 SkScalar skewY, SkScalar scaleY, SkScalar transY, in ApplyAddPath()
417 SkScalar skewY, scaleY, transY; member
433 SkScalar skewY, SkScalar scaleY, SkScalar transY, in ApplyTransform()
Dexterns.js41 _addPath: function(path, scaleX, skewX, transX, skewY, scaleY, transY, pers0, pers1, pers2) {}, argument
/third_party/skia/gm/
Dpictureimagegenerator.cpp139 SkScalar scaleX, scaleY; in onDraw() member
/third_party/skia/src/android/
DSkAnimatedImage.cpp98 float scaleY = (float) scaledSize.height() / fDecodeInfo.height(); in SkAnimatedImage() local
/third_party/skia/third_party/externals/dawn/src/dawn_native/
DCopyTextureForBrowserHelper.cpp134 float scaleY; member
/third_party/skia/src/core/
DSkSDFFilter.cpp75 …int scaleY = std::max(minScaleFactor, std::min(std::ceil(srcRRectH / sizeThreshold), maxScaleFacto… in GetSDFBlurScaleFactor() local
DSkYUVMath.cpp269 float scaleY = 1.0f, in make_rgb_to_yuv_matrix() local
DSkGpuBlurUtils.cpp575 float scaleY = sigmaY > kMaxSigma ? kMaxSigma/sigmaY : 1.f; in GaussianBlur() local
/third_party/skia/src/gpu/effects/
DGrYUVtoRGBEffect.cpp68 float scaleY = 1.f; in Make() local
/third_party/skia/include/core/
DSkMatrix.h172 SkScalar skewY, SkScalar scaleY, SkScalar transY, in MakeAll()
555 SkScalar skewY, SkScalar scaleY, SkScalar transY, in setAll()
/third_party/skia/src/codec/
DSkWebpCodec.cpp425 float scaleY = ((float) dstInfo.height()) / srcSize.height(); in onGetPixels() local
/third_party/skia/third_party/externals/freetype/src/psaux/
Dpshints.h197 CF2_Fixed scaleY; /* matrix d */ member
Dpshints.c1097 CF2_Fixed scaleY, in cf2_glyphpath_init()
Dpsintrp.c489 CF2_Fixed scaleY = font->innerTransform.d; in cf2_interpT2CharString() local
/third_party/skia/src/ports/
DSkScalerContext_mac_ct.cpp614 SkScalar scaleY = SK_Scalar1; in generatePath() local
DSkFontHost_FreeType.cpp727 static FT_Int chooseBitmapStrike(FT_Face face, FT_F26Dot6 scaleY) { in chooseBitmapStrike()
868 FT_F26Dot6 scaleY = SkScalarToFDot6(fScale.fY); in SkScalerContext_FreeType() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/renderpass/
DvktDynamicRenderingRandomTests.cpp615 …const float scaleY = static_cast<float>(renderArea.extent.height - quadShrink * 4) / sta… in iterate() local
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/renderpass/
DvktDynamicRenderingRandomTests.cpp615 …const float scaleY = static_cast<float>(renderArea.extent.height - quadShrink * 4) / sta… in iterate() local
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/
DvktPipelineColorWriteEnableTests.cpp123 float scaleY; member
241 float scaleY; member
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineColorWriteEnableTests.cpp125 float scaleY; member
243 float scaleY; member
/third_party/skia/tests/
DMatrixTest.cpp470 SkScalar scaleY = scale.fY; in check_matrix_recomposition() local
/third_party/skia/src/gpu/geometry/
DGrQuadUtils.cpp249 float scaleY = std::max(std::max(y0, y1), y2) - std::min(std::min(y0, y1), y2); in barycentric_coords() local
/third_party/skia/third_party/externals/harfbuzz/src/
Dhb-ot-color-colr-table.hh662 F2DOT14 scaleY; member
689 F2DOT14 scaleY; member
/third_party/skia/src/pdf/
DSkPDFDevice.cpp1594 SkScalar scaleY = physicalBounds.height() / outlineBounds.height(); in internalDrawImageRect() local

12