Searched refs:fLineIndent (Results 1 – 5 of 5) sorted by relevance
169 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
1463 FX_BOOL CFX_Edit::SetRichTextLineIndent(FX_FLOAT fLineIndent) in SetRichTextLineIndent() argument1466 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()
738 FX_FLOAT fLineIndent = m_pVT->GetLineIndent(m_pSection->m_SecInfo); in OutputLines() local739 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()
258 virtual FX_BOOL SetRichTextLineIndent(FX_FLOAT fLineIndent) = 0;
609 FX_BOOL SetRichTextLineIndent(FX_FLOAT fLineIndent);