Home
last modified time | relevance | path

Searched refs:rrect (Results 101 - 105 of 105) sorted by relevance

12345

/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/ui/
H A Drs_node.cpp1779 void RSNode::SetClipRRect(const std::shared_ptr<RRect>& rrect) in SetClipRRect() argument
1782 RSModifierType::CLIP_RRECT, rrect ? *rrect : RRect()); in SetClipRRect()
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/pipeline/
H A Drs_render_node.cpp2814 RRect rrect = RRect(boundsRect, {0, 0, 0, 0}); in NeedInitCacheSurface() local
2816 RSPropertiesPainter::GetShadowDirtyRect(shadowRect, GetRenderProperties(), &rrect, false); in NeedInitCacheSurface()
2883 RRect rrect = RRect(boundsRect, {0, 0, 0, 0}); in InitCacheSurface() local
2885 RSPropertiesPainter::GetShadowDirtyRect(shadowRect, GetRenderProperties(), &rrect, false); in InitCacheSurface()
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/pipeline/
H A Drs_render_node_test.cpp2008 RRect rrect; in HWTEST_F() local
2009 nodeTest->renderContent_->renderProperties_.rrect_ = rrect; in HWTEST_F()
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/recording/
H A Ddraw_cmd.cpp515 : DrawWithPaintOpItem(cmdList, handle->paintHandle, ROUND_RECT_OPITEM), rrect_(handle->rrect) {} in DrawRoundRectOpItem()
537 out += " rrect"; in DumpItems()
2030 : DrawOpItem(CLIP_ROUND_RECT_OPITEM), rrect_(handle->rrect), clipOp_(handle->clipOp), in ClipRoundRectOpItem()
2050 out += GetOpDesc() + "[rrect"; in Dump()
/foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/
H A Drosen_render_context.cpp3611 const RSRoundRect& rrect, RSCanvas& rsCanvas) mutable { in PaintFocusState()
3620 rsCanvas.DrawRoundRect(rrect); in PaintFocusState()
3635 RSRect rect = rrect.GetRect(); in PaintFocusState()
3645 rsCanvas.DrawRoundRect(rrect); in PaintFocusState()

Completed in 30 milliseconds

12345