Home
last modified time | relevance | path

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

/external/pdfium/fxjs/xfa/
Dcjx_object.cpp76 std::tuple<int32_t, int32_t, int32_t> StrToRGB(const WideString& strRGB) { in StrToRGB() function
1174 std::tie(r, g, b) = StrToRGB(pValue->ToWideString()); in ScriptSomFontColor()
1200 std::tie(r, g, b) = StrToRGB(pValue->ToWideString()); in ScriptSomFillColor()
1225 std::tie(r, g, b) = StrToRGB(pValue->ToWideString()); in ScriptSomBorderColor()