Home
last modified time | relevance | path

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

/external/pdfium/core/fxcrt/
Dfx_coordinates.cpp19 int i1_2 = static_cast<int>(ceil(f1)); in MatchFloatRange() local
21 float error2 = i1_2 - f1 + fabsf(f2 - i1_2 - length); in MatchFloatRange()
23 *i1 = error1 > error2 ? i1_2 : i1_1; in MatchFloatRange()