Home
last modified time | relevance | path

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

/external/pdfium/fxjs/xfa/
Dcjx_object.cpp78 std::tuple<int32_t, int32_t, int32_t> StrToRGB(const WideString& strRGB) { in StrToRGB() argument
84 for (size_t i = 0; i < strRGB.GetLength(); ++i) { in StrToRGB()
85 wchar_t ch = strRGB[i]; in StrToRGB()