Home
last modified time | relevance | path

Searched refs:GetFontSizeV (Results 1 – 3 of 3) sorted by relevance

/external/pdfium/core/include/fpdfapi/
Dfpdf_pageobj.h191 FX_FLOAT GetFontSizeV() const;
/external/pdfium/core/src/fpdfapi/fpdf_page/
Dfpdf_page_graph_state.cpp315 FX_FLOAT CPDF_TextState::GetFontSizeV() const { in GetFontSizeV() function in CPDF_TextState
/external/pdfium/core/src/fpdftext/
Dfpdf_text.cpp61 FX_FLOAT fontsize_v = pText->m_TextState.GetFontSizeV(); in ProcessObject()