Searched refs:pszValue (Results 1 – 6 of 6) sorted by relevance
/external/pdfium/core/fxcrt/css/ |
D | cfx_cssdeclaration.cpp | 178 bool ParseCSSNumber(const wchar_t* pszValue, in ParseCSSNumber() argument 182 ASSERT(pszValue && iValueLen > 0); in ParseCSSNumber() 184 fValue = FXSYS_wcstof(pszValue, iValueLen, &iUsedLen); in ParseCSSNumber() 189 pszValue += iUsedLen; in ParseCSSNumber() 191 if (iValueLen >= 1 && *pszValue == '%') { in ParseCSSNumber() 195 GetCSSLengthUnitByName(WideStringView(pszValue, 2)); in ParseCSSNumber() 205 bool CFX_CSSDeclaration::ParseCSSString(const wchar_t* pszValue, in ParseCSSString() argument 209 ASSERT(pszValue && iValueLen > 0); in ParseCSSString() 213 wchar_t first = pszValue[0], last = pszValue[iValueLen - 1]; in ParseCSSString() 223 bool CFX_CSSDeclaration::ParseCSSColor(const wchar_t* pszValue, in ParseCSSColor() argument [all …]
|
D | cfx_cssdeclaration.h | 26 static bool ParseCSSString(const wchar_t* pszValue, 30 static bool ParseCSSColor(const wchar_t* pszValue, 56 FX_ARGB ParseColorForTest(const wchar_t* pszValue, 61 void ParseFontProperty(const wchar_t* pszValue, 64 bool ParseBorderProperty(const wchar_t* pszValue, 68 const wchar_t* pszValue, 77 RetainPtr<CFX_CSSValue> ParseNumber(const wchar_t* pszValue, 79 RetainPtr<CFX_CSSValue> ParseEnum(const wchar_t* pszValue, int32_t iValueLen); 80 RetainPtr<CFX_CSSValue> ParseColor(const wchar_t* pszValue, 82 RetainPtr<CFX_CSSValue> ParseString(const wchar_t* pszValue,
|
/external/swiftshader/third_party/PowerVR_SDK/Tools/ |
D | PVRTPFXParser.cpp | 458 pszValue(NULL) in SPVRTPFXParserSemantic() 465 FREE(pszValue); in ~SPVRTPFXParserSemantic() 484 PVRTPFXCreateStringCopy(&pszValue, rhs.pszValue); in Copy() 2273 semantic.pszValue = 0; in ParseSemantic() 2337 semantic.pszValue = (char*)malloc((strlen(str)+1) * sizeof(char)); in ParseSemantic() 2338 strcpy(semantic.pszValue, str); in ParseSemantic() 2370 FREE(semantic.pszValue); in ParseSemantic() 2385 FREE(semantic.pszValue); in ParseSemantic() 2603 if(strcmp(Sem.pszValue, "TEXTURE") == 0 && Sem.nIdx == uiTexUnit) in ParseEffect()
|
D | PVRTPFXParser.h | 198 char *pszValue; /*!< For example: LIGHTPOSITION */ member
|
/external/webrtc/webrtc/base/ |
D | proxydetect.cc | 888 if (!ProxyListMatch(purl, nonnull(options[2].Value.pszValue), _T(';'))) { 889 ParseProxy(nonnull(options[1].Value.pszValue), proxy); 897 if (options[1].Value.pszValue) { 898 GlobalFree(options[1].Value.pszValue); 900 if (options[2].Value.pszValue) { 901 GlobalFree(options[2].Value.pszValue);
|
/external/swiftshader/third_party/PowerVR_SDK/Tools/OGLES2/ |
D | PVRTPFXParserAPI.cpp | 512 if(strcmp(aParams[j].pszValue, aUniformSemantics[i].p) != 0) in GetSemantics() 549 *errorMsg += CPVRTString(aParams[j].pszValue) + "\n"; in GetSemantics() 559 *errorMsg += CPVRTString(aParams[j].pszValue) + "\n"; in GetSemantics()
|