Searched refs:bNegative (Results 1 - 3 of 3) sorted by relevance

/external/pdfium/core/src/fxcrt/
H A Dfx_basic_util.cpp100 FX_BOOL bNegative = FALSE; local
104 bNegative = TRUE;
117 if (bNegative) {
132 FX_BOOL bNegative = FALSE; local
138 bNegative = TRUE;
170 return bNegative ? -value : value;
H A Dfx_basic_bstring.cpp1102 FX_BOOL bNegative = FALSE; local
1104 bNegative = TRUE;
1121 if (bNegative) {
H A Dfx_basic_wstring.cpp1010 FX_BOOL bNegative = FALSE; local
1014 bNegative = TRUE;
1036 return bNegative ? -fraction : fraction;

Completed in 381 milliseconds