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

  /external/pdfium/core/src/fxcrt/
fx_basic_util.cpp 100 FX_BOOL bNegative = FALSE;
104 bNegative = TRUE;
117 if (bNegative) {
132 FX_BOOL bNegative = FALSE;
138 bNegative = TRUE;
170 return bNegative ? -value : value;
fx_basic_bstring.cpp 1102 FX_BOOL bNegative = FALSE;
1104 bNegative = TRUE;
    [all...]
fx_basic_wstring.cpp 1010 FX_BOOL bNegative = FALSE;
1014 bNegative = TRUE;
1036 return bNegative ? -fraction : fraction;
    [all...]

Completed in 357 milliseconds