Home
last modified time | relevance | path

Searched defs:RectI (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/include/utils/
H A Drect.h121 inline RectI::RectI() noexcept : left_(0), top_(0), right_(0), bottom_(0) {} in RectI() function
123 inline RectI::RectI(const RectI& r) noexcept in RectI() function
127 inline RectI::RectI(const int l, const int t, const int r, const int b) noexcept in RectI() function
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/drawable/
H A Drs_render_node_drawable_autocache.cpp292 std::vector<std::pair<RectI, std::string>>& autoCacheRenderNodeInfos) in DrawAutoCacheDfx()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/common/
H A Drs_rect.h240 typedef RectT<int> RectI; typedef