Home
last modified time | relevance | path

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

/external/pdfium/core/fxcrt/
Dfx_coordinates.cpp33 FX_SAFE_INT32 safe1 = start; in MatchFloatRange() local
35 if (safe1.IsValid() && safe2.IsValid()) { in MatchFloatRange()
36 *i1 = safe1.ValueOrDie(); in MatchFloatRange()