Home
last modified time | relevance | path

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

/external/pdfium/xfa/src/fdp/src/css/
Dfde_cssdeclaration.cpp979 IFDE_CSSPrimitiveValue *pStyle = NULL, *pVariant = NULL, *pWeight = NULL; in ParseFontProperty() local
1017 if (pVariant == NULL) { in ParseFontProperty()
1018 pVariant = NewEnumValue(pStaticStore, pValue->eName); in ParseFontProperty()
1024 } else if (pVariant == NULL) { in ParseFontProperty()
1025 pVariant = NewEnumValue(pStaticStore, pValue->eName); in ParseFontProperty()
1080 if (pVariant == NULL) { in ParseFontProperty()
1081 pVariant = NewEnumValue(pStaticStore, FDE_CSSPROPERTYVALUE_Normal); in ParseFontProperty()
1094 AddPropertyHolder(pStaticStore, FDE_CSSPROPERTY_FontVariant, pVariant, in ParseFontProperty()