Home
last modified time | relevance | path

Searched refs:fEpsilon (Results 1 – 1 of 1) sorted by relevance

/external/pdfium/core/fxcrt/
Dfx_coordinates.h316 bool IsEmpty(FX_FLOAT fEpsilon) const { in IsEmpty() argument
317 return width <= fEpsilon || height <= fEpsilon; in IsEmpty()
388 bool IntersectWith(const RectType& rt, FX_FLOAT fEpsilon) const { in IntersectWith() argument
391 return !rect.IsEmpty(fEpsilon); in IntersectWith()