Searched defs:RectI (Results 1 – 3 of 3) sorted by relevance
121 inline RectI::RectI() noexcept : left_(0), top_(0), right_(0), bottom_(0) {} in RectI() function123 inline RectI::RectI(const RectI& r) noexcept in RectI() function127 inline RectI::RectI(const int l, const int t, const int r, const int b) noexcept in RectI() function
292 std::vector<std::pair<RectI, std::string>>& autoCacheRenderNodeInfos) in DrawAutoCacheDfx()
240 typedef RectT<int> RectI; typedef