Searched refs:eNumType (Results 1 – 1 of 1) sorted by relevance
/external/pdfium/core/fxcrt/css/ |
D | cfx_cssdeclaration.cpp | 263 CFX_CSSNumberType eNumType; in ParseCSSColor() local 264 if (!ParseCSSNumber(pszValue, iValueLen, fValue, eNumType)) in ParseCSSColor() 267 rgb[i] = eNumType == CFX_CSSNumberType::Percent in ParseCSSColor() 485 CFX_CSSNumberType eNumType; in ParseValueListProperty() local 486 if (ParseCSSNumber(pszValue, iValueLen, fValue, eNumType)) in ParseValueListProperty() 488 pdfium::MakeRetain<CFX_CSSNumberValue>(eNumType, fValue)); in ParseValueListProperty() 606 CFX_CSSNumberType eNumType; in ParseBorderProperty() local 607 if (ParseCSSNumber(pszValue, iValueLen, fValue, eNumType)) in ParseBorderProperty() 608 pWidth = pdfium::MakeRetain<CFX_CSSNumberValue>(eNumType, fValue); in ParseBorderProperty() 716 CFX_CSSNumberType eNumType; in ParseFontProperty() local [all …]
|