Home
last modified time | relevance | path

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

/external/pdfium/fpdfsdk/src/pdfwindow/
DPWL_ComboBox.cpp18 #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()
DPWL_ScrollBar.cpp13 #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()
DPWL_ListBox.cpp16 #define IsFloatBigger(fa,fb) ((fa) > (fb) && !IsFloatZero((fa) - (fb))) macro
47 if (IsFloatBigger(Info.fPlateWidth,Info.fContentMax-Info.fContentMin) in IOnSetScrollInfoY()
DPWL_EditCtrl.cpp16 #define IsFloatBigger(fa,fb) ((fa) > (fb) && !IsFloatZero((fa) - (fb))) macro
653 if (IsFloatBigger(Info.fPlateWidth,Info.fContentMax-Info.fContentMin) in IOnSetScrollInfoY()
DPWL_Utils.cpp13 #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()
DPWL_Note.cpp29 #define IsFloatBigger(fa,fb) ((fa) > (fb) && !IsFloatZero((fa) - (fb))) macro
/external/pdfium/core/src/fpdfdoc/
Ddoc_vt.cpp199 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()
Ddoc_ap.cpp527 if (IsFloatBigger(rcButton.Width(), 6) && 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.cpp22 #define IsFloatBigger(fa,fb) ((fa) > (fb) && !IsFloatZero((fa) - (fb))) macro