OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:bNegtive
(Results
1 - 2
of
2
) sorted by null
/external/pdfium/xfa/src/fgas/src/crt/
fx_system.cpp
101
FX_BOOL
bNegtive
= FALSE;
104
bNegtive
= TRUE;
134
return
bNegtive
? -fValue : fValue;
/external/pdfium/core/src/fxcrt/
fx_extension.cpp
150
FX_BOOL
bNegtive
= FALSE;
153
bNegtive
= TRUE;
183
return
bNegtive
? -fValue : fValue;
Completed in 887 milliseconds