Searched defs:IsInverted (Results 1 – 2 of 2) sorted by relevance
139 bool CXFA_Stroke::IsInverted() { in IsInverted() function in CXFA_Stroke
511 bool IsInverted() const { return Min.x > Max.x || Min.y > Max.y; } in IsInverted() function