Searched refs:IsFloatSmaller (Results 1 - 7 of 7) sorted by relevance
/external/pdfium/fpdfsdk/pwl/ |
H A D | cpwl_scroll_bar.cpp | 52 (IsFloatSmaller(x, fMax) || IsFloatEqual(x, fMax)); 74 if (IsFloatSmaller(fScrollPos, ScrollRange.fMin)) 612 if (IsFloatSmaller(m_sData.ScrollRange.GetWidth(), 0.0f)) { 676 if (IsFloatSmaller(fTop - fBottom, kPosButtonMinWidth)) 679 if (IsFloatSmaller(fBottom, rcPosArea.bottom)) { 781 if (IsFloatSmaller(fNewPos, m_sData.ScrollRange.fMin)) { 794 if (IsFloatSmaller(fNewPos, m_sData.ScrollRange.fMin)) {
|
H A D | cpwl_list_impl.cpp | 424 if (IsFloatSmaller(rcItemCtrl.bottom, rcPlate.bottom)) { 425 if (IsFloatSmaller(rcItemCtrl.top, rcPlate.top)) { 462 if (IsFloatSmaller(fy - rcPlate.Height(), rcContent.bottom)) { 542 if (IsFloatSmaller(pt.y, rcListItem.bottom))
|
H A D | cpwl_edit_impl.cpp | 1059 if (IsFloatSmaller(m_ptScrollPos.x, rcContent.left)) { 1070 if (IsFloatSmaller(m_ptScrollPos.y, 1109 if (IsFloatSmaller(ptHeadEdit.x, rcPlate.left) || 1118 if (IsFloatSmaller(ptFootEdit.y, rcPlate.bottom) || 1120 if (IsFloatSmaller(ptHeadEdit.y, rcPlate.top)) {
|
/external/pdfium/core/fpdfdoc/ |
H A D | csection.cpp | 141 if (IsFloatSmaller(point.y, fBottom)) 143 if (IsFloatSmaller(point.y, fTop)) {
|
H A D | cpdf_variabletext.cpp | 445 if (IsFloatSmaller(pt.y, pSection->m_Rect.top)) {
|
H A D | cpvt_generateap.cpp | 1217 if (IsFloatSmaller(fy, rcBody.bottom))
|
/external/pdfium/core/fxcrt/ |
H A D | fx_system.h | 84 #define IsFloatSmaller(fa, fb) ((fa) < (fb) && !IsFloatZero((fa) - (fb))) macro
|
Completed in 385 milliseconds