Searched refs:IsFloatBigger (Results 1 – 10 of 10) sorted by relevance
/external/pdfium/fpdfsdk/pwl/ |
D | cpwl_combo_box.cpp | 131 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()
|
D | cpwl_scroll_bar.cpp | 40 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()
|
D | cpwl_list_impl.cpp | 436 } 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()
|
D | cpwl_edit_impl.cpp | 1083 } 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()
|
D | cpwl_list_box.cpp | 46 if (IsFloatBigger(Info.fPlateWidth, Info.fContentMax - Info.fContentMin) || in IOnSetScrollInfoY()
|
/external/pdfium/core/fpdfdoc/ |
D | csection.cpp | 135 if (IsFloatBigger(point.y, fTop)) in SearchWordPlace() 144 if (IsFloatBigger(point.y, fBottom)) { in SearchWordPlace()
|
D | cpdf_variabletext.cpp | 430 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()
|
D | cpvt_generateap.cpp | 1220 if (IsFloatBigger(rcButton.Width(), 6) && in GenerateFormAP() 1221 IsFloatBigger(rcButton.Height(), 6)) { in GenerateFormAP()
|
/external/pdfium/core/fxcrt/ |
D | fx_system.h | 60 #define IsFloatBigger(fa, fb) ((fa) > (fb) && !IsFloatZero((fa) - (fb))) macro
|
/external/pdfium/fpdfsdk/ |
D | cpdfsdk_appstream.cpp | 1073 if (IsFloatBigger(rcBBox.right - rcBBox.left, 6) && in GetDropButtonAppStream() 1074 IsFloatBigger(rcBBox.top - rcBBox.bottom, 6)) { in GetDropButtonAppStream()
|