Searched defs:strColor (Results 1 - 1 of 1) sorted by relevance
/external/pdfium/xfa/fxfa/parser/ | ||
H A D | cxfa_node.cpp | 2104 CFX_WideString strColor; local 2105 strColor.Format(L"%d,%d,%d", r, g, b); 2106 pValue->SetString(strColor.UTF8Encode().AsStringC()); |
Completed in 47 milliseconds