| /foundation/graphic/graphic_utils_lite/test/ |
| D | rect_unit_test.cpp | 434 Rect* rect2 = new Rect(0, 0, MAX_VALUE, MAX_VALUE); variable 469 Rect* rect2 = new Rect(MIN_VALUE, MIN_VALUE, MAX_VALUE, MAX_VALUE); variable 547 Rect* rect2 = new Rect(MAX_VALUE, MAX_VALUE, MIN_VALUE, MIN_VALUE); variable 582 Rect* rect2 = new Rect(TEST_VALUE, TEST_VALUE, TEST_VALUE, TEST_VALUE); variable
|
| /foundation/graphic/graphic_2d/rosen/modules/render_service_client/test/unittest/ |
| D | rs_region_test.cpp | 50 Occlusion::Rect rect2 { 50, 50, 150, 150 }; variable 69 Occlusion::Rect rect2 { 50, 50, 150, 150 }; variable 88 Occlusion::Rect rect2 { 50, 50, 150, 150 }; variable
|
| /foundation/graphic/graphic_2d/rosen/samples/2d_graphics/test/src/ |
| D | pen_test.cpp | 47 Rect rect2(rect1.GetLeft() + margin, rect1.GetTop() + margin, in TestPenColor() local 79 Rect rect2(rect1.GetLeft() + margin, rect1.GetTop() + margin, in TestPenAlpha() local 194 Rect rect2(rect1.GetLeft() + margin, rect1.GetTop() + margin, in TestPenJoinStyle() local 221 Rect rect2(rect.GetLeft() + rect.GetWidth() / 4.0f, rect.GetTop() + rect.GetHeight() / 4.0f, in TestPenBlendMode() local 271 Rect rect2(rect1.GetLeft() + margin, rect1.GetTop() + margin, in TestPenPathEffect() local 302 Rect rect2(rect1.GetLeft() + margin, rect1.GetTop() + margin, in TestPenFilter() local 328 Rect rect2(rect1.GetLeft() + margin, rect1.GetTop() + margin, in TestPenReset() local
|
| D | path_test.cpp | 248 Rect rect2(rect.GetLeft() + rect.GetWidth() / 4.0f, rect.GetTop() + rect.GetHeight() / 4.0f, in TestAddRect() local 276 Rect rect2(rect.GetLeft() + rect.GetWidth() / 4.0f, rect.GetTop() + rect.GetHeight() / 4.0f, in TestAddOval() local 362 Rect rect2(rect.GetLeft() + rect.GetWidth() / 4.0f, rect.GetTop() + rect.GetHeight() / 4.0f, in TestAddRoundRect() local 383 Rect rect2(rect.GetLeft() + rect.GetWidth() / 4.0f, rect.GetTop() + rect.GetHeight() / 4.0f, in TestAddPath() local 406 …Rect rect2(rect.GetLeft(), rect.GetTop() + rect.GetHeight() / 4.0f, rect.GetRight(), rect.GetBotto… in TestFillStyle() local 429 …Rect rect2(rect.GetLeft(), rect.GetTop() + rect.GetHeight() / 4.0f, rect.GetRight(), rect.GetBotto… in TestFillStyle2() local 452 …Rect rect2(rect.GetLeft(), rect.GetTop() + rect.GetHeight() / 4.0f, rect.GetRight(), rect.GetBotto… in TestFillStyle3() local 475 …Rect rect2(rect.GetLeft(), rect.GetTop() + rect.GetHeight() / 4.0f, rect.GetRight(), rect.GetBotto… in TestFillStyle4() local 497 …Rect rect2(rect.GetLeft() + rect.GetWidth() / 4.0f, rect.GetTop(), rect.GetRight() - rect.GetWidth… in TestOffset() local
|
| /foundation/graphic/graphic_2d/rosen/test/2d_graphics/unittest/utils/ |
| D | round_rect_test.cpp | 146 Rect rect2 = roundRect->GetRect(); variable 161 const Rect rect2; variable
|
| /foundation/window/window_manager/utils/test/unittest/ |
| D | pip_util_test.cpp | 105 Rect rect2 = {0, 0, 100, 100}; variable 124 Rect rect2 = {1000, PiPUtil::SAFE_PADDING_VERTICAL_TOP, 100, 100}; variable
|
| D | window_helper_test.cpp | 141 Rect rect1 { 0, 0, 10, 10 }, rect2 { 100, 100, 200, 200 }; variable 246 Rect rect2 = WindowHelper::TransformRect(mat1, rect1); variable
|
| /foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/common/ |
| D | rs_occlusion_region_test.cpp | 295 Rect rect2{50, 50, 150, 150}; variable 324 Rect rect2{50, 50, 150, 150}; variable
|
| /foundation/graphic/graphic_utils_lite/interfaces/kits/gfx_utils/ |
| D | rect.h | 338 bool Intersect(const CommonRect<T>& rect1, const CommonRect<T>& rect2) in Intersect() 359 void Join(const CommonRect<T>& rect1, const CommonRect<T>& rect2) in Join()
|
| /foundation/graphic/graphic_2d/rosen/test/render_service/render_service/systemtest/pipeline/ |
| D | rs_uni_render_test.cpp | 192 auto rect2 = window2->GetRect(); variable
|
| /foundation/graphic/graphic_2d/rosen/samples/texgine/feature_test/ |
| D | intrinsic_width_test.cpp | 106 … auto rect2 = TexgineRect::MakeXYWH(x, y + 10, tyData.typography->GetMinIntrinsicWidth(), 10); in Layout() local
|
| /foundation/arkui/ui_lite/frameworks/dock/ |
| D | focus_manager.cpp | 105 bool FocusManager::IsAtSameCol(const Rect& rect1, const Rect& rect2) in IsAtSameCol() 110 bool FocusManager::IsAtSameRow(const Rect& rect1, const Rect& rect2) in IsAtSameRow()
|
| /foundation/graphic/graphic_2d/rosen/test/2d_graphics/unittest/skia_adapter/ |
| D | skia_font_test.cpp | 168 Rect rect2; variable
|
| /foundation/window/window_manager/wmserver/test/unittest/ |
| D | display_group_info_test.cpp | 238 Rect rect2 = {0, 0, 0, 0}; variable
|
| D | window_node_test.cpp | 299 Rect rect2 = {10, 10, 255, 255}; variable 328 Rect rect2 = {10, 10, 255, 255}; variable 380 Rect rect2 = { 10, 10, 255, 255 }; variable
|
| D | window_pair_test.cpp | 362 Rect rect2 = {1, 1, 20, 10}; variable
|
| /foundation/window/window_manager/window_scene/common/include/ |
| D | session_helper.h | 29 static WSRect GetOverlap(const WSRect& rect1, const WSRect& rect2, int offsetX, int offsetY) in GetOverlap()
|
| /foundation/graphic/graphic_2d/rosen/samples/texgine/ |
| D | texgine_sample.cpp | 92 …TexgineRect rect2 = TexgineRect::MakeXYWH(x, y, typography->GetActualWidth(), typography->GetHeigh… in Draw() local
|
| /foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/pixel_map_test/ |
| D | pixel_map_test.cpp | 511 Rect rect2; variable 562 Rect rect2; variable 623 Rect rect2; variable 1007 Rect rect2; variable
|
| /foundation/arkui/ace_engine/interfaces/inner_api/drawable_descriptor/ |
| D | drawable_descriptor.cpp | 365 auto rect2 = SkRect::MakeWH(static_cast<float>(width), static_cast<float>(width)); in DrawOntoCanvas() local 377 Rosen::Drawing::Rect rect2(0, 0, static_cast<float>(width), static_cast<float>(width)); in DrawOntoCanvas() local
|
| /foundation/window/window_manager/wm/test/unittest/ |
| D | window_impl_test.cpp | 1703 Rect rect2 { 100, 100, 100, 100 }; variable 1725 Rect rect2 { 100, 100, 100, 100 }; variable 1743 Rect rect2 { 100, 100, 100, 100 }; variable 1761 Rect rect2 { 100, 100, 100, 100 }; variable 1779 Rect rect2 { 100, 100, 100, 100 }; variable 1797 Rect rect2 { 100, 100, 100, 100 }; variable
|
| /foundation/graphic/graphic_2d/rosen/modules/render_service_base/test/unittest/animation/ |
| D | rs_spring_model_test.cpp | 357 RectF rect2; variable
|
| /foundation/graphic/graphic_2d/rosen/test/2d_graphics/unittest/draw/ |
| D | canvas_test.cpp | 222 Rect rect2(0.0f, 0.0f, 5.0f, 10.0f); variable
|
| /foundation/graphic/graphic_2d/rosen/modules/composer/hdi_backend/src/ |
| D | hdi_layer.cpp | 28 bool Compare(const GraphicIRect& rect1, const GraphicIRect& rect2) in Compare()
|
| /foundation/window/window_manager/utils/include/ |
| D | window_helper.h | 170 … static Rect GetOverlap(const Rect& rect1, const Rect& rect2, const int offsetX, const int offsetY) in GetOverlap()
|