OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:iLowerAlignment
(Results
1 - 2
of
2
) sorted by null
/external/pdfium/xfa/src/fgas/src/layout/
fx_rtfbreak.cpp
892
int32_t
iLowerAlignment
= (m_iAlignment & FX_RTFLINEALIGNMENT_LowerMask);
923
} else if (
iLowerAlignment
> FX_RTFLINEALIGNMENT_Left) {
924
if (
iLowerAlignment
== FX_RTFLINEALIGNMENT_Center) {
[
all
...]
fx_textbreak.cpp
868
int32_t
iLowerAlignment
= (m_iCurAlignment & FX_TXTLINEALIGNMENT_LowerMask);
899
} else if (
iLowerAlignment
> FX_TXTLINEALIGNMENT_Left) {
900
if (
iLowerAlignment
== FX_TXTLINEALIGNMENT_Center) {
[
all
...]
Completed in 1013 milliseconds