OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:FX_TXTLINEALIGNMENT_Left
(Results
1 - 3
of
3
) sorted by null
/external/pdfium/xfa/src/fgas/include/
fx_tbk.h
49
#define
FX_TXTLINEALIGNMENT_Left
0
55
(
FX_TXTLINEALIGNMENT_Left
| FX_TXTLINEALIGNMENT_Justified)
61
(
FX_TXTLINEALIGNMENT_Left
| FX_TXTLINEALIGNMENT_Distributed)
/external/pdfium/xfa/src/fgas/src/layout/
fx_textbreak.cpp
42
m_iAlignment(
FX_TXTLINEALIGNMENT_Left
),
172
FXSYS_assert(iAlignment >=
FX_TXTLINEALIGNMENT_Left
&&
296
:
FX_TXTLINEALIGNMENT_Left
;
899
} else if (iLowerAlignment >
FX_TXTLINEALIGNMENT_Left
) {
965
if (!m_bPagination && m_iCurAlignment >
FX_TXTLINEALIGNMENT_Left
) {
[
all
...]
/external/pdfium/xfa/src/fdp/src/tto/
fde_textout.cpp
120
m_iTxtBkAlignment =
FX_TXTLINEALIGNMENT_Left
;
Completed in 63 milliseconds