Home
last modified time | relevance | path

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

/external/pdfium/core/fxcrt/css/
Dcfx_cssdeclaration.cpp511 RetainPtr<CFX_CSSValue> pFontSize; in ParseFontProperty() local
532 if (!pFontSize) in ParseFontProperty()
533 pFontSize = pdfium::MakeRetain<CFX_CSSEnumValue>(pValue->eName); in ParseFontProperty()
557 else if (!pFontSize) in ParseFontProperty()
558 pFontSize = pdfium::MakeRetain<CFX_CSSEnumValue>(pValue->eName); in ParseFontProperty()
567 if (pFontSize) { in ParseFontProperty()
596 if (!pFontSize) in ParseFontProperty()
597 pFontSize = pdfium::MakeRetain<CFX_CSSNumberValue>(eNumType, fValue); in ParseFontProperty()
619 if (!pFontSize) { in ParseFontProperty()
620 pFontSize = in ParseFontProperty()
[all …]