/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/dialog_modal/ |
H A D | dialog_modal_element.cpp | 212 const auto& clipRect = clip->GetClipRect(clip->GetPaintRect().GetOffset()); in CreateOriginAnimation() local
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/ |
H A D | rs_render_engine.cpp | 194 const auto& clipRect = params.clipRect; in DrawSurfaceNode() local
|
H A D | rs_base_render_util.h | 74 Drawing::Rect clipRect; member
|
H A D | rs_uni_render_composer_adapter.cpp | 482 Drawing::Rect clipRect; in DealWithNodeGravity() local 550 Drawing::Rect clipRect; in DealWithNodeGravity() local
|
H A D | rs_composer_adapter.cpp | 227 Drawing::Rect clipRect; in DealWithNodeGravity() local
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/pipeline/ |
H A D | rs_render_node.cpp | 438 void RSRenderNode::UpdateSubTreeInfo(const RectI& clipRect) in UpdateSubTreeInfo() 896 …RenderNode::ForceMergeSubTreeDirtyRegion(RSDirtyRegionManager& dirtyManager, const RectI& clipRect) in ForceMergeSubTreeDirtyRegion() 910 RSDirtyRegionManager& dirtyManager, bool isDirty, bool accumGeoDirty, const RectI& clipRect) in SubTreeSkipPrepare() 1400 void RSRenderNode::UpdateAbsDirtyRegion(RSDirtyRegionManager& dirtyManager, const RectI& clipRect) in UpdateAbsDirtyRegion() 1426 const RectI& clipRect, const Drawing::Matrix& parentSurfaceMatrix) in UpdateDrawRectAndDirtyRegion() 1480 bool& accumGeoDirty, const RectI& clipRect, const Drawing::Matrix& parentSurfaceMatrix) in UpdateDrawRect() 1540 bool parentDirty, std::optional<RectI> clipRect) in Update() 1620 RSDirtyRegionManager& dirtyManager, bool geoDirty, const std::optional<RectI>& clipRect) in UpdateDirtyRegion() 1914 const RSRenderNode& subTreeRoot, RectI& filterRect, const RectI& clipRect) in UpdateFilterRegionInSkippedSubTree() 3373 void RSRenderNode::CalVisibleFilterRect(const std::optional<RectI>& clipRect) in CalVisibleFilterRect() [all …]
|
H A D | rs_paint_filter_canvas.cpp | 865 const Drawing::RectI* clipRect) in GetLocalClipBounds()
|
/ohos5.0/foundation/graphic/graphic_utils_lite/frameworks/ |
H A D | geometry2d.cpp | 129 Polygon SuthHodgClip(const Rect& clipRect, const Polygon& polygon) in SuthHodgClip()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/svg/ |
H A D | svg_fit_convertor.cpp | 155 RSRect clipRect(0.0f, 0.0f, 0.0f, 0.0f); in DrawNothing() local
|
H A D | svg_dom.cpp | 332 RSRect clipRect(0.0f, 0.0f, layout_.Width(), layout_.Height()); in FitImage() local
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_engine/rosen_text/skia_txt/impl/ |
H A D | drawing_painter_impl.cpp | 258 void RSCanvasParagraphPainter::clipRect(const SkRect& rect) in clipRect() function in OHOS::Rosen::SPText::RSCanvasParagraphPainter
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/engine_adapter/skia_adapter/ |
H A D | skia_canvas.cpp | 885 const SkRect* clipRect = reinterpret_cast<const SkRect*>(&rect); in ClipRect() local 896 …SkRect clipRect = SkRect::MakeLTRB(rect.GetLeft(), rect.GetTop(), rect.GetRight(), rect.GetBottom(… in ClipIRect() local 975 const SkRect* clipRect = reinterpret_cast<const SkRect*>(&rect); in QuickReject() local
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/command/ |
H A D | rs_surface_node_command_test.cpp | 63 Drawing::Rect clipRect; variable
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/pipeline/ |
H A D | rs_base_render_node_test.cpp | 1266 std::optional<RectI> clipRect; variable 1300 std::optional<RectI> clipRect; variable
|
H A D | rs_paint_filter_canvas_test.cpp | 1261 Drawing::RectI clipRect; variable
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/text_overlay/ |
H A D | render_text_overlay.cpp | 383 auto onClipRectChanged = [weak = WeakClaim(this)](const Rect& clipRect) { in UpdateWeakTextField() 465 auto onClipRectChanged = [weak = WeakClaim(this)](const Rect& clipRect) { in UpdateWeakText()
|
H A D | text_overlay_component.cpp | 504 void TextOverlayComponent::SetClipRect(const Rect& clipRect) in SetClipRect()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/rich_editor_drag/ |
H A D | rich_editor_drag_overlay_modifier.cpp | 127 RectF clipRect(posX, posY, frameSize.Width(), frameSize.Height()); in PaintImageNode() local
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/render/ |
H A D | image_painter.cpp | 220 …auto clipRect = RSRect(offset.GetX(), offset.GetY(), static_cast<float>(offset.GetX() + contentWid… in DrawImageWithRepeat() local
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/command/ |
H A D | rs_surface_node_command.cpp | 94 RSContext& context, NodeId id, const std::optional<Drawing::Rect>& clipRect) in SetContextClipRegion()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/web/ |
H A D | render_web.cpp | 862 Rect clipRect(0.0, 0.0, Size::INFINITE_SIZE, Size::INFINITE_SIZE); in CreateTextOverlay() local
|
/ohos5.0/drivers/peripheral/display/interfaces/include/ |
H A D | display_vgu.h | 266 …VGURect *clipRect; /* < Pointer to the clip rectangle. If it is null, the entire surface will be … member
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/image/ |
H A D | rosen_render_image.cpp | 709 Rect clipRect = clipLayoutSize ? Rect(offset, GetLayoutSize()) : paintRect + offset; local
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/text_field/ |
H A D | rosen_render_text_field.cpp | 1864 Rect clipRect(Offset::Zero(), GetLayoutSize()); local
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_client/unittest/ui/ |
H A D | rs_node_test.cpp | 5172 Vector4f clipRect{1.0f, 1.0f, 1.0f, 1.0f}; // for test variable 5679 Vector4f clipRect = { 1.f, 1.f, 1.f, 1.f }; // for test variable
|