Home
last modified time | relevance | path

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

/external/pdfium/fpdfsdk/pwl/
Dcpwl_combo_box.cpp131 if (IsFloatBigger(rectWnd.right - rectWnd.left, in DrawThisAppearance()
133 IsFloatBigger(rectWnd.top - rectWnd.bottom, in DrawThisAppearance()
439 if (!IsFloatBigger(fListHeight, 0.0f)) in SetPopup()
466 if (!IsFloatBigger(fPopupRet, 0.0f)) in SetPopup()
Dcpwl_scroll_bar.cpp40 return (IsFloatBigger(x, fMin) || IsFloatEqual(x, fMin)) && in In()
65 if (IsFloatBigger(fScrollPos, ScrollRange.fMax)) in SetScrollRange()
352 if (IsFloatBigger(rcClient.top - rcClient.bottom, in RePosChildWnd()
362 if (IsFloatBigger(fBWidth, 0)) { in RePosChildWnd()
753 if (IsFloatBigger(fNewPos, m_sData.ScrollRange.fMax)) { in OnPosButtonMouseMove()
766 if (IsFloatBigger(fNewPos, m_sData.ScrollRange.fMax)) { in OnPosButtonMouseMove()
Dcpwl_list_impl.cpp436 } else if (IsFloatBigger(rcItemCtrl.top, rcPlate.top)) { in ScrollToListItem()
437 if (IsFloatBigger(rcItemCtrl.bottom, rcPlate.bottom)) { in ScrollToListItem()
472 } else if (IsFloatBigger(fy, rcContent.top)) { in SetScrollPosY()
543 if (IsFloatBigger(pt.y, rcListItem.top)) in GetItemIndex()
Dcpwl_edit_impl.cpp1083 } else if (IsFloatBigger(m_ptScrollPos.x, in SetScrollLimit()
1095 } else if (IsFloatBigger(m_ptScrollPos.y, rcContent.top)) { in SetScrollLimit()
1134 } else if (IsFloatBigger(ptHeadEdit.x, rcPlate.right)) { in ScrollToCaret()
1145 } else if (IsFloatBigger(ptHeadEdit.y, rcPlate.top)) { in ScrollToCaret()
1146 if (IsFloatBigger(ptFootEdit.y, rcPlate.bottom)) { in ScrollToCaret()
1795 IsFloatBigger(rcContent.Height(), rcPlate.Height())) { in IsTextOverflow()
1799 if (IsFloatBigger(rcContent.Width(), rcPlate.Width())) in IsTextOverflow()
Dcpwl_list_box.cpp46 if (IsFloatBigger(Info.fPlateWidth, Info.fContentMax - Info.fContentMin) || in IOnSetScrollInfoY()
/external/pdfium/core/fpdfdoc/
Dcsection.cpp135 if (IsFloatBigger(point.y, fTop)) in SearchWordPlace()
144 if (IsFloatBigger(point.y, fBottom)) { in SearchWordPlace()
Dcpdf_variabletext.cpp430 if (IsFloatBigger(pt.y, pSection->m_Rect.top)) in SearchWordPlace()
432 if (IsFloatBigger(pSection->m_Rect.bottom, pt.y)) in SearchWordPlace()
439 if (IsFloatBigger(pt.y, pSection->m_Rect.bottom)) { in SearchWordPlace()
818 if (IsFloatBigger(szTotal.width, GetPlateWidth()) || in IsBigger()
819 IsFloatBigger(szTotal.height, GetPlateHeight())) { in IsBigger()
Dcpvt_generateap.cpp1220 if (IsFloatBigger(rcButton.Width(), 6) && in GenerateFormAP()
1221 IsFloatBigger(rcButton.Height(), 6)) { in GenerateFormAP()
/external/pdfium/core/fxcrt/
Dfx_system.h60 #define IsFloatBigger(fa, fb) ((fa) > (fb) && !IsFloatZero((fa) - (fb))) macro
/external/pdfium/fpdfsdk/
Dcpdfsdk_appstream.cpp1073 if (IsFloatBigger(rcBBox.right - rcBBox.left, 6) && in GetDropButtonAppStream()
1074 IsFloatBigger(rcBBox.top - rcBBox.bottom, 6)) { in GetDropButtonAppStream()