Searched defs:xScale (Results 1 – 8 of 8) sorted by relevance
186 Matrix3 CreateScale(float xScale, float yScale) in CreateScale()217 Matrix4 CreateScale(float xScale, float yScale, float zScale) in CreateScale()
51 float xScale = 1.0f; member
329 float xScale = (ROSEN_EQ(boundsWidth, 0.0f) ? 1.0f : bufferWidth / boundsWidth); in GetComposerInfoSrcRect() local393 float xScale = (ROSEN_EQ(boundsWidth, 0.0f) ? 1.0f : bufferWidth / boundsWidth); in GetComposerInfoSrcRect() local
268 double xScale = (ROSEN_EQ(boundsWidth, 0) ? 1.0 : 1.0 * bufferWidth / boundsWidth); in GetComposerInfoSrcRect() local
1379 float xScale = (ROSEN_EQ(boundsWidth, 0.0f) ? 1.0f : bufferWidth / boundsWidth); in UpdateRealSrcRect() local
946 float xScale = static_cast<float>(opts.desiredSize.width) / pixelMap->GetWidth(); in ResizePixelMap() local
4333 auto xScale = scaleEffect->GetEffect().xScale; in GetScaleTransition() local
534 ArkUI_Float32 xScale; member