Home
last modified time | relevance | path

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

/external/pdfium/core/fxcrt/css/
Dcfx_cssstyleselector.cpp25 CFX_CSSStyleSelector::CFX_CSSStyleSelector() : m_fDefFontSize(12.0f) {} in CFX_CSSStyleSelector()
31 m_fDefFontSize = fFontSize; in SetDefFontSize()
516 return m_fDefFontSize / 1.2f / 1.2f / 1.2f; in ToFontSize()
518 return m_fDefFontSize / 1.2f / 1.2f; in ToFontSize()
520 return m_fDefFontSize / 1.2f; in ToFontSize()
522 return m_fDefFontSize; in ToFontSize()
524 return m_fDefFontSize * 1.2f; in ToFontSize()
526 return m_fDefFontSize * 1.2f * 1.2f; in ToFontSize()
528 return m_fDefFontSize * 1.2f * 1.2f * 1.2f; in ToFontSize()
Dcfx_cssstyleselector.h78 float m_fDefFontSize; variable