Home
last modified time | relevance | path

Searched refs:SecInfo (Results 1 – 2 of 2) sorted by relevance

/external/pdfium/core/src/fpdfdoc/
Ddoc_vt.cpp1373 FX_FLOAT CPDF_VariableText::GetLineAscent(const CPVT_SectionInfo& SecInfo) { in GetLineAscent() argument
1374 return m_bRichText && SecInfo.pWordProps in GetLineAscent()
1375 ? GetFontAscent(SecInfo.pWordProps->nFontIndex, in GetLineAscent()
1376 SecInfo.pWordProps->fFontSize) in GetLineAscent()
1379 FX_FLOAT CPDF_VariableText::GetLineDescent(const CPVT_SectionInfo& SecInfo) { in GetLineDescent() argument
1380 return m_bRichText && SecInfo.pWordProps in GetLineDescent()
1381 ? GetFontDescent(SecInfo.pWordProps->nFontIndex, in GetLineDescent()
1382 SecInfo.pWordProps->fFontSize) in GetLineDescent()
1411 FX_FLOAT CPDF_VariableText::GetLineLeading(const CPVT_SectionInfo& SecInfo) { in GetLineLeading() argument
1412 return m_bRichText && SecInfo.pSecProps ? SecInfo.pSecProps->fLineLeading in GetLineLeading()
[all …]
Dpdf_vt.h485 FX_FLOAT GetLineAscent(const CPVT_SectionInfo& SecInfo);
486 FX_FLOAT GetLineDescent(const CPVT_SectionInfo& SecInfo);
492 FX_FLOAT GetLineLeading(const CPVT_SectionInfo& SecInfo);
493 FX_FLOAT GetLineIndent(const CPVT_SectionInfo& SecInfo);
494 int32_t GetAlignment(const CPVT_SectionInfo& SecInfo);