Home
last modified time | relevance | path

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

/ohos5.0/foundation/window/window_manager/utils/src/
H A Dwm_math.cpp186 Matrix3 CreateScale(float xScale, float yScale) in CreateScale()
217 Matrix4 CreateScale(float xScale, float yScale, float zScale) in CreateScale()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/property/
H A Dtransition_property.h51 float xScale = 1.0f; member
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/
H A Drs_uni_render_composer_adapter.cpp329 float xScale = (ROSEN_EQ(boundsWidth, 0.0f) ? 1.0f : bufferWidth / boundsWidth); in GetComposerInfoSrcRect() local
393 float xScale = (ROSEN_EQ(boundsWidth, 0.0f) ? 1.0f : bufferWidth / boundsWidth); in GetComposerInfoSrcRect() local
H A Drs_composer_adapter.cpp268 double xScale = (ROSEN_EQ(boundsWidth, 0) ? 1.0 : 1.0 * bufferWidth / boundsWidth); in GetComposerInfoSrcRect() local
H A Drs_uni_render_util.cpp1379 float xScale = (ROSEN_EQ(boundsWidth, 0.0f) ? 1.0f : bufferWidth / boundsWidth); in UpdateRealSrcRect() local
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/codec/src/
H A Dimage_source.cpp946 float xScale = static_cast<float>(opts.desiredSize.width) / pixelMap->GetWidth(); in ResizePixelMap() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H A Dnode_common_modifier.cpp4333 auto xScale = scaleEffect->GetEffect().xScale; in GetScaleTransition() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/interfaces/arkoala/
H A Darkoala_api.h534 ArkUI_Float32 xScale; member