Searched defs:Inset (Results 1 – 3 of 3) sorted by relevance
34 struct Inset { struct35 uint32_t start = 0;36 uint32_t end = 0;38 uint32_t Length() const in Length()42 bool IsValid() const in IsValid()46 inline bool LessOrNearEqual(float left, float right) const in LessOrNearEqual()
31 using Inset = SafeAreaInsets::Inset; typedef
146 Inset() : BasicShape(BasicShapeType::INSET) {} in Inset() function