Searched refs:fEpsilon (Results 1 – 1 of 1) sorted by relevance
316 bool IsEmpty(FX_FLOAT fEpsilon) const { in IsEmpty() argument317 return width <= fEpsilon || height <= fEpsilon; in IsEmpty()388 bool IntersectWith(const RectType& rt, FX_FLOAT fEpsilon) const { in IntersectWith() argument391 return !rect.IsEmpty(fEpsilon); in IntersectWith()