/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/image_provider/ |
H A D | svg_dom_base.h | 61 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 D | rs_divided_ui_capture.h | 34 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 D | svg_dom.cpp | 318 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)
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/render/ |
H A D | rs_mask_test.cpp | 100 double scaleY = 1.0f; variable 162 double scaleY = 1.0f; variable 189 double scaleY = 1.0f; variable
|
/ohos5.0/docs/en/application-dev/reference/apis-arkui/arkui-ts/ |
H A D | ts-components-canvas-matrix2d.md | 81 ### scaleY subsection
|
/ohos5.0/foundation/graphic/graphic_utils_lite/frameworks/diagram/common/ |
H A D | paint.cpp | 293 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()
|
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/png_test/ |
H A D | nine_path_listener_test.cpp | 60 float scaleY = 2.0; variable
|
/ohos5.0/foundation/window/window_manager/window_scene/test/dms_unittest/ |
H A D | screen_session_manager_client_test.cpp | 419 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
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/svg/parse/ |
H A D | svg_pattern.cpp | 36 auto scaleY = viewPort.Height() / patternAttr_.height.ConvertToPx(); in OnDrawTraversedBefore() local
|
H A D | svg_svg.cpp | 83 auto scaleY = svgSize.Height() / viewBox.Height(); in AdjustContentAreaByViewBox() local
|
/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/libpngplugin/src/ |
H A D | nine_patch_listener.cpp | 101 void NinePatchListener::Scale(float scaleX, float scaleY, int32_t scaledWidth, int32_t scaledHeight) in Scale()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/render/ |
H A D | rs_mask.cpp | 64 std::shared_ptr<RSMask> RSMask::CreateSVGMask(double x, double y, double scaleX, double scaleY, in CreateSVGMask() 128 void RSMask::SetScaleY(double scaleY) in SetScaleY()
|
/ohos5.0/foundation/barrierfree/accessibility/services/aams/src/ |
H A D | accessibility_display_manager.cpp | 138 float scaleX, float scaleY, float pivotX, float pivotY) in SetDisplayScale()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/2d_graphics/fuzztest/ndk/ndkmatrix_fuzzer/ |
H A D | matrix_fuzzer.cpp | 99 float scaleY = GetObject<float>(); in NativeMatrixTest002() local 234 float scaleY = GetObject<float>(); in NativeMatrixTest005() local
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/common/utils/ |
H A D | transform_convertor.cpp | 270 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
|
/ohos5.0/foundation/barrierfree/accessibility/services/aams/test/mock/src/ |
H A D | mock_accessibility_display_manager.cpp | 141 float scaleX, float scaleY, float pivotX, float pivotY) in SetDisplayScale()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_client/test/ |
H A D | render_service_client_scale_demo.cpp | 107 float scaleY = GetRandomScale(); in Run() local
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/2d_graphics/fuzztest/ndk/ndkpath_fuzzer/ |
H A D | path_fuzzer.cpp | 194 float scaleY = GetObject<float>(); in NativeDrawingPathTest004() local 346 float scaleY = GetObject<float>(); in NativeDrawingPathTest007() local 434 float scaleY = GetObject<float>(); in NativeDrawingPathTest009() local
|
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/fuzztest/imagepngplugin_fuzzer/src/ |
H A D | image_png_plugin_fuzz.cpp | 131 float scaleY = 2.0; in CreateImageSourceByNinePatchFuzz001() local
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/ |
H A D | matrix2d.cpp | 27 double scaleY = param.scaleY; in ConvertToMatrix() local
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/page_transition/ |
H A D | page_transition_info.h | 152 …void AddScaleAnimation(float scaleX, float scaleY, float scaleZ, const Dimension& centerX, const D… in AddScaleAnimation()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/image_provider/adapter/ |
H A D | skia_svg_dom.cpp | 49 double scaleY = 1.0; in FitImage() local
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/common/ |
H A D | rs_obj_abs_geometry_test.cpp | 65 float scaleY = 0.5f; variable
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/select_overlay/ |
H A D | select_overlay_content_modifier.cpp | 312 auto scaleY = isOverlayMode_ ? 1.0f : scale_.y; in PaintHandle() local 340 auto scaleY = isOverlayMode_ ? 1.0f : scale_.y; in PaintHandle() local
|
/ohos5.0/foundation/arkui/ace_engine/test/mock/core/rosen/ |
H A D | testing_matrix.h | 60 …float scaleX, float skewX, float transX, float skewY, float scaleY, float transY, float p0, float … in SetMatrix()
|