OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:bRTLPiece
(Results
1 - 2
of
2
) sorted by null
/external/pdfium/xfa/fgas/layout/
cfx_txtbreak.cpp
657
bool
bRTLPiece
= (pTxtRun->dwCharStyles & FX_TXTCHARSTYLE_OddBidiLevel) != 0;
674
if (
bRTLPiece
)
777
} else if (
bRTLPiece
) {
838
if (
bRTLPiece
&& chartype != FX_CHARTYPE_Combination)
869
if (!
bRTLPiece
&& chartype != FX_CHARTYPE_Combination)
922
bool
bRTLPiece
= !!(pTxtRun->dwCharStyles & FX_TXTCHARSTYLE_OddBidiLevel);
928
float fStart =
bRTLPiece
? rect.right() : rect.left;
950
if (
bRTLPiece
) {
cfx_rtfbreak.cpp
675
bool
bRTLPiece
= FX_IsOdd(pText->iBidiLevel);
689
if (
bRTLPiece
)
723
} else if (
bRTLPiece
) {
743
if (
bRTLPiece
&& dwCharType != FX_CHARTYPE_Combination)
748
if (!
bRTLPiece
&& dwCharType != FX_CHARTYPE_Combination)
Completed in 170 milliseconds