Searched defs:FFL_MIN (Results 1 - 1 of 1) sorted by relevance

/external/pdfium/fpdfsdk/include/formfiller/
H A DFFL_Utils.h9 template<class T> T FFL_MIN (const T & i, const T & j) { return ((i < j) ? i : j); } function

Completed in 140 milliseconds