Home
last modified time | relevance | path

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

/external/pdfium/core/include/fxcrt/
Dfx_coordinates.h272 FX_BOOL IsEmpty(FX_FLOAT fEpsilon) const { in IsEmpty() argument
273 return width <= fEpsilon || height <= fEpsilon; in IsEmpty()
400 FX_BOOL IntersectWith(const FXT_RECT& rt, FX_FLOAT fEpsilon) const { in IntersectWith() argument
403 return !rect.IsEmpty(fEpsilon); in IntersectWith()