Home
last modified time | relevance | path

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

/external/pdfium/xfa/fde/css/
Dcfde_cssdeclaration.cpp26 bool ParseCSSNumber(const FX_WCHAR* pszValue, in ParseCSSNumber() argument
30 ASSERT(pszValue && iValueLen > 0); in ParseCSSNumber()
32 fValue = FXSYS_wcstof(pszValue, iValueLen, &iUsedLen); in ParseCSSNumber()
37 pszValue += iUsedLen; in ParseCSSNumber()
39 if (iValueLen >= 1 && *pszValue == '%') { in ParseCSSNumber()
43 FDE_GetCSSLengthUnitByName(CFX_WideStringC(pszValue, 2)); in ParseCSSNumber()
53 bool CFDE_CSSDeclaration::ParseCSSString(const FX_WCHAR* pszValue, in ParseCSSString() argument
57 ASSERT(pszValue && iValueLen > 0); in ParseCSSString()
61 FX_WCHAR first = pszValue[0], last = pszValue[iValueLen - 1]; in ParseCSSString()
71 bool CFDE_CSSDeclaration::ParseCSSColor(const FX_WCHAR* pszValue, in ParseCSSColor() argument
[all …]
Dcfde_cssdeclaration.h26 static bool ParseCSSString(const FX_WCHAR* pszValue,
30 static bool ParseCSSColor(const FX_WCHAR* pszValue,
56 FX_ARGB ParseColorForTest(const FX_WCHAR* pszValue,
61 void ParseFontProperty(const FX_WCHAR* pszValue,
64 bool ParseBorderProperty(const FX_WCHAR* pszValue,
68 const FX_WCHAR* pszValue,
77 CFX_RetainPtr<CFDE_CSSValue> ParseNumber(const FX_WCHAR* pszValue,
79 CFX_RetainPtr<CFDE_CSSValue> ParseEnum(const FX_WCHAR* pszValue,
81 CFX_RetainPtr<CFDE_CSSValue> ParseColor(const FX_WCHAR* pszValue,
83 CFX_RetainPtr<CFDE_CSSValue> ParseString(const FX_WCHAR* 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()