/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/property/ |
H A D | rs_property_drawable_bounds_geometry.cpp | 63 …RSPropertiesPainter::Rect2DrawingRect(properties.GetBoundsRect()), Drawing::ClipOp::INTERSECT, tru… in Draw() 311 auto bounds = RSPropertiesPainter::Rect2DrawingRect(properties.GetBoundsRect()); in Draw() 335 auto bounds = RSPropertiesPainter::Rect2DrawingRect(properties.GetBoundsRect()); in Draw() 359 auto bounds = RSPropertiesPainter::Rect2DrawingRect(properties.GetBoundsRect()); in Draw() 386 auto bounds = RSPropertiesPainter::Rect2DrawingRect(properties.GetBoundsRect()); in Draw() 413 auto bounds = RSPropertiesPainter::Rect2DrawingRect(properties.GetBoundsRect()); in Draw() 934 canvas.DrawRect(RSPropertiesPainter::Rect2DrawingRect(properties.GetBoundsRect())); in Draw() 1016 auto boundsRect = RSPropertiesPainter::Rect2DrawingRect(properties.GetBoundsRect()); in Draw()
|
H A D | rs_properties_painter.cpp | 73 Drawing::Rect RSPropertiesPainter::Rect2DrawingRect(const RectF& r) in Rect2DrawingRect() function in OHOS::Rosen::RSPropertiesPainter 216 canvas.ClipRect(Rect2DrawingRect(rect), Drawing::ClipOp::INTERSECT, isAntiAlias); in Clip() 697 canvas.ClipRect(RSPropertiesPainter::Rect2DrawingRect(boundsRect)); in DrawBackgroundImageAsEffect() 743 canvas.ClipRect(Rect2DrawingRect(properties.GetBoundsRect())); in DrawBackgroundEffect() 869 auto drawingRect = Rect2DrawingRect(scaledBounds); in GetPixelStretchDirtyRect() 895 auto drawingRect = Rect2DrawingRect(scaledBounds); in GetForegroundEffectDirtyRect() 931 auto bounds = RSPropertiesPainter::Rect2DrawingRect(properties.GetBoundsRect()); in DrawPixelStretch() 1092 auto boundsRect = Rect2DrawingRect(properties.GetBoundsRect()); in DrawBackground() 1121 auto frameRect = Rect2DrawingRect(properties.GetFrameRect()); in DrawFrame() 1380 auto drawingRect = Rect2DrawingRect(GetRRectForDrawingBorder(properties, outline, true).rect_); in GetOutlineDirtyRect() [all …]
|
H A D | rs_property_drawable_frame_geometry.cpp | 94 …canvas.ClipRect(RSPropertiesPainter::Rect2DrawingRect(content.GetRenderProperties().GetFrameRect()… in Draw()
|
H A D | rs_property_drawable_utilities.cpp | 121 … auto rect = RSPropertiesPainter::Rect2DrawingRect(content.GetRenderProperties().GetBoundsRect()); in Draw()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/drawable/ |
H A D | rs_property_drawable.cpp | 140 Drawing::Rect rect = RSPropertyDrawableUtils::Rect2DrawingRect(properties.GetBoundsRect()); in OnUpdate() 146 …RSPropertyDrawableUtils::Rect2DrawingRect(properties.GetBoundsRect()), Drawing::ClipOp::INTERSECT,… in OnUpdate() 168 …RSPropertyDrawableUtils::Rect2DrawingRect(properties.GetFrameRect()), Drawing::ClipOp::INTERSECT, … in OnUpdate()
|
H A D | rs_property_drawable_background.cpp | 155 … Drawing::Rect maskBounds = RSPropertyDrawableUtils::Rect2DrawingRect(properties.GetBoundsRect()); in OnUpdate() 255 canvas.DrawRect(RSPropertiesPainter::Rect2DrawingRect(properties.GetBoundsRect())); in OnUpdate() 301 canvas.DrawRect(RSPropertiesPainter::Rect2DrawingRect(properties.GetBoundsRect())); in OnUpdate() 467 stagingBoundsRect_ = RSPropertyDrawableUtils::Rect2DrawingRect(properties.GetBoundsRect()); in OnUpdate()
|
H A D | rs_property_drawable_utils.cpp | 58 Drawing::Rect RSPropertyDrawableUtils::Rect2DrawingRect(const RectF& r) in Rect2DrawingRect() function in OHOS::Rosen::RSPropertyDrawableUtils 863 canvas->ClipRect(Rect2DrawingRect(boundsRect), Drawing::ClipOp::INTERSECT, false); in DrawPixelStretch() 875 auto bounds = Rect2DrawingRect(boundsRect); in DrawPixelStretch()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/render/ |
H A D | rs_image_base.cpp | 125 auto src = RSPropertiesPainter::Rect2DrawingRect(srcRect_); in DrawImage() 126 auto dst = RSPropertiesPainter::Rect2DrawingRect(dstRect_); in DrawImage()
|
H A D | rs_image.cpp | 380 Drawing::RoundRect rrect(RSPropertiesPainter::Rect2DrawingRect(rect), radius_); in ApplyCanvasClip() 466 src_ = RSPropertiesPainter::Rect2DrawingRect(srcRect_); in DrawImageRepeatRect()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/drawable/ |
H A D | rs_property_drawable_utils.h | 26 static Drawing::Rect Rect2DrawingRect(const RectF& r);
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/property/ |
H A D | rs_properties_painter.h | 87 static Drawing::Rect Rect2DrawingRect(const RectF& r);
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/ |
H A D | rs_render_engine.cpp | 167 node.GetRenderProperties(), canvas, RSPropertiesPainter::Rect2DrawingRect(maskBounds)); in RSSurfaceNodeCommonPreProcess()
|
H A D | rs_uni_render_visitor.cpp | 2847 …absMatrix.MapRect(absDrawRect, RSPropertiesPainter::Rect2DrawingRect(subSurfaceNodePtr->GetSelfDra… in UpdateSubSurfaceNodeRectInSkippedSubTree()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/params/ |
H A D | rs_render_params.cpp | 85 auto rect = RSPropertiesPainter::Rect2DrawingRect(GetLocalDrawRect()); in ApplyAlphaAndMatrixToCanvas()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/fuzztest/rsproperty_fuzzer/ |
H A D | rsproperty_fuzzer.cpp | 334 RSPropertiesPainter::Rect2DrawingRect(rect); in RSPropertiesPainterFuzzTest()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/drawable/ |
H A D | rs_surface_render_node_drawable.cpp | 859 auto bounds = RSPropertiesPainter::Rect2DrawingRect({ 0, 0, in DrawSelfDrawingNodeBuffer()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/pipeline/ |
H A D | rs_render_node.cpp | 1908 inline static Drawing::Rect Rect2DrawingRect(const RectF& r) in Rect2DrawingRect() function 1921 absMatrix.MapRect(absDrawRect, Rect2DrawingRect(selfDrawRect_)); in UpdateFilterRegionInSkippedSubTree() 1925 absMatrix.MapRect(absRect, Rect2DrawingRect(GetRenderProperties().GetBoundsRect())); in UpdateFilterRegionInSkippedSubTree()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/property/ |
H A D | rs_properties_painter_test.cpp | 59 RSPropertiesPainter::Rect2DrawingRect(rect);
|