Searched refs:IsFloatZero (Results 1 - 5 of 5) sorted by relevance

/external/pdfium/core/fxcrt/
H A Dfx_system.h76 #define IsFloatZero(f) ((f) < 0.0001 && (f) > -0.0001) macro
77 #define IsFloatBigger(fa, fb) ((fa) > (fb) && !IsFloatZero((fa) - (fb)))
78 #define IsFloatSmaller(fa, fb) ((fa) < (fb) && !IsFloatZero((fa) - (fb)))
79 #define IsFloatEqual(fa, fb) IsFloatZero((fa) - (fb))
/external/pdfium/fpdfsdk/pdfwindow/
H A DPWL_Utils.cpp357 if (IsFloatZero(fFontSize))
390 if (IsFloatZero(fFontSize)) {
418 if (IsFloatZero(fFontSize)) {
447 if (IsFloatZero(fFontSize)) {
488 if (IsFloatZero(fFontSize)) {
/external/pdfium/fpdfsdk/
H A Dcpdfsdk_widget.cpp1373 if (IsFloatZero(fFontSize))
1433 pEdit->SetFontSize(IsFloatZero(fFontSize) ? 12.0f : fFontSize);
1547 if (IsFloatZero(fFontSize)) {
1558 if (IsFloatZero(fFontSize))
/external/pdfium/core/fpdfdoc/
H A Dcpvt_generateap.cpp224 if (IsFloatZero(fFontSize))
290 if (IsFloatZero(fFontSize))
382 vt.SetFontSize(IsFloatZero(fFontSize) ? 12.0f : fFontSize);
/external/pdfium/fpdfsdk/fxedit/
H A Dfxet_edit.cpp677 if (!IsFloatZero(fCharSpace)) {

Completed in 175 milliseconds