Home
last modified time | relevance | path

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

/external/pdfium/core/fxcrt/css/
Dcfx_cssdeclaration.cpp30 bool ParseCSSNumber(const wchar_t* pszValue, in ParseCSSNumber() argument
34 ASSERT(pszValue); in ParseCSSNumber()
38 *pValue = FXSYS_wcstof(pszValue, iValueLen, &iUsedLen); in ParseCSSNumber()
43 pszValue += iUsedLen; in ParseCSSNumber()
45 if (iValueLen >= 1 && *pszValue == '%') { in ParseCSSNumber()
49 CFX_CSSData::GetLengthUnitByName(WideStringView(pszValue, 2)); in ParseCSSNumber()
59 bool CFX_CSSDeclaration::ParseCSSString(const wchar_t* pszValue, in ParseCSSString() argument
63 ASSERT(pszValue); in ParseCSSString()
69 wchar_t first = pszValue[0], last = pszValue[iValueLen - 1]; in ParseCSSString()
79 bool CFX_CSSDeclaration::ParseCSSColor(const wchar_t* pszValue, in ParseCSSColor() argument
[all …]
Dcfx_cssdeclaration.h25 static bool ParseCSSString(const wchar_t* pszValue,
29 static bool ParseCSSColor(const wchar_t* pszValue,
54 FX_ARGB ParseColorForTest(const wchar_t* pszValue,
59 void ParseFontProperty(const wchar_t* pszValue,
62 bool ParseBorderProperty(const wchar_t* pszValue,
66 const wchar_t* pszValue,
75 RetainPtr<CFX_CSSValue> ParseNumber(const wchar_t* pszValue,
77 RetainPtr<CFX_CSSValue> ParseEnum(const wchar_t* pszValue, int32_t iValueLen);
78 RetainPtr<CFX_CSSValue> ParseColor(const wchar_t* pszValue,
80 RetainPtr<CFX_CSSValue> ParseString(const wchar_t* pszValue,
/external/swiftshader/third_party/PowerVR_SDK/Tools/
DPVRTPFXParser.cpp458 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()
DPVRTPFXParser.h198 char *pszValue; /*!< For example: LIGHTPOSITION */ member
/external/webrtc/webrtc/base/
Dproxydetect.cc888 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/
DPVRTPFXParserAPI.cpp512 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()