Home
last modified time | relevance | path

Searched defs:fLineIndent (Results 1 – 3 of 3) sorted by relevance

/external/pdfium/core/include/fpdfdoc/
Dfpdf_vt.h181 FX_FLOAT fLineIndent; member
/external/pdfium/core/src/fpdfdoc/
Ddoc_vt.cpp739 FX_FLOAT fLineIndent = m_pVT->GetLineIndent(m_pSection->m_SecInfo); in OutputLines() local
/external/pdfium/fpdfsdk/src/fxedit/
Dfxet_edit.cpp1480 FX_BOOL CFX_Edit::SetRichTextLineIndent(FX_FLOAT fLineIndent) in SetRichTextLineIndent()