Searched refs:IsFloatBigger (Results 1 – 10 of 10) sorted by relevance
/external/pdfium/fpdfsdk/src/pdfwindow/ |
D | PWL_ComboBox.cpp | 19 #define IsFloatBigger(fa, fb) ((fa) > (fb) && !IsFloatZero((fa) - (fb))) macro 127 if (IsFloatBigger(rectWnd.right - rectWnd.left, in GetThisAppearanceStream() 129 IsFloatBigger(rectWnd.top - rectWnd.bottom, in GetThisAppearanceStream() 158 if (IsFloatBigger(rectWnd.right - rectWnd.left, in DrawThisAppearance() 160 IsFloatBigger(rectWnd.top - rectWnd.bottom, in DrawThisAppearance() 464 if (!IsFloatBigger(fListHeight, 0.0f)) in SetPopup() 485 if (IsFloatBigger(fPopupRet, 0.0f)) { in SetPopup()
|
D | PWL_ScrollBar.cpp | 12 #define IsFloatBigger(fa, fb) ((fa) > (fb) && !IsFloatZero((fa) - (fb))) macro 40 return (IsFloatBigger(x, fMin) || IsFloatEqual(x, fMin)) && in In() 65 if (IsFloatBigger(fScrollPos, ScrollRange.fMax)) in SetScrollRange() 618 if (IsFloatBigger(rcClient.top - rcClient.bottom, in RePosChildWnd() 631 if (IsFloatBigger(fBWidth, 0)) { in RePosChildWnd() 1027 if (IsFloatBigger(fNewPos, m_sData.ScrollRange.fMax)) { in OnPosButtonMouseMove() 1040 if (IsFloatBigger(fNewPos, m_sData.ScrollRange.fMax)) { in OnPosButtonMouseMove()
|
D | PWL_ListBox.cpp | 17 #define IsFloatBigger(fa, fb) ((fa) > (fb) && !IsFloatZero((fa) - (fb))) macro 44 if (IsFloatBigger(Info.fPlateWidth, Info.fContentMax - Info.fContentMin) || in IOnSetScrollInfoY()
|
D | PWL_EditCtrl.cpp | 17 #define IsFloatBigger(fa, fb) ((fa) > (fb) && !IsFloatZero((fa) - (fb))) macro 560 if (IsFloatBigger(Info.fPlateWidth, Info.fContentMax - Info.fContentMin) || in IOnSetScrollInfoY()
|
D | PWL_Utils.cpp | 15 #define IsFloatBigger(fa, fb) ((fa) > (fb) && !IsFloatZero((fa) - (fb))) macro 1239 if (IsFloatBigger(rcBBox.right - rcBBox.left, 6) && in GetDropButtonAppStream() 1240 IsFloatBigger(rcBBox.top - rcBBox.bottom, 6)) { in GetDropButtonAppStream()
|
D | PWL_Note.cpp | 28 #define IsFloatBigger(fa, fb) ((fa) > (fb) && !IsFloatZero((fa) - (fb))) macro
|
/external/pdfium/core/src/fpdfdoc/ |
D | doc_vt.cpp | 184 if (IsFloatBigger(point.y, fTop)) { in SearchWordPlace() 194 } else if (IsFloatBigger(point.y, fBottom)) { in SearchWordPlace() 1148 if (IsFloatBigger(pt.y, pSection->m_SecInfo.rcSection.top)) { in SearchWordPlace() 1151 if (IsFloatBigger(pSection->m_SecInfo.rcSection.bottom, pt.y)) { in SearchWordPlace() 1158 } else if (IsFloatBigger(pt.y, pSection->m_SecInfo.rcSection.bottom)) { in SearchWordPlace() 1583 if (IsFloatBigger(szTotal.x, GetPlateWidth()) || in IsBigger() 1584 IsFloatBigger(szTotal.y, GetPlateHeight())) { in IsBigger()
|
D | doc_ap.cpp | 573 if (IsFloatBigger(rcButton.Width(), 6) && in GenerateWidgetAP() 574 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 | 25 #define IsFloatBigger(fa, fb) ((fa) > (fb) && !IsFloatZero((fa) - (fb))) macro
|