HomeSort by relevance Sort by last modified time
    Searched refs:IsFloatEqual (Results 1 - 6 of 6) sorted by null

  /external/pdfium/core/fxcrt/
fx_system.h 79 #define IsFloatEqual(fa, fb) IsFloatZero((fa) - (fb))
  /external/pdfium/fpdfsdk/pdfwindow/
PWL_ScrollBar.cpp 38 return (IsFloatBigger(x, fMin) || IsFloatEqual(x, fMin)) &&
39 (IsFloatSmaller(x, fMax) || IsFloatEqual(x, fMax));
881 if (!IsFloatEqual(m_sData.fScrollPos, fOldPos))
    [all...]
PWL_EditCtrl.cpp 520 IsFloatEqual(Info.fPlateWidth, Info.fContentMax - Info.fContentMin)) {
PWL_ListBox.cpp 43 IsFloatEqual(Info.fPlateWidth, Info.fContentMax - Info.fContentMin)) {
  /external/pdfium/fpdfsdk/fxedit/
fxet_edit.cpp     [all...]
fxet_list.cpp 546 if (!IsFloatEqual(m_ptScrollPos.y, fy)) {

Completed in 140 milliseconds