/foundation/graphic/graphic_2d/rosen/test/2d_graphics/unittest/utils/ |
H A D | rect_test.cpp | 470 std::unique_ptr<RectI> rectI = std::make_unique<RectI>(); in HWTEST_F() local 516 std::unique_ptr<RectI> rectI = std::make_unique<RectI>(1.0f, 2.0f, 3.0f, 4.0f); in HWTEST_F() local 532 std::unique_ptr<RectI> rectI = std::make_unique<RectI>(4.0f, 3.0f, 2.0f, 1.0f); HWTEST_F() local 548 std::unique_ptr<RectI> rectI = std::make_unique<RectI>(4.0f, 3.0f, 2.0f, 1.0f); HWTEST_F() local 561 std::unique_ptr<RectI> rectI = std::make_unique<RectI>(1.0f, 2.0f, 3.0f, 4.0f); HWTEST_F() local 574 std::unique_ptr<RectI> rectI = std::make_unique<RectI>(); HWTEST_F() local 588 std::unique_ptr<RectI> rectI = std::make_unique<RectI>(); HWTEST_F() local 602 std::unique_ptr<RectI> rectI = std::make_unique<RectI>(); HWTEST_F() local 616 std::unique_ptr<RectI> rectI = std::make_unique<RectI>(); HWTEST_F() local 630 std::unique_ptr<RectI> rectI = std::make_unique<RectI>(); HWTEST_F() local 644 std::unique_ptr<RectI> rectI = std::make_unique<RectI>(); HWTEST_F() local 658 std::unique_ptr<RectI> rectI = std::make_unique<RectI>(); HWTEST_F() local 672 std::unique_ptr<RectI> rectI = std::make_unique<RectI>(); HWTEST_F() local 686 std::unique_ptr<RectI> rectI = std::make_unique<RectI>(1.0f, 2.0f, 3.0f, 4.0f); HWTEST_F() local 703 std::unique_ptr<RectI> rectI = std::make_unique<RectI>(1.0f, 2.0f, 3.0f, 4.0f); HWTEST_F() local 720 std::unique_ptr<RectI> rectI = std::make_unique<RectI>(1.0f, 2.0f, 3.0f, 4.0f); HWTEST_F() local 737 std::unique_ptr<RectI> rectI = std::make_unique<RectI>(1.0f, 2.0f, 3.0f, 4.0f); HWTEST_F() local [all...] |
H A D | region_test.cpp | 61 RectI rectI; in HWTEST_F() local [all...] |
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/utils/ |
H A D | region.cpp | 41 bool Region::SetRect(const RectI& rectI) in SetRect() argument
|
/foundation/graphic/graphic_2d/rosen/test/2d_graphics/unittest/skia_adapter/ |
H A D | skia_surface_test.cpp | 340 RectI rectI; in HWTEST_F() local
|
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/engine_adapter/skia_adapter/ |
H A D | skia_region.cpp | 39 bool SkiaRegion::SetRect(const RectI& rectI) in SetRect() argument [all...] |
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/property/ |
H A D | rs_property_trace.cpp | 46 auto rectI = boundsGeometry->GetAbsRect(); in PropertiesDisplayByTrace() local
|
/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/ |
H A D | rs_uni_render_virtual_processor.cpp | 403 Drawing::RectI rectI = {rect.GetLeft(), rect.GetTop(), rect.GetRight(), rect.GetBottom()}; in CanvasClipRegion() local
|
/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/drawing/region_napi/ |
H A D | js_region.cpp | 202 Drawing::RectI rectI = Drawing::RectI(left, top, right, bottom); in OnQuickReject() local 231 Drawing::RectI rectI = Drawing::RectI(left, top, right, bottom); in OnSetRect() local
|
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/property/ |
H A D | rs_properties_painter_test.cpp | 745 Drawing::RectI rectI; in HWTEST_F() local
|
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/pipeline/ |
H A D | rs_paint_filter_canvas_test.cpp | 1387 Drawing::RectI rectI = { 0, SET_RIGHT, SET_TOP_BOTTOM, SET_TOP_BOTTOM }; in HWTEST_F() local
|
H A D | rs_render_node_test.cpp | 2059 Drawing::RectI rectI; in HWTEST_F() local
|