Home
last modified time | relevance | path

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

/external/pdfium/core/fxcrt/css/
Dcfx_cssdeclaration.cpp652 RetainPtr<CFX_CSSValue> pFontSize; in ParseFontProperty() local
672 if (!pFontSize) in ParseFontProperty()
673 pFontSize = pdfium::MakeRetain<CFX_CSSEnumValue>(pValue->eName); in ParseFontProperty()
697 else if (!pFontSize) in ParseFontProperty()
698 pFontSize = pdfium::MakeRetain<CFX_CSSEnumValue>(pValue->eName); in ParseFontProperty()
707 if (pFontSize) { in ParseFontProperty()
736 if (!pFontSize) in ParseFontProperty()
737 pFontSize = pdfium::MakeRetain<CFX_CSSNumberValue>(eNumType, fValue); in ParseFontProperty()
759 if (!pFontSize) { in ParseFontProperty()
760 pFontSize = in ParseFontProperty()
[all …]