Home
last modified time | relevance | path

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

/external/pdfium/core/fxcrt/
Dfx_coordinates.h386 bool IsEmpty(float fEpsilon) const { in IsEmpty() argument
387 return width <= fEpsilon || height <= fEpsilon; in IsEmpty()
421 bool IntersectWith(const CFX_RectF& rt, float fEpsilon) const { in IntersectWith() argument
424 return !rect.IsEmpty(fEpsilon); in IntersectWith()