Home
last modified time | relevance | path

Searched refs:fLineIndent (Results 1 – 5 of 5) sorted by relevance

/external/pdfium/core/include/fpdfdoc/
Dfpdf_vt.h169 CPVT_SecProps() : fLineLeading(0.0f), fLineIndent(0.0f), nAlignment(0) in CPVT_SecProps()
174 fLineLeading(lineLeading), fLineIndent(lineIndent), nAlignment(alignment) in CPVT_SecProps()
179 … fLineLeading(other.fLineLeading), fLineIndent(other.fLineIndent), nAlignment(other.nAlignment) in CPVT_SecProps()
185 FX_FLOAT fLineIndent; member
/external/pdfium/fpdfsdk/src/fxedit/
Dfxet_edit.cpp1463 FX_BOOL CFX_Edit::SetRichTextLineIndent(FX_FLOAT fLineIndent) in SetRichTextLineIndent() argument
1466 SecProps.fLineIndent = fLineIndent; in SetRichTextLineIndent()
1589 if (!FX_EDIT_IsFloatEqual(secinfo.SecProps.fLineIndent,pSecProps->fLineIndent)) in SetSecProps()
1591 secinfo.SecProps.fLineIndent = pSecProps->fLineIndent; in SetSecProps()
/external/pdfium/core/src/fpdfdoc/
Ddoc_vt.cpp738 FX_FLOAT fLineIndent = m_pVT->GetLineIndent(m_pSection->m_SecInfo); in OutputLines() local
739 FX_FLOAT fTypesetWidth = FPDF_MAX(m_pVT->GetPlateWidth() - fLineIndent, 0.0f); in OutputLines()
772 fPosX += fLineIndent; in OutputLines()
1414 return m_bRichText && SecInfo.pSecProps ? SecInfo.pSecProps->fLineIndent : 0.0f; in GetLineIndent()
/external/pdfium/fpdfsdk/include/fxedit/
Dfx_edit.h258 virtual FX_BOOL SetRichTextLineIndent(FX_FLOAT fLineIndent) = 0;
Dfxet_edit.h609 FX_BOOL SetRichTextLineIndent(FX_FLOAT fLineIndent);