Searched refs:FX_EDIT_MAX (Results 1 – 2 of 2) sorted by relevance
32 template<class T> T FX_EDIT_MAX (const T & i, const T & j) { return ((i > j) ? i : j); } in FX_EDIT_MAX() function
241 FX_INT32 szMax = FX_EDIT_MAX(m_OldLineRects.GetSize(),m_NewLineRects.GetSize()); in Analyse()