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

  /external/pdfium/core/fpdfdoc/
csection.cpp 167 if (IsFloatSmaller(point.y, fBottom)) {
170 if (IsFloatSmaller(point.y, fTop)) {
cpdf_variabletext.cpp 567 if (IsFloatSmaller(pt.y, pSection->m_SecInfo.rcSection.top)) {
    [all...]
cpvt_generateap.cpp 358 if (IsFloatSmaller(fy, rcBody.bottom))
    [all...]
  /external/pdfium/fpdfsdk/pdfwindow/
PWL_ScrollBar.cpp 39 (IsFloatSmaller(x, fMax) || IsFloatEqual(x, fMax));
61 if (IsFloatSmaller(fScrollPos, ScrollRange.fMin))
867 if (IsFloatSmaller(m_sData.ScrollRange.GetWidth(), 0.0f)) {
924 if (IsFloatSmaller(fTop - fBottom, PWL_SCROLLBAR_POSBUTTON_MINWIDTH))
927 if (IsFloatSmaller(fBottom, rcPosArea.bottom)) {
1021 if (IsFloatSmaller(fNewPos, m_sData.ScrollRange.fMin)) {
    [all...]
  /external/pdfium/fpdfsdk/fxedit/
fxet_list.cpp 515 if (IsFloatSmaller(rcItemCtrl.bottom, rcPlate.bottom)) {
516 if (IsFloatSmaller(rcItemCtrl.top, rcPlate.top)) {
553 if (IsFloatSmaller(fy - rcPlate.Height(), rcContent.bottom)) {
643 if (IsFloatSmaller(pt.y, rcListItem.bottom)) {
fxet_edit.cpp     [all...]
  /external/pdfium/core/fxcrt/
fx_system.h 78 #define IsFloatSmaller(fa, fb) ((fa) < (fb) && !IsFloatZero((fa) - (fb)))

Completed in 283 milliseconds