Searched defs:Inset (Results 1 – 5 of 5) 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
40 void Inset(float dx, float dy) in Inset() function
69 bool Inset(float dx, float dy) in Inset() function
168 Inset() : BasicShape(BasicShapeType::INSET) {} in Inset() function