Home
last modified time | relevance | path

Searched defs:clipRect (Results 26 – 50 of 55) sorted by relevance

123

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/dialog_modal/
H A Ddialog_modal_element.cpp212 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 Drs_render_engine.cpp194 const auto& clipRect = params.clipRect; in DrawSurfaceNode() local
H A Drs_base_render_util.h74 Drawing::Rect clipRect; member
H A Drs_uni_render_composer_adapter.cpp482 Drawing::Rect clipRect; in DealWithNodeGravity() local
550 Drawing::Rect clipRect; in DealWithNodeGravity() local
H A Drs_composer_adapter.cpp227 Drawing::Rect clipRect; in DealWithNodeGravity() local
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/pipeline/
H A Drs_render_node.cpp438 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 Drs_paint_filter_canvas.cpp865 const Drawing::RectI* clipRect) in GetLocalClipBounds()
/ohos5.0/foundation/graphic/graphic_utils_lite/frameworks/
H A Dgeometry2d.cpp129 Polygon SuthHodgClip(const Rect& clipRect, const Polygon& polygon) in SuthHodgClip()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/svg/
H A Dsvg_fit_convertor.cpp155 RSRect clipRect(0.0f, 0.0f, 0.0f, 0.0f); in DrawNothing() local
H A Dsvg_dom.cpp332 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 Ddrawing_painter_impl.cpp258 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 Dskia_canvas.cpp885 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 Drs_surface_node_command_test.cpp63 Drawing::Rect clipRect; variable
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/pipeline/
H A Drs_base_render_node_test.cpp1266 std::optional<RectI> clipRect; variable
1300 std::optional<RectI> clipRect; variable
H A Drs_paint_filter_canvas_test.cpp1261 Drawing::RectI clipRect; variable
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/text_overlay/
H A Drender_text_overlay.cpp383 auto onClipRectChanged = [weak = WeakClaim(this)](const Rect& clipRect) { in UpdateWeakTextField()
465 auto onClipRectChanged = [weak = WeakClaim(this)](const Rect& clipRect) { in UpdateWeakText()
H A Dtext_overlay_component.cpp504 void TextOverlayComponent::SetClipRect(const Rect& clipRect) in SetClipRect()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/rich_editor_drag/
H A Drich_editor_drag_overlay_modifier.cpp127 RectF clipRect(posX, posY, frameSize.Width(), frameSize.Height()); in PaintImageNode() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/render/
H A Dimage_painter.cpp220 …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 Drs_surface_node_command.cpp94 RSContext& context, NodeId id, const std::optional<Drawing::Rect>& clipRect) in SetContextClipRegion()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/web/
H A Drender_web.cpp862 Rect clipRect(0.0, 0.0, Size::INFINITE_SIZE, Size::INFINITE_SIZE); in CreateTextOverlay() local
/ohos5.0/drivers/peripheral/display/interfaces/include/
H A Ddisplay_vgu.h266 …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 Drosen_render_image.cpp709 Rect clipRect = clipLayoutSize ? Rect(offset, GetLayoutSize()) : paintRect + offset; local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/text_field/
H A Drosen_render_text_field.cpp1864 Rect clipRect(Offset::Zero(), GetLayoutSize()); local
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_client/unittest/ui/
H A Drs_node_test.cpp5172 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

123