HomeSort by relevance Sort by last modified time
    Searched defs:IsFloatBigger (Results 1 - 8 of 8) sorted by null

  /external/pdfium/fpdfsdk/src/pdfwindow/
PWL_Utils.cpp 13 #define IsFloatBigger(fa,fb) ((fa) > (fb) && !IsFloatZero((fa) - (fb)))
    [all...]
PWL_ComboBox.cpp 18 #define IsFloatBigger(fa,fb) ((fa) > (fb) && !IsFloatZero((fa) - (fb)))
130 if (IsFloatBigger(rectWnd.right - rectWnd.left,PWL_CBBUTTON_TRIANGLE_HALFLEN * 2)
132 IsFloatBigger(rectWnd.top - rectWnd.bottom,PWL_CBBUTTON_TRIANGLE_HALFLEN)
160 if (IsFloatBigger(rectWnd.right - rectWnd.left,PWL_CBBUTTON_TRIANGLE_HALFLEN * 2)
162 IsFloatBigger(rectWnd.top - rectWnd.bottom,PWL_CBBUTTON_TRIANGLE_HALFLEN)
499 if (!IsFloatBigger(fListHeight,0.0f)) return;
513 if (IsFloatBigger(fPopupRet,0.0f))
PWL_EditCtrl.cpp 16 #define IsFloatBigger(fa,fb) ((fa) > (fb) && !IsFloatZero((fa) - (fb)))
653 if (IsFloatBigger(Info.fPlateWidth,Info.fContentMax-Info.fContentMin)
PWL_ListBox.cpp 16 #define IsFloatBigger(fa,fb) ((fa) > (fb) && !IsFloatZero((fa) - (fb)))
47 if (IsFloatBigger(Info.fPlateWidth,Info.fContentMax-Info.fContentMin)
PWL_ScrollBar.cpp 13 #define IsFloatBigger(fa,fb) ((fa) > (fb) && !IsFloatZero((fa) - (fb)))
52 return (IsFloatBigger(x,fMin) || IsFloatEqual(x, fMin)) &&
83 if (IsFloatBigger(fScrollPos, ScrollRange.fMax))
693 if (IsFloatBigger(rcClient.top - rcClient.bottom, PWL_SCROLLBAR_BUTTON_WIDTH * 2 + PWL_SCROLLBAR_POSBUTTON_MINWIDTH + 2))
704 if (IsFloatBigger(fBWidth, 0))
1168 if (IsFloatBigger(fNewPos, m_sData.ScrollRange.fMax))
1183 if (IsFloatBigger(fNewPos, m_sData.ScrollRange.fMax))
    [all...]
PWL_Note.cpp 29 #define IsFloatBigger(fa,fb) ((fa) > (fb) && !IsFloatZero((fa) - (fb)))
    [all...]
  /external/pdfium/core/src/fpdfdoc/
pdf_vt.h 21 #define IsFloatBigger(fa,fb) ((fa) > (fb) && !IsFloatZero((fa) - (fb)))
  /external/pdfium/fpdfsdk/src/
fsdk_baseform.cpp 21 #define IsFloatBigger(fa,fb) ((fa) > (fb) && !IsFloatZero((fa) - (fb)))
    [all...]

Completed in 222 milliseconds