Searched refs:ParseCSSNumber (Results 1 – 1 of 1) sorted by relevance
/aosp_15_r20/external/pdfium/core/fxcrt/css/ |
H A D | cfx_cssdeclaration.cpp | 33 bool ParseCSSNumber(const wchar_t* pszValue, in ParseCSSNumber() function 124 if (!ParseCSSNumber(pszValue, nValueLen, &fValue, &eNumType)) in ParseCSSColor() 296 if (!ParseCSSNumber(pszValue, nValueLen, &fValue, &eUnit)) in ParseNumber() 347 if (ParseCSSNumber(pszValue, nValueLen, &fValue, &eNumType)) in ParseValueListProperty() 469 if (ParseCSSNumber(pszValue, nValueLen, &fValue, &eNumType)) in ParseBorderProperty() 581 if (!ParseCSSNumber(pszValue, nValueLen, &fValue, &eNumType)) in ParseFontProperty()
|