Home
last modified time | relevance | path

Searched defs:rect2 (Results 1 – 25 of 30) sorted by relevance

12

/foundation/graphic/graphic_utils_lite/test/
Drect_unit_test.cpp434 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/
Drs_region_test.cpp50 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/
Dpen_test.cpp47 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
Dpath_test.cpp248 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/
Dround_rect_test.cpp146 Rect rect2 = roundRect->GetRect(); variable
161 const Rect rect2; variable
/foundation/window/window_manager/utils/test/unittest/
Dpip_util_test.cpp105 Rect rect2 = {0, 0, 100, 100}; variable
124 Rect rect2 = {1000, PiPUtil::SAFE_PADDING_VERTICAL_TOP, 100, 100}; variable
Dwindow_helper_test.cpp141 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/
Drs_occlusion_region_test.cpp295 Rect rect2{50, 50, 150, 150}; variable
324 Rect rect2{50, 50, 150, 150}; variable
/foundation/graphic/graphic_utils_lite/interfaces/kits/gfx_utils/
Drect.h338 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/
Drs_uni_render_test.cpp192 auto rect2 = window2->GetRect(); variable
/foundation/graphic/graphic_2d/rosen/samples/texgine/feature_test/
Dintrinsic_width_test.cpp106 … auto rect2 = TexgineRect::MakeXYWH(x, y + 10, tyData.typography->GetMinIntrinsicWidth(), 10); in Layout() local
/foundation/arkui/ui_lite/frameworks/dock/
Dfocus_manager.cpp105 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/
Dskia_font_test.cpp168 Rect rect2; variable
/foundation/window/window_manager/wmserver/test/unittest/
Ddisplay_group_info_test.cpp238 Rect rect2 = {0, 0, 0, 0}; variable
Dwindow_node_test.cpp299 Rect rect2 = {10, 10, 255, 255}; variable
328 Rect rect2 = {10, 10, 255, 255}; variable
380 Rect rect2 = { 10, 10, 255, 255 }; variable
Dwindow_pair_test.cpp362 Rect rect2 = {1, 1, 20, 10}; variable
/foundation/window/window_manager/window_scene/common/include/
Dsession_helper.h29 static WSRect GetOverlap(const WSRect& rect1, const WSRect& rect2, int offsetX, int offsetY) in GetOverlap()
/foundation/graphic/graphic_2d/rosen/samples/texgine/
Dtexgine_sample.cpp92 …TexgineRect rect2 = TexgineRect::MakeXYWH(x, y, typography->GetActualWidth(), typography->GetHeigh… in Draw() local
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/pixel_map_test/
Dpixel_map_test.cpp511 Rect rect2; variable
562 Rect rect2; variable
623 Rect rect2; variable
1007 Rect rect2; variable
/foundation/arkui/ace_engine/interfaces/inner_api/drawable_descriptor/
Ddrawable_descriptor.cpp365 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/
Dwindow_impl_test.cpp1703 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/
Drs_spring_model_test.cpp357 RectF rect2; variable
/foundation/graphic/graphic_2d/rosen/test/2d_graphics/unittest/draw/
Dcanvas_test.cpp222 Rect rect2(0.0f, 0.0f, 5.0f, 10.0f); variable
/foundation/graphic/graphic_2d/rosen/modules/composer/hdi_backend/src/
Dhdi_layer.cpp28 bool Compare(const GraphicIRect& rect1, const GraphicIRect& rect2) in Compare()
/foundation/window/window_manager/utils/include/
Dwindow_helper.h170 … static Rect GetOverlap(const Rect& rect1, const Rect& rect2, const int offsetX, const int offsetY) in GetOverlap()

12