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

  /external/pdfium/core/include/fpdfdoc/
fpdf_vt.h 165 CPVT_SecProps() : fLineLeading(0.0f), fLineIndent(0.0f), nAlignment(0)
170 fLineLeading(lineLeading), fLineIndent(lineIndent), nAlignment(alignment)
175 fLineLeading(other.fLineLeading), fLineIndent(other.fLineIndent), nAlignment(other.nAlignment)
181 FX_FLOAT fLineIndent;
  /external/pdfium/core/src/fpdfdoc/
doc_vt.cpp 739 FX_FLOAT fLineIndent = m_pVT->GetLineIndent(m_pSection->m_SecInfo);
740 FX_FLOAT fTypesetWidth = FPDF_MAX(m_pVT->GetPlateWidth() - fLineIndent, 0.0f);
773 fPosX += fLineIndent;
    [all...]

Completed in 320 milliseconds