Home
last modified time | relevance | path

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

/external/pdfium/core/fxcrt/css/
Dcfx_cssdeclaration.cpp653 RetainPtr<CFX_CSSValue> pLineHeight; in ParseFontProperty() local
699 else if (!pLineHeight) in ParseFontProperty()
700 pLineHeight = in ParseFontProperty()
738 else if (!pLineHeight) in ParseFontProperty()
739 pLineHeight = in ParseFontProperty()
763 if (!pLineHeight) { in ParseFontProperty()
764 pLineHeight = in ParseFontProperty()
772 AddPropertyHolder(CFX_CSSProperty::LineHeight, pLineHeight, bImportant); in ParseFontProperty()