Searched refs:pFontSize (Results 1 – 1 of 1) sorted by relevance
511 RetainPtr<CFX_CSSValue> pFontSize; in ParseFontProperty() local532 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 …]