Searched refs:fEpsilon (Results 1 – 1 of 1) sorted by relevance
491 bool IsEmpty(float fEpsilon) const { in IsEmpty() argument492 return width <= fEpsilon || height <= fEpsilon; in IsEmpty()557 bool IntersectWith(const RectType& rt, float fEpsilon) const { in IntersectWith() argument560 return !rect.IsEmpty(fEpsilon); in IntersectWith()