Home
last modified time | relevance | path

Searched defs:Region (Results 1 - 6 of 6) sorted by relevance

/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/include/utils/
H A Dregion.h33 class DRAWING_API Region { class
[all...]
/foundation/window/window_manager/utils/include/
H A Dwm_occlusion_region.h135 class Region { class
148 explicit Region(Rect& rect) in Region() function in OHOS::Rosen::WmOcclusion::Region
154 Region(const Region& region) : rects_(region.rects_), bound_(region.bound_) {} in Region() function in OHOS::Rosen::WmOcclusion::Region
[all...]
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/utils/
H A Dregion.cpp23 Region::Region() : impl_(ImplFactory::CreateRegionImpl()) {} in Region() function in OHOS::Rosen::Drawing::Region
25 Region::Region(const Region& other) : Region() in Region() function in OHOS::Rosen::Drawing::Region
[all...]
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/common/
H A Drs_occlusion_region.h236 class RSB_EXPORT Region { class
249 Region(Rect r) in Region() function in OHOS::Rosen::Occlusion::Region
255 Region(const Region& reg) : rects_(reg.rects_), bound_(reg.bound_) {} in Region() function in OHOS::Rosen::Occlusion::Region
[all...]
/foundation/graphic/graphic_surface/interfaces/inner_api/surface/
H A Dexternal_window.h84 typedef struct Region { struct
94 }Region; typedef
/foundation/multimedia/image_effect/frameworks/native/efilter/filterimpl/crop/
H A Dcrop_efilter.cpp41 struct Region { struct

Completed in 4 milliseconds