Home
last modified time | relevance | path

Searched refs:rectIs (Results 1 - 4 of 4) sorted by relevance

/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/info_collection/
H A Drs_gpu_dirty_region_collection.cpp36 std::vector<RectI> rectIs) in UpdateActiveDirtyInfoForDFX()
39 for (const auto& rectI : rectIs) { in UpdateActiveDirtyInfoForDFX()
35 UpdateActiveDirtyInfoForDFX(NodeId id, const std::string& windowName, std::vector<RectI> rectIs) UpdateActiveDirtyInfoForDFX() argument
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/info_collection/
H A Drs_gpu_dirty_region_collection.h60 void UpdateActiveDirtyInfoForDFX(NodeId id, const std::string& windowName, std::vector<RectI> rectIs);
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/common/
H A Drs_occlusion_region.h276 std::vector<RectI> rectIs; in GetRegionRectIs() local
278 rectIs.emplace_back(rect.ToRectI()); in GetRegionRectIs()
280 return rectIs; in GetRegionRectIs()
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/platform/ohos/
H A Drs_render_service_connection_proxy_test.cpp947 std::vector<RectI> rectIs = {rectI}; in HWTEST_F() local
948 GpuDirtyRegionCollection::GetInstance().UpdateActiveDirtyInfoForDFX(id, windowName, rectIs); in HWTEST_F()

Completed in 4 milliseconds