Home
last modified time | relevance | path

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

/external/pdfium/xfa/fde/css/
Dcfde_cssdeclaration.cpp508 CFX_RetainPtr<CFDE_CSSValue> pLineHeight; in ParseFontProperty() local
556 else if (!pLineHeight) in ParseFontProperty()
557 pLineHeight = in ParseFontProperty()
595 else if (!pLineHeight) in ParseFontProperty()
596 pLineHeight = in ParseFontProperty()
621 if (!pLineHeight) { in ParseFontProperty()
622 pLineHeight = in ParseFontProperty()
630 AddPropertyHolder(FDE_CSSProperty::LineHeight, pLineHeight, bImportant); in ParseFontProperty()