Searched refs:fEpsilon (Results 1 – 1 of 1) sorted by relevance
413 bool IsEmpty(float fEpsilon) const { in IsEmpty() argument414 return width <= fEpsilon || height <= fEpsilon; in IsEmpty()481 bool IntersectWith(const CFX_RectF& rt, float fEpsilon) const { in IntersectWith() argument484 return !rect.IsEmpty(fEpsilon); in IntersectWith()