Home
last modified time | relevance | path

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

/third_party/skia/src/core/
DSkDrawShadowInfo.cpp129 SkScalar yScale = 2/(pathBounds.fBottom - pathBounds.fTop); in GetSpotShadowTransform() local
DSkRRect.cpp475 SkScalar yScale = matrix.getScaleY(); in transform() local
DSkScalerContext.cpp873 SkScalar yScale = SkScalarAbs(GA.get(SkMatrix::kMScaleY)); in computeMatrices() local
/third_party/skia/third_party/externals/d3d12allocator/src/
DCommon.h295 float yScale = 1.0f / tan(fovY * 0.5f); in Perspective() local
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/shaderrender/
DvktShaderRenderDerivateTests.cpp998 const tcu::Vec4 yScale = tcu::Vec4(0.0f, 1.0f, 0.5f, -0.5f); in verify() local
1301 const tcu::Vec4 yScale = tcu::Vec4(0.0f, 1.0f, 0.5f, -0.5f); in verify() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderrender/
DvktShaderRenderDerivateTests.cpp1025 const tcu::Vec4 yScale = tcu::Vec4(0.0f, 1.0f, 0.5f, -0.5f); in verify() local
1327 const tcu::Vec4 yScale = tcu::Vec4(0.0f, 1.0f, 0.5f, -0.5f); in verify() local
/third_party/vk-gl-cts/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
/third_party/skia/tests/
DRoundRectTest.cpp671 SkScalar yScale = 3.2f; in test_transform_helper() local
/third_party/skia/src/pdf/
DSkPDFDevice.cpp742 SkScalar xScale, SkScalar yScale, in get_glyph_bounds_device_space()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/api/
DvktApiCopiesAndBlittingTests.cpp3798 …const float yScale = static_cast<float>(blit.srcOffsets[1].y - blit.srcOffsets[0].y) / static_cast… in forEach() local
4282 const int yScale = (mirrorMode & MIRROR_MODE_Y) ? -1 : 1; in blit() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/
DvktApiCopiesAndBlittingTests.cpp4242 …const float yScale = static_cast<float>(blit.srcOffsets[1].y - blit.srcOffsets[0].y) / static_cast… in forEach() local
4726 const int yScale = (mirrorMode & MIRROR_MODE_Y) ? -1 : 1; in blit() local
/third_party/rust/crates/bindgen/bindgen-tests/tests/
Dstylo.hpp110226 float yScale; member