Home
last modified time | relevance | path

Searched refs:Rect2DrawingRect (Results 1 – 18 of 18) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/property/
H A Drs_property_drawable_bounds_geometry.cpp63 …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 Drs_properties_painter.cpp73 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 Drs_property_drawable_frame_geometry.cpp94 …canvas.ClipRect(RSPropertiesPainter::Rect2DrawingRect(content.GetRenderProperties().GetFrameRect()… in Draw()
H A Drs_property_drawable_utilities.cpp121 … auto rect = RSPropertiesPainter::Rect2DrawingRect(content.GetRenderProperties().GetBoundsRect()); in Draw()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/drawable/
H A Drs_property_drawable.cpp140 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 Drs_property_drawable_background.cpp155 … 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 Drs_property_drawable_utils.cpp58 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 Drs_image_base.cpp125 auto src = RSPropertiesPainter::Rect2DrawingRect(srcRect_); in DrawImage()
126 auto dst = RSPropertiesPainter::Rect2DrawingRect(dstRect_); in DrawImage()
H A Drs_image.cpp380 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 Drs_property_drawable_utils.h26 static Drawing::Rect Rect2DrawingRect(const RectF& r);
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/property/
H A Drs_properties_painter.h87 static Drawing::Rect Rect2DrawingRect(const RectF& r);
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/
H A Drs_render_engine.cpp167 node.GetRenderProperties(), canvas, RSPropertiesPainter::Rect2DrawingRect(maskBounds)); in RSSurfaceNodeCommonPreProcess()
H A Drs_uni_render_visitor.cpp2847 …absMatrix.MapRect(absDrawRect, RSPropertiesPainter::Rect2DrawingRect(subSurfaceNodePtr->GetSelfDra… in UpdateSubSurfaceNodeRectInSkippedSubTree()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/params/
H A Drs_render_params.cpp85 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 Drsproperty_fuzzer.cpp334 RSPropertiesPainter::Rect2DrawingRect(rect); in RSPropertiesPainterFuzzTest()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/drawable/
H A Drs_surface_render_node_drawable.cpp859 auto bounds = RSPropertiesPainter::Rect2DrawingRect({ 0, 0, in DrawSelfDrawingNodeBuffer()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/pipeline/
H A Drs_render_node.cpp1908 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 Drs_properties_painter_test.cpp59 RSPropertiesPainter::Rect2DrawingRect(rect);