Home
last modified time | relevance | path

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

/third_party/cef/libcef/browser/
Dcontext.cc77 bool GetColor(const cef_color_t cef_in, bool is_windowless, SkColor* sk_out) { in GetColor() argument
79 if (!is_windowless && CefColorGetA(cef_in) != SK_AlphaOPAQUE) in GetColor()
83 if (is_windowless && CefColorGetA(cef_in) == SK_AlphaTRANSPARENT) { in GetColor()
89 *sk_out = SkColorSetRGB(CefColorGetR(cef_in), CefColorGetG(cef_in), in GetColor()
90 CefColorGetB(cef_in)); in GetColor()