Home
last modified time | relevance | path

Searched defs:pszValue (Results 1 – 2 of 2) sorted by relevance

/external/pdfium/core/fxcrt/css/
Dcfx_cssdeclaration.cpp178 bool ParseCSSNumber(const wchar_t* pszValue, in ParseCSSNumber()
205 bool CFX_CSSDeclaration::ParseCSSString(const wchar_t* pszValue, in ParseCSSString()
223 bool CFX_CSSDeclaration::ParseCSSColor(const wchar_t* pszValue, in ParseCSSColor()
314 const wchar_t* pszValue = value.unterminated_c_str(); in AddProperty() local
431 RetainPtr<CFX_CSSValue> CFX_CSSDeclaration::ParseNumber(const wchar_t* pszValue, in ParseNumber()
440 RetainPtr<CFX_CSSValue> CFX_CSSDeclaration::ParseEnum(const wchar_t* pszValue, in ParseEnum()
447 RetainPtr<CFX_CSSValue> CFX_CSSDeclaration::ParseColor(const wchar_t* pszValue, in ParseColor()
455 RetainPtr<CFX_CSSValue> CFX_CSSDeclaration::ParseString(const wchar_t* pszValue, in ParseString()
470 const wchar_t* pszValue, in ParseValueListProperty()
592 const wchar_t* pszValue, in ParseBorderProperty()
[all …]
/external/swiftshader/third_party/PowerVR_SDK/Tools/
DPVRTPFXParser.h198 char *pszValue; /*!< For example: LIGHTPOSITION */ member