Home
last modified time | relevance | path

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

12

/ohos5.0/foundation/graphic/graphic_utils_lite/test/
H A 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
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_client/test/unittest/
H A 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
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/common/
H A Drs_rect_test.cpp227 RectF rect2; variable
255 RectF rect2; variable
270 RectF rect2; variable
286 RectF rect2; variable
H A Drs_occlusion_region_test.cpp301 Rect rect2{50, 50, 150, 150}; variable
330 Rect rect2{50, 50, 150, 150}; variable
/ohos5.0/foundation/graphic/graphic_2d/rosen/samples/2d_graphics/test/src/
H A 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
H A 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
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/2d_graphics/unittest/utils/
H A Dround_rect_test.cpp146 Rect rect2 = roundRect->GetRect(); variable
161 const Rect rect2; variable
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/2d_graphics/drawing_ndk/cpp/interface/
H A Dbrush_test.cpp35 OH_Drawing_Rect* rect2 = OH_Drawing_RectCreate(200, 200, 300, 300); // 200, 200, 300, 300 矩形参数 in OnTestPerformance() local
/ohos5.0/foundation/window/window_manager/utils/test/unittest/
H A Dwindow_helper_test.cpp141 Rect rect1 { 0, 0, 10, 10 }, rect2 { 100, 100, 200, 200 }; variable
246 Rect rect2 = WindowHelper::TransformRect(mat1, rect1); variable
/ohos5.0/foundation/window/window_manager/wm/test/unittest/
H A Dwindow_impl_test2.cpp480 Rect rect2 { 100, 100, 100, 100 }; variable
502 Rect rect2 { 100, 100, 100, 100 }; variable
520 Rect rect2 { 100, 100, 100, 100 }; variable
538 Rect rect2 { 100, 100, 100, 100 }; variable
556 Rect rect2 { 100, 100, 100, 100 }; variable
574 Rect rect2 { 100, 100, 100, 100 }; variable
H A Dwindow_input_channel_test.cpp183 auto rect2 = inputChannel->GetWindowRect(); variable
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/2d_graphics/unittest/ndk/
H A Ddrawing_region_test.cpp106 OH_Drawing_Rect* rect2 = OH_Drawing_RectCreate(150.0f, 180.0f, 200.0f, 250.0f); variable
/ohos5.0/foundation/graphic/graphic_utils_lite/interfaces/kits/gfx_utils/
H A 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()
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service/systemtest/pipeline/
H A Drs_uni_render_test.cpp183 auto rect2 = window2->GetRect(); variable
/ohos5.0/foundation/arkui/ui_lite/frameworks/dock/
H A 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()
/ohos5.0/foundation/window/window_manager/extension/window_extension/test/unittest/
H A Dwindow_extension_stub_impl_test.cpp102 Rect rect2 = { 100, 100, 200, 300 }; variable
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/2d_graphics/unittest/skia_adapter/
H A Dskia_font_test.cpp168 Rect rect2; variable
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/2d_graphics/fuzztest/utils/rect_fuzzer/
H A Drect_fuzzer.cpp68 RectI rect2 = RectI(rect1); in RectFuzzTest001() local
/ohos5.0/foundation/window/window_manager/wmserver/test/unittest/
H A Ddisplay_group_info_test.cpp238 Rect rect2 = {0, 0, 0, 0}; variable
H A 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
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/2d_graphics/fuzztest/ndk/ndkcanvas_fuzzer/
H A Dcanvas_fuzzer.cpp181 …OH_Drawing_Rect* rect2 = OH_Drawing_RectCreate(GetObject<float>(), GetObject<float>(), GetObject<f… in CanvasFuzzTest006() local
236 …OH_Drawing_Rect* rect2 = OH_Drawing_RectCreate(GetObject<float>(), GetObject<float>(), GetObject<f… in CanvasFuzzTest005() local
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/render/
H A Drs_motion_blur_filter_test.cpp177 Drawing::Rect rect2; variable
/ohos5.0/foundation/window/window_manager/window_scene/common/include/
H A Dsession_helper.h31 static WSRect GetOverlap(const WSRect& rect1, const WSRect& rect2, int offsetX, int offsetY) in GetOverlap()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/test/unittest/animation/
H A Drs_spring_model_test.cpp365 RectF rect2; variable
/ohos5.0/foundation/window/window_manager/window_scene/test/unittest/
H A Dscene_session_test3.cpp221 WSRect rect2({0, 0, 0, 0}); variable

12