Home
last modified time | relevance | path

Searched refs:IsFloatBigger (Results 1 – 10 of 10) sorted by relevance

/external/pdfium/fpdfsdk/src/pdfwindow/
DPWL_ComboBox.cpp19 #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()
DPWL_ScrollBar.cpp12 #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()
DPWL_ListBox.cpp17 #define IsFloatBigger(fa, fb) ((fa) > (fb) && !IsFloatZero((fa) - (fb))) macro
44 if (IsFloatBigger(Info.fPlateWidth, Info.fContentMax - Info.fContentMin) || in IOnSetScrollInfoY()
DPWL_EditCtrl.cpp17 #define IsFloatBigger(fa, fb) ((fa) > (fb) && !IsFloatZero((fa) - (fb))) macro
560 if (IsFloatBigger(Info.fPlateWidth, Info.fContentMax - Info.fContentMin) || in IOnSetScrollInfoY()
DPWL_Utils.cpp15 #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()
DPWL_Note.cpp28 #define IsFloatBigger(fa, fb) ((fa) > (fb) && !IsFloatZero((fa) - (fb))) macro
/external/pdfium/core/src/fpdfdoc/
Ddoc_vt.cpp184 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()
Ddoc_ap.cpp573 if (IsFloatBigger(rcButton.Width(), 6) && in GenerateWidgetAP()
574 IsFloatBigger(rcButton.Height(), 6)) { in GenerateWidgetAP()
Dpdf_vt.h23 #define IsFloatBigger(fa, fb) ((fa) > (fb) && !IsFloatZero((fa) - (fb))) macro
/external/pdfium/fpdfsdk/src/
Dfsdk_baseform.cpp25 #define IsFloatBigger(fa, fb) ((fa) > (fb) && !IsFloatZero((fa) - (fb))) macro