OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:FX_BIDICLASSBITSMASK
(Results
1 - 4
of
4
) sorted by null
/external/pdfium/core/fxcrt/
fx_bidi.cpp
17
int32_t iBidiCls = (dwProps &
FX_BIDICLASSBITSMASK
) >> FX_BIDICLASSBITS;
fx_ucd.h
14
#define
FX_BIDICLASSBITSMASK
(31 << FX_BIDICLASSBITS)
fx_arabic.cpp
458
(int16_t)(chars[i].m_dwCharProps &
FX_BIDICLASSBITSMASK
) >>
464
gc_FX_BidiNTypes[(chars[i].m_dwCharProps &
FX_BIDICLASSBITSMASK
) >>
/external/pdfium/xfa/fgas/layout/
fgas_textbreak.cpp
312
int32_t iBidiCls = (dwProps &
FX_BIDICLASSBITSMASK
) >> FX_BIDICLASSBITS;
[
all
...]
Completed in 48 milliseconds