/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/svg/parse/ |
H A D | svg_svg.cpp | 64 …RSRect clipRect(0.0f, 0.0f, LessNotEqual(svgSize.Width(), 0.0) ? viewPort.Width() : svgSize.Width(… in AdjustContentAreaByViewBox() local 70 RSRect clipRect(0.0f, 0.0f, viewPort.Width(), viewPort.Height()); in AdjustContentAreaByViewBox() local 81 …RSRect clipRect(0.0f, 0.0f, viewBox.Width() / viewBox.Height() * svgSize.Height(), svgSize.Height(… in AdjustContentAreaByViewBox() local 89 …RSRect clipRect(0.0f, 0.0f, svgSize.Width(), viewBox.Height() / viewBox.Width() * svgSize.Width()); in AdjustContentAreaByViewBox() local 96 RSRect clipRect(0.0f, 0.0f, svgSize.Width(), svgSize.Height()); in AdjustContentAreaByViewBox() local
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/pipeline/ |
H A D | rs_render_node_test2.cpp | 367 RectI clipRect{0, 0, 1000, 1000}; variable 382 RectI clipRect{0, 0, 1000, 1000}; variable 400 RectI clipRect{0, 0, 1000, 1000}; variable 420 RectI clipRect{0, 0, 1000, 1000}; variable 440 RectI clipRect{0, 0, 1000, 1000}; variable 456 RectI clipRect{0, 0, 1000, 1000}; variable 480 RectI clipRect{0, 0, 1000, 1000}; variable 497 RectI clipRect{0, 0, 1000, 1000}; variable 548 RectI clipRect{0, 0, 1000, 1000}; variable 566 RectI clipRect{0, 0, 1000, 1000}; variable [all …]
|
H A D | rs_render_node_test.cpp | 475 RectI clipRect{0, 0, 1000, 1000}; variable 491 RectI clipRect{0, 0, 1000, 1000}; variable 510 RectI clipRect{0, 0, 1000, 1000}; variable 535 RectI clipRect{0, 0, 1000, 1000}; variable 562 RectI clipRect{0, 0, 1000, 1000}; variable
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/waterflow/ |
H A D | water_flow_content_modifier.cpp | 35 auto clipRect = in onDraw() local
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/common/painter/ |
H A D | rosen_scroll_fade_painter.cpp | 39 const auto& clipRect = Rect(Offset::Zero(), Size(size.Width(), height)); in Paint() local 64 const auto& clipRect = Rect(Offset::Zero(), Size(size.Width(), height)); in Paint() local
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/shadow/ |
H A D | render_shadow.cpp | 36 …d RenderShadow::SetShadowProperties(const RRect& rrect, const Offset& offset, const Rect& clipRect) in SetShadowProperties()
|
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/svg/ |
H A D | svg_dom_test_ng.cpp | 53 auto clipRect = Testing::TestingRect(0, 0, LAYOUT.Width(), LAYOUT.Height()); variable
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/qrcode/ |
H A D | rosen_render_qrcode.cpp | 55 …SkRect clipRect = { topLeft.GetX(), topLeft.GetY(), topLeft.GetX() + size, topLeft.GetY() + size }; in DrawQRCode() local 73 RSRect clipRect = { topLeft.GetX(), topLeft.GetY(), in DrawQRCode() local
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/side_bar/ |
H A D | side_bar_container_paint_method.cpp | 43 …auto clipRect = RSRect(paddingOffset.GetX(), paddingOffset.GetY(), frameSize.Width() + paddingOffs… in ClipPadding() local
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/list/ |
H A D | list_content_modifier.cpp | 48 auto clipRect = RSRect(offset.GetX(), offset.GetY(), in onDraw() local
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/scroll/effect/ |
H A D | scroll_fade_painter.cpp | 37 const auto& clipRect = Rect(Offset::Zero(), Size(size.Width(), height)); in Paint() local
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/ |
H A D | rs_uni_render_engine.cpp | 88 …Drawing::Rect clipRect = Drawing::Rect(static_cast<float>(dstRect.x), static_cast<float>(dstRect.y… in DrawLayers() local 174 …Drawing::Rect clipRect = Drawing::Rect(static_cast<float>(dstRect.x), static_cast<float>(dstRect.y… in DrawLayerPreProcess() local
|
H A D | rs_divided_render_util.cpp | 103 const auto& clipRect = node.GetDstRect(); in CalculateSurfaceNodeClipRects() local
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/ |
H A D | svg_canvas_image.cpp | 38 auto clipRect = RSRect(0, 0, dstRect.GetWidth(), dstRect.GetHeight()); in DrawRect() local
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/rich_editor/ |
H A D | rich_editor_content_modifier.cpp | 60 auto clipRect = RSRect( in onDraw() local
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/fuzztest/rssurfacenodecommand_fuzzer/ |
H A D | rssurfacenodecommand_fuzzer.cpp | 69 Drawing::Rect clipRect; in DoSurfacenodecommand() local
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/focus_animation/ |
H A D | render_focus_animation.cpp | 124 const RRect& rrect, const Color& color, const Offset& offset, const Rect& clipRect) in SetFocusAnimationProperties()
|
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/text_input/ |
H A D | text_field_overlay_modifier_test.cpp | 156 RSRect clipRect; variable
|
H A D | text_field_content_modifier_test.cpp | 68 RSRect clipRect; variable
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_client/test/ |
H A D | render_service_client_transition_demo.cpp | 194 SkRect clipRect = SkRect::MakeXYWH(context.width / clipPieces_ * i, 0, in Draw() local 248 SkRect clipRect = SkRect::MakeXYWH( in Draw() local 303 SkRect clipRect = SkRect::MakeXYWH(0, context.height / clipPieces_ * i, in Draw() local
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/swiper/ |
H A D | swiper_paint_method.cpp | 132 …auto clipRect = RSRect(paddingOffset.GetX(), paddingOffset.GetY(), frameSize.Width() + paddingOffs… in ClipPadding() local
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/pipeline/ |
H A D | rs_render_thread_visitor.cpp | 987 auto clipRect = RSPaintFilterCanvas::GetLocalClipBounds(*canvas_); in ProcessProxyRenderNode() local 1052 auto clipRect = RSPaintFilterCanvas::GetLocalClipBounds(*canvas_); in ProcessTextureSurfaceRenderNode() local 1085 auto clipRect = RSPaintFilterCanvas::GetLocalClipBounds(*canvas_); in ProcessOtherSurfaceRenderNode() local
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/common/ |
H A D | focus_animation_manager.cpp | 164 …imationManager::SetShadowProperties(const RRect& rrect, const Offset& offset, const Rect& clipRect) in SetShadowProperties()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_field/ |
H A D | text_field_content_modifier.cpp | 85 RSRect clipRect; in onDraw() local 100 void TextFieldContentModifier::GetFrameRectClip(RSRect& clipRect, std::vector<RSPoint>& clipRadius) in GetFrameRectClip()
|
H A D | text_field_overlay_modifier.cpp | 100 RSRect clipRect; in onDraw() local 116 void TextFieldOverlayModifier::GetFrameRectClip(RSRect& clipRect, std::vector<RSPoint>& clipRadius) in GetFrameRectClip()
|