OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:FX_BIDICLASSBITSMASK
(Results
1 - 3
of
3
) sorted by null
/external/pdfium/core/src/fxcrt/
fx_arabic.cpp
27
FX_INT32 iBidiCls = (dwProps &
FX_BIDICLASSBITSMASK
) >> FX_BIDICLASSBITS;
fx_unicode.cpp
32
FX_INT32 iBidiCls = (dwProps &
FX_BIDICLASSBITSMASK
) >> FX_BIDICLASSBITS;
/external/pdfium/core/include/fxcrt/
fx_ucd.h
51
#define
FX_BIDICLASSBITSMASK
(31 << FX_BIDICLASSBITS)
Completed in 113 milliseconds