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

  /external/pdfium/core/fpdfdoc/
cpvt_secprops.h 13 CPVT_SecProps() : fLineLeading(0.0f), fLineIndent(0.0f), nAlignment(0) {}
17 fLineIndent(lineIndent),
22 fLineIndent(other.fLineIndent),
26 FX_FLOAT fLineIndent;
ctypeset.cpp 425 FX_FLOAT fLineIndent = m_pVT->GetLineIndent(m_pSection->m_SecInfo);
426 FX_FLOAT fTypesetWidth = std::max(m_pVT->GetPlateWidth() - fLineIndent, 0.0f);
460 fPosX += fLineIndent;

Completed in 56 milliseconds