OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:iBidiCls
(Results
1 - 2
of
2
) sorted by null
/external/pdfium/core/fxcrt/
fx_bidi.cpp
17
int32_t
iBidiCls
= (dwProps & FX_BIDICLASSBITSMASK) >> FX_BIDICLASSBITS;
19
switch (
iBidiCls
) {
/external/pdfium/xfa/fgas/layout/
fgas_textbreak.cpp
312
int32_t
iBidiCls
= (dwProps & FX_BIDICLASSBITSMASK) >> FX_BIDICLASSBITS;
314
(
iBidiCls
== FX_BIDICLASS_R ||
iBidiCls
== FX_BIDICLASS_AL)
316
: ((
iBidiCls
== FX_BIDICLASS_L ||
iBidiCls
== FX_BIDICLASS_S) ? 0
[
all
...]
Completed in 61 milliseconds