HomeSort by relevance Sort by last modified time
    Searched refs:fLineIndent (Results 1 - 5 of 5) sorted by null

  /external/pdfium/core/include/fpdfdoc/
fpdf_vt.h 146 CPVT_SecProps() : fLineLeading(0.0f), fLineIndent(0.0f), nAlignment(0) {}
150 fLineIndent(lineIndent),
155 fLineIndent(other.fLineIndent),
160 FX_FLOAT fLineIndent;
  /external/pdfium/fpdfsdk/src/fxedit/
fxet_edit.cpp 1175 FX_BOOL CFX_Edit::SetRichTextLineIndent(FX_FLOAT fLineIndent) {
1177 SecProps.fLineIndent = fLineIndent;
    [all...]
  /external/pdfium/core/src/fpdfdoc/
doc_vt.cpp 724 FX_FLOAT fLineIndent = m_pVT->GetLineIndent(m_pSection->m_SecInfo);
725 FX_FLOAT fTypesetWidth = std::max(m_pVT->GetPlateWidth() - fLineIndent, 0.0f);
758 fPosX += fLineIndent;
    [all...]
  /external/pdfium/fpdfsdk/include/fxedit/
fx_edit.h 276 virtual FX_BOOL SetRichTextLineIndent(FX_FLOAT fLineIndent) = 0;
fxet_edit.h 566 FX_BOOL SetRichTextLineIndent(FX_FLOAT fLineIndent) override;

Completed in 42 milliseconds