Home
last modified time | relevance | path

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

/external/pdfium/xfa/fde/css/
Dcfde_cssdeclaration.cpp507 CFX_RetainPtr<CFDE_CSSValue> pFontSize; in ParseFontProperty() local
527 if (!pFontSize) in ParseFontProperty()
528 pFontSize = in ParseFontProperty()
553 else if (!pFontSize) in ParseFontProperty()
554 pFontSize = in ParseFontProperty()
564 if (pFontSize) { in ParseFontProperty()
593 if (!pFontSize) in ParseFontProperty()
594 pFontSize = pdfium::MakeRetain<CFDE_CSSNumberValue>(eNumType, fValue); in ParseFontProperty()
617 if (!pFontSize) { in ParseFontProperty()
618 pFontSize = in ParseFontProperty()
[all …]