HomeSort by relevance Sort by last modified time
    Searched refs:IsFloatBigger (Results 1 - 11 of 11) sorted by null

  /external/pdfium/fpdfsdk/pdfwindow/
PWL_ComboBox.cpp 114 if (IsFloatBigger(rectWnd.right - rectWnd.left,
116 IsFloatBigger(rectWnd.top - rectWnd.bottom,
145 if (IsFloatBigger(rectWnd.right - rectWnd.left,
147 IsFloatBigger(rectWnd.top - rectWnd.bottom,
444 if (!IsFloatBigger(fListHeight, 0.0f))
465 if (IsFloatBigger(fPopupRet, 0.0f)) {
PWL_ScrollBar.cpp 38 return (IsFloatBigger(x, fMin) || IsFloatEqual(x, fMin)) &&
63 if (IsFloatBigger(fScrollPos, ScrollRange.fMax))
610 if (IsFloatBigger(rcClient.top - rcClient.bottom,
624 if (IsFloatBigger(fBWidth, 0)) {
1025 if (IsFloatBigger(fNewPos, m_sData.ScrollRange.fMax)) {
    [all...]
PWL_EditCtrl.cpp 519 if (IsFloatBigger(Info.fPlateWidth, Info.fContentMax - Info.fContentMin) ||
PWL_ListBox.cpp 42 if (IsFloatBigger(Info.fPlateWidth, Info.fContentMax - Info.fContentMin) ||
PWL_Utils.cpp     [all...]
  /external/pdfium/core/fpdfdoc/
csection.cpp 164 if (IsFloatBigger(point.y, fTop)) {
174 } else if (IsFloatBigger(point.y, fBottom)) {
cpdf_variabletext.cpp 561 if (IsFloatBigger(pt.y, pSection->m_SecInfo.rcSection.top)) {
564 if (IsFloatBigger(pSection->m_SecInfo.rcSection.bottom, pt.y)) {
571 } else if (IsFloatBigger(pt.y, pSection->m_SecInfo.rcSection.bottom)) {
1015 if (IsFloatBigger(szTotal.width, GetPlateWidth()) ||
1016 IsFloatBigger(szTotal.height, GetPlateHeight())) {
    [all...]
cpvt_generateap.cpp 333 if (IsFloatBigger(rcButton.Width(), 6) &&
334 IsFloatBigger(rcButton.Height(), 6)) {
    [all...]
  /external/pdfium/fpdfsdk/fxedit/
fxet_list.cpp 519 } else if (IsFloatBigger(rcItemCtrl.top, rcPlate.top)) {
520 if (IsFloatBigger(rcItemCtrl.bottom, rcPlate.bottom)) {
555 } else if (IsFloatBigger(fy, rcContent.top)) {
639 if (IsFloatBigger(pt.y, rcListItem.top)) {
fxet_edit.cpp     [all...]
  /external/pdfium/core/fxcrt/
fx_system.h 77 #define IsFloatBigger(fa, fb) ((fa) > (fb) && !IsFloatZero((fa) - (fb)))

Completed in 205 milliseconds