Home
last modified time | relevance | path

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

/external/pdfium/core/fxcrt/css/
Dcfx_cssdeclaration.cpp120 CFX_CSSNumberType eNumType; in ParseCSSColor() local
121 if (!ParseCSSNumber(pszValue, iValueLen, &fValue, &eNumType)) in ParseCSSColor()
124 rgb[i] = eNumType == CFX_CSSNumberType::Percent in ParseCSSColor()
342 CFX_CSSNumberType eNumType; in ParseValueListProperty() local
343 if (ParseCSSNumber(pszValue, iValueLen, &fValue, &eNumType)) in ParseValueListProperty()
345 pdfium::MakeRetain<CFX_CSSNumberValue>(eNumType, fValue)); in ParseValueListProperty()
464 CFX_CSSNumberType eNumType; in ParseBorderProperty() local
465 if (ParseCSSNumber(pszValue, iValueLen, &fValue, &eNumType)) in ParseBorderProperty()
466 pWidth = pdfium::MakeRetain<CFX_CSSNumberValue>(eNumType, fValue); in ParseBorderProperty()
576 CFX_CSSNumberType eNumType; in ParseFontProperty() local
[all …]