Home
last modified time | relevance | path

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

/external/pdfium/xfa/src/fxfa/src/parser/
Dxfa_object_imp.cpp1849 CFX_WideString strColor; in Script_Som_BorderColor() local
1853 strColor = CFX_WideString::FromUTF8(bsValue, bsValue.GetLength()); in Script_Som_BorderColor()
1855 XFA_STRING_TO_RGB(strColor, r, g, b); in Script_Som_BorderColor()
1866 strColor.Format(L"%d,%d,%d", r, g, b); in Script_Som_BorderColor()
1867 FXJSE_Value_SetUTF8String(hValue, FX_UTF8Encode(strColor)); in Script_Som_BorderColor()