Home
last modified time | relevance | path

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

/external/pdfium/core/src/fxcrt/
Dfx_basic_coords.cpp176 int i1_2 = (int)FXSYS_ceil(f1); in _MatchFloatRange() local
178 FX_FLOAT error2 = i1_2 - f1 + (FX_FLOAT)FXSYS_fabs(f2 - i1_2 - length); in _MatchFloatRange()
179 i1 = (error1 > error2) ? i1_2 : i1_1; in _MatchFloatRange()