Home
last modified time | relevance | path

Searched refs:OperationSelf (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/window/window_manager/utils/src/
H A Dwm_occlusion_region.cpp269 Region& Region::OperationSelf(Region& r, Region::OP op) in OperationSelf() function in OHOS::Rosen::WmOcclusion::Region
306 return OperationSelf(r, Region::OP::OR); in OrSelf()
311 return OperationSelf(r, Region::OP::AND); in AndSelf()
316 return OperationSelf(r, Region::OP::SUB); in SubSelf()
321 return OperationSelf(r, Region::OP::XOR); in XOrSelf()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/common/
H A Drs_occlusion_region.cpp310 Region& Region::OperationSelf(Region& r, Region::OP op) in OperationSelf() function in OHOS::Rosen::Occlusion::Region
319 return OperationSelf(r, Region::OP::AND); in AndSelf()
324 return OperationSelf(r, Region::OP::OR); in OrSelf()
329 return OperationSelf(r, Region::OP::XOR); in XOrSelf()
334 return OperationSelf(r, Region::OP::SUB); in SubSelf()
/ohos5.0/foundation/window/window_manager/utils/include/
H A Dwm_occlusion_region.h245 Region& OperationSelf(Region& r, Region::OP op);
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/common/
H A Drs_occlusion_region.h354 Region& OperationSelf(Region& r, Region::OP op);