Home
last modified time | relevance | path

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

/external/pdfium/core/src/fxcrt/
Dfx_basic_coords.cpp179 static void _MatchFloatRange(FX_FLOAT f1, FX_FLOAT f2, int& i1, int& i2) in _MatchFloatRange() function
193 _MatchFloatRange(rect1.left, rect1.right, rect.left, rect.right); in GetClosestRect()
194 _MatchFloatRange(rect1.bottom, rect1.top, rect.top, rect.bottom); in GetClosestRect()