Home
last modified time | relevance | path

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

/external/pdfium/xfa/fde/css/
Dcfde_cssdeclaration.cpp111 FDE_CSSNumberType eNumType; in ParseCSSColor() local
112 if (!ParseCSSNumber(pszValue, iValueLen, fValue, eNumType)) in ParseCSSColor()
115 rgb[i] = eNumType == FDE_CSSNumberType::Percent in ParseCSSColor()
338 FDE_CSSNumberType eNumType; in ParseValueListProperty() local
339 if (ParseCSSNumber(pszValue, iValueLen, fValue, eNumType)) in ParseValueListProperty()
341 pdfium::MakeRetain<CFDE_CSSNumberValue>(eNumType, fValue)); in ParseValueListProperty()
461 FDE_CSSNumberType eNumType; in ParseBorderProperty() local
462 if (ParseCSSNumber(pszValue, iValueLen, fValue, eNumType)) in ParseBorderProperty()
463 pWidth = pdfium::MakeRetain<CFDE_CSSNumberValue>(eNumType, fValue); in ParseBorderProperty()
573 FDE_CSSNumberType eNumType; in ParseFontProperty() local
[all …]