Home
last modified time | relevance | path

Searched refs:StrToRGB (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() function
1308 std::tie(r, g, b) = StrToRGB(pValue->ToWideString()); in Script_Som_FontColor()
1334 std::tie(r, g, b) = StrToRGB(pValue->ToWideString()); in Script_Som_FillColor()
1359 std::tie(r, g, b) = StrToRGB(pValue->ToWideString()); in Script_Som_BorderColor()