Home
last modified time | relevance | path

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

12345678

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/image_provider/
H A Dsvg_dom_base.h61 void ApplyImageFit(ImageFit imageFit, double& scaleX, double& scaleY) in ApplyImageFit()
85 void ApplyFill(double& scaleX, double& scaleY) in ApplyFill()
94 void ApplyContain(double& scaleX, double& scaleY) in ApplyContain()
108 void ApplyCover(double& scaleX, double& scaleY) in ApplyCover()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/pipeline/
H A Drs_divided_ui_capture.h34 RSDividedUICapture(NodeId nodeId, float scaleX, float scaleY) in RSDividedUICapture()
43 RSDividedUICaptureVisitor(NodeId nodeId, float scaleX, float scaleY) in RSDividedUICaptureVisitor()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/svg/parse/
H A Dsvg_dom.cpp318 double scaleY = 1.0; local
371 double scaleY = 1.0; local
411 double scaleY = 1.0; local
460 void SvgDom::ApplyImageFit(ImageFit imageFit, double& scaleX, double& scaleY)
484 void SvgDom::ApplyFill(double& scaleX, double& scaleY)
493 void SvgDom::ApplyContain(double& scaleX, double& scaleY)
507 void SvgDom::ApplyCover(double& scaleX, double& scaleY)
/aosp12/frameworks/native/libs/ui/include/ui/
H A DRect.h206 Rect scale(float scaleX, float scaleY) const { in scale()
210 Rect& scaleSelf(float scaleX, float scaleY) { in scaleSelf()
/aosp12/frameworks/native/libs/ui/include_vndk/ui/
H A DRect.h206 Rect scale(float scaleX, float scaleY) const { in scale()
210 Rect& scaleSelf(float scaleX, float scaleY) { in scaleSelf()
/aosp12/frameworks/native/include/ui/
H A DRect.h206 Rect scale(float scaleX, float scaleY) const { in scale()
210 Rect& scaleSelf(float scaleX, float scaleY) { in scaleSelf()
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/render/
H A Drs_mask_test.cpp100 double scaleY = 1.0f; variable
162 double scaleY = 1.0f; variable
189 double scaleY = 1.0f; variable
/ohos5.0/foundation/graphic/graphic_utils_lite/frameworks/diagram/common/
H A Dpaint.cpp293 void Paint::Scale(float scaleX, float scaleY) in Scale()
332 float scaleY, int16_t transLateX, int16_t transLateY) in SetTransform()
340 void Paint::Transform(float scaleX, float shearX, float shearY, float scaleY, int16_t transLateX, i… in Transform()
/aosp12/packages/apps/Gallery2/src/com/android/gallery3d/glrenderer/
H A DTiledTexture.java267 float scaleY) { in mapRect()
281 float scaleY = (float) height / mHeight; in drawMixed() local
300 float scaleY = (float) height / mHeight; in draw() local
322 float scaleY = target.height() / source.height(); in draw() local
/aosp12/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
H A DScaledPathsActivity.java84 private void drawPath(Canvas canvas, float scaleX, float scaleY) { in drawPath()
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/anim/
H A DPropertyListBuilder.java31 public PropertyListBuilder scaleY(float value) { in scaleY() method in PropertyListBuilder
/aosp14/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
H A DScaledPathsActivity.java84 private void drawPath(Canvas canvas, float scaleX, float scaleY) { in drawPath()
/ohos5.0/docs/en/application-dev/reference/apis-arkui/arkui-ts/
H A Dts-components-canvas-matrix2d.md81 ### scaleY subsection
/aosp12/frameworks/base/libs/hwui/jni/
H A DNinePatchPeeker.cpp75 void NinePatchPeeker::scale(float scaleX, float scaleY, int scaledWidth, int scaledHeight) { in scale()
/aosp14/frameworks/base/libs/hwui/jni/
H A DNinePatchPeeker.cpp75 void NinePatchPeeker::scale(float scaleX, float scaleY, int scaledWidth, int scaledHeight) { in scale()
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/png_test/
H A Dnine_path_listener_test.cpp60 float scaleY = 2.0; variable
/ohos5.0/foundation/window/window_manager/window_scene/test/dms_unittest/
H A Dscreen_session_manager_client_test.cpp419 float scaleY = 1.0; variable
453 float scaleY = 1.0; variable
481 float scaleY = 1.0; variable
1047 const float scaleY = 1.0f; variable
1066 const float scaleY = 1.0f; variable
/aosp12/frameworks/opt/setupwizard/library/main/src/com/android/setupwizardlib/
H A DGlifPatternDrawable.java150 float scaleY = drawableHeight / VIEWBOX_HEIGHT; in createBitmapCache() local
248 float scaleY = drawableBounds.height() / (float) bitmapHeight; in scaleCanvasToBounds() local
/aosp12/packages/apps/Camera2/src/com/android/camera/
H A DAnimationManager.java53 float scaleY = ((float) parentView.getHeight()) / ((float) view.getHeight()); in startCaptureAnimation() local
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/render/
H A Drs_mask.cpp64 std::shared_ptr<RSMask> RSMask::CreateSVGMask(double x, double y, double scaleX, double scaleY, in CreateSVGMask()
128 void RSMask::SetScaleY(double scaleY) in SetScaleY()
/aosp12/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/animation/
H A DAnimatableScaleMatrix.java107 public void setScaleY(float scaleY) { in setScaleY()
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/animation/
H A DAnimatableScaleMatrix.java107 public void setScaleY(float scaleY) { in setScaleY()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/svg/parse/
H A Dsvg_pattern.cpp36 auto scaleY = viewPort.Height() / patternAttr_.height.ConvertToPx(); in OnDrawTraversedBefore() local
/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/libpngplugin/src/
H A Dnine_patch_listener.cpp101 void NinePatchListener::Scale(float scaleX, float scaleY, int32_t scaledWidth, int32_t scaledHeight) in Scale()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/common/utils/
H A Dtransform_convertor.cpp270 auto scaleY = static_cast<float>(StringUtils::StringToDouble(typeValue)); in __anonc5ef80110e02() local
284 auto scaleY = static_cast<float>(StringUtils::StringToDouble(offsets[1])); in __anonc5ef80111002() local
336 double scaleY = StringUtils::StringToDouble(offsets[3]); in __anonc5ef80111502() local

12345678