Home
last modified time | relevance | path

Searched refs:wsColor (Results 1 – 2 of 2) sorted by relevance

/external/pdfium/xfa/src/fxfa/src/parser/
Dxfa_objectacc_imp.cpp90 CFX_WideString wsColor; in SetColor() local
93 wsColor.Format(L"%d,%d,%d", r, g, b); in SetColor()
94 pNode->SetCData(XFA_ATTRIBUTE_Value, wsColor); in SetColor()
98 CFX_WideStringC wsColor; in GetColor() local
99 if (pNode->TryCData(XFA_ATTRIBUTE_Value, wsColor, FALSE)) { in GetColor()
100 return XFA_WStringToColor(wsColor); in GetColor()
122 CFX_WideStringC wsColor; in GetPattern() local
123 pColor->TryCData(XFA_ATTRIBUTE_Value, wsColor, FALSE); in GetPattern()
124 foreColor = XFA_WStringToColor(wsColor); in GetPattern()
135 CFX_WideStringC wsColor; in GetStipple() local
[all …]
Dxfa_object_imp.cpp1909 CFX_WideString wsColor; in Script_Som_FillColor() local
1913 wsColor = CFX_WideString::FromUTF8(bsValue, bsValue.GetLength()); in Script_Som_FillColor()
1915 XFA_STRING_TO_RGB(wsColor, r, g, b); in Script_Som_FillColor()
1922 wsColor.Format(L"%d,%d,%d", r, g, b); in Script_Som_FillColor()
1923 FXJSE_Value_SetUTF8String(hValue, FX_UTF8Encode(wsColor)); in Script_Som_FillColor()
2067 CFX_WideString wsColor; in Script_Som_FontColor() local
2071 wsColor = CFX_WideString::FromUTF8(bsValue, bsValue.GetLength()); in Script_Som_FontColor()
2073 XFA_STRING_TO_RGB(wsColor, r, g, b); in Script_Som_FontColor()
2080 wsColor.Format(L"%d,%d,%d", r, g, b); in Script_Som_FontColor()
2081 FXJSE_Value_SetUTF8String(hValue, FX_UTF8Encode(wsColor)); in Script_Som_FontColor()