Home
last modified time | relevance | path

Searched defs:rects (Results 1 - 25 of 86) sorted by relevance

1234

/foundation/arkui/ace_engine/adapter/ohos/osal/
H A Ddisplay_info_utils.cpp36 std::vector<Rect> rects; in GetDisplayInfo() local
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/platform/ohos/backend/
H A Drs_surface_frame_ohos_vulkan_test.cpp70 std::vector<OHOS::Rosen::RectI> rects; in HWTEST_F() local
/foundation/graphic/graphic_2d/rosen/test/2d_graphics/drawing_ndk/cpp/dm/
H A Dfilltypes.cpp90 OH_Drawing_Rect* rects = OH_Drawing_RectCreate(x - r, y - r, x + r, y + r); in OnTestFunction() local
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/platform/drawing/
H A Drs_surface_frame.h34 virtual void SetDamageRegion(const std::vector<RectI> &rects) {}; in SetDamageRegion() argument
/foundation/graphic/graphic_2d/rosen/test/2d_graphics/unittest/render_context/
H A Drender_context_test.cpp413 auto rects = {rect}; in HWTEST_F() local
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/platform/ohos/backend/
H A Drs_surface_frame_ohos_raster.cpp40 void RSSurfaceFrameOhosRaster::SetDamageRegion(const std::vector<RectI> &rects) in SetDamageRegion() argument
H A Drs_surface_frame_ohos_gl.cpp36 void RSSurfaceFrameOhosGl::SetDamageRegion(const std::vector<RectI> &rects) in SetDamageRegion() argument
H A Drs_surface_frame_ohos_vulkan.cpp38 std::vector<Drawing::RectI> rects; in SetDamageRegion() local
45 void RSSurfaceFrameOhosVulkan::SetDamageRegion(const std::vector<RectI>& rects) in SetDamageRegion() argument
/foundation/arkui/ace_engine/test/mock/base/
H A Dmock_subwindow_manager.cpp45 void SubwindowManager::SetHotAreas(const std::vector<Rect>& rects, int32_t overlayId, int32_t instanceId) {} in SetHotAreas() argument
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/fuzztest/rsdirtyregionmanager_fuzzer/
H A Drsdirtyregionmanager_fuzzer.cpp78 std::vector<RectI> rects; in DoSomethingInterestingWithMyAPI() local
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/fuzztest/rssurfaceframeohosvulkan_fuzzer/
H A Drssurfaceframeohosvulkan_fuzzer.cpp113 std::vector<OHOS::Rosen::RectI> rects; in DoSetDamageRegion() local
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/fuzztest/rssurfaceohosraster_fuzzer/
H A Drssurfaceohosraster_fuzzer.cpp127 std::vector<RectI> rects; in DoSetDamageRegion() local
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/fuzztest/rssurfaceohos_fuzzer/
H A Drssurfaceohos_fuzzer.cpp80 std::vector<RectI> rects; in RSSurfaceOhosFuzzTest() local
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/fuzztest/rssurfaceframeohosraster_fuzzer/
H A Drssurfaceframeohosraster_fuzzer.cpp125 std::vector<RectI> rects; in DoSetDamageRegion() local
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/fuzztest/rssurfaceframeohosgl_fuzzer/
H A Drssurfaceframeohosgl_fuzzer.cpp75 std::vector<RectI> rects; in DoSetDamageRegion() local
/foundation/window/window_manager/test/systemtest/wms/
H A Dwindow_input_test.cpp90 std::vector<Rect> rects; in HWTEST_F() local
138 std::vector<Rect> rects; HWTEST_F() local
[all...]
/foundation/window/window_manager/utils/test/unittest/
H A Dwm_occlusion_region_test.cpp338 Region::Rects rects; in HWTEST_F() local
/foundation/arkui/ace_engine/frameworks/base/subwindow/
H A Dsubwindow.h91 virtual void SetHotAreas(const std::vector<Rect>& rects, int32_t nodeId) {}; in SetHotAreas() argument
/foundation/arkui/ace_engine/test/unittest/core/pattern/text_drag/
H A Dtext_drag_test_ng.cpp207 std::vector<RectF> rects; // return null select range in HWTEST_F() local
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service/unittest/drawable/dfx/
H A Drs_dirty_rects_dfx_test.cpp181 std::vector<RectI> rects; in HWTEST_F() local
/foundation/graphic/graphic_2d/rosen/test/2d_graphics/unittest/skia_adapter/
H A Dskia_surface_test.cpp149 const std::vector<RectI>& rects; in HWTEST_F() local
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/common/
H A Drs_occlusion_region_test.cpp463 Region::Rects rects; in HWTEST_F() local
/foundation/window/window_manager/wmserver/src/
H A Dinput_window_monitor.cpp33 static inline void convertRectsToMmiRects(const std::vector<Rect>& rects, std::vector<MMI::Rect>& mmiRects) in convertRectsToMmiRects() argument
/foundation/window/window_manager/wm/test/unittest/
H A Dwindow_impl_test2.cpp270 std::vector<Rect> rects; in HWTEST_F() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text/
H A Dtext_paint_method.cpp134 auto rects = pManager->GetParagraphsRects(selection.GetTextStart(), selection.GetTextEnd()); in UpdateOverlayModifier() local
162 auto rects = info.first; in CalculateSelectedRect() local

Completed in 14 milliseconds

1234