Home
last modified time | relevance | path

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

/external/pdfium/core/fxcrt/css/
Dcfx_cssdeclaration.cpp512 RetainPtr<CFX_CSSValue> pLineHeight; in ParseFontProperty() local
559 else if (!pLineHeight) in ParseFontProperty()
560 pLineHeight = in ParseFontProperty()
598 else if (!pLineHeight) in ParseFontProperty()
599 pLineHeight = in ParseFontProperty()
623 if (!pLineHeight) { in ParseFontProperty()
624 pLineHeight = in ParseFontProperty()
632 AddPropertyHolder(CFX_CSSProperty::LineHeight, pLineHeight, bImportant); in ParseFontProperty()