Searched refs:IsFloatBigger (Results 1 – 10 of 10) sorted by relevance
/external/pdfium/fpdfsdk/src/pdfwindow/ |
D | PWL_ComboBox.cpp | 18 #define IsFloatBigger(fa,fb) ((fa) > (fb) && !IsFloatZero((fa) - (fb))) macro 130 if (IsFloatBigger(rectWnd.right - rectWnd.left,PWL_CBBUTTON_TRIANGLE_HALFLEN * 2) in GetThisAppearanceStream() 132 IsFloatBigger(rectWnd.top - rectWnd.bottom,PWL_CBBUTTON_TRIANGLE_HALFLEN) in GetThisAppearanceStream() 160 if (IsFloatBigger(rectWnd.right - rectWnd.left,PWL_CBBUTTON_TRIANGLE_HALFLEN * 2) in DrawThisAppearance() 162 IsFloatBigger(rectWnd.top - rectWnd.bottom,PWL_CBBUTTON_TRIANGLE_HALFLEN) in DrawThisAppearance() 499 if (!IsFloatBigger(fListHeight,0.0f)) return; in SetPopup() 513 if (IsFloatBigger(fPopupRet,0.0f)) in SetPopup()
|
D | PWL_ScrollBar.cpp | 13 #define IsFloatBigger(fa,fb) ((fa) > (fb) && !IsFloatZero((fa) - (fb))) macro 52 return (IsFloatBigger(x,fMin) || IsFloatEqual(x, fMin)) && in In() 83 if (IsFloatBigger(fScrollPos, ScrollRange.fMax)) in SetScrollRange() 693 …if (IsFloatBigger(rcClient.top - rcClient.bottom, PWL_SCROLLBAR_BUTTON_WIDTH * 2 + PWL_SCROLLBAR_P… in RePosChildWnd() 704 if (IsFloatBigger(fBWidth, 0)) in RePosChildWnd() 1168 if (IsFloatBigger(fNewPos, m_sData.ScrollRange.fMax)) in OnPosButtonMouseMove() 1183 if (IsFloatBigger(fNewPos, m_sData.ScrollRange.fMax)) in OnPosButtonMouseMove()
|
D | PWL_ListBox.cpp | 16 #define IsFloatBigger(fa,fb) ((fa) > (fb) && !IsFloatZero((fa) - (fb))) macro 47 if (IsFloatBigger(Info.fPlateWidth,Info.fContentMax-Info.fContentMin) in IOnSetScrollInfoY()
|
D | PWL_EditCtrl.cpp | 16 #define IsFloatBigger(fa,fb) ((fa) > (fb) && !IsFloatZero((fa) - (fb))) macro 653 if (IsFloatBigger(Info.fPlateWidth,Info.fContentMax-Info.fContentMin) in IOnSetScrollInfoY()
|
D | PWL_Utils.cpp | 13 #define IsFloatBigger(fa,fb) ((fa) > (fb) && !IsFloatZero((fa) - (fb))) macro 1312 if (IsFloatBigger(rcBBox.right - rcBBox.left,6) && IsFloatBigger(rcBBox.top - rcBBox.bottom,6)) in GetDropButtonAppStream()
|
D | PWL_Note.cpp | 29 #define IsFloatBigger(fa,fb) ((fa) > (fb) && !IsFloatZero((fa) - (fb))) macro
|
/external/pdfium/core/src/fpdfdoc/ |
D | doc_vt.cpp | 199 if (IsFloatBigger(point.y, fTop)) { in SearchWordPlace() 209 } else if (IsFloatBigger(point.y, fBottom)) { in SearchWordPlace() 1166 if (IsFloatBigger(pt.y, pSection->m_SecInfo.rcSection.top)) { in SearchWordPlace() 1169 if (IsFloatBigger(pSection->m_SecInfo.rcSection.bottom, pt.y)) { in SearchWordPlace() 1176 } else if (IsFloatBigger(pt.y, pSection->m_SecInfo.rcSection.bottom)) { in SearchWordPlace() 1590 if (IsFloatBigger(szTotal.x, GetPlateWidth()) in IsBigger() 1591 || IsFloatBigger(szTotal.y, GetPlateHeight()) in IsBigger()
|
D | doc_ap.cpp | 527 if (IsFloatBigger(rcButton.Width(), 6) && IsFloatBigger(rcButton.Height(), 6)) { in GenerateWidgetAP()
|
D | pdf_vt.h | 23 #define IsFloatBigger(fa,fb) ((fa) > (fb) && !IsFloatZero((fa) - (fb))) macro
|
/external/pdfium/fpdfsdk/src/ |
D | fsdk_baseform.cpp | 22 #define IsFloatBigger(fa,fb) ((fa) > (fb) && !IsFloatZero((fa) - (fb))) macro
|