Home
last modified time | relevance | path

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

/third_party/cef/tests/cefclient/browser/
Dviews_style.cc32 CefColorSetARGB(255, GetShade(CefColorGetR(g_background_color)), in MaybeInitialize()
37 g_text_color = CefColorSetARGB(255, 255 - CefColorGetR(g_background_color), in MaybeInitialize()
Dosr_renderer.cc67 glClearColor(float(CefColorGetR(settings_.background_color)) / 255.0f, in Initialize()
Droot_window_gtk.cc325 rgba.red = CefColorGetR(background_color) * 65535 / 255; in CreateRootWindow()
Dosr_window_win.cc284 RGB(CefColorGetR(background_color), CefColorGetG(background_color), in Create()
Droot_window_win.cc330 RGB(CefColorGetR(background_color), CefColorGetG(background_color), in CreateRootWindow()
Droot_window_mac.mm419 colorWithCalibratedRed:float(CefColorGetR(
Dbrowser_window_osr_mac.mm757 colorWithCalibratedRed:float(CefColorGetR(background_color)) / 255.0f
/third_party/cef/libcef/browser/
Dcontext.cc89 *sk_out = SkColorSetRGB(CefColorGetR(cef_in), CefColorGetG(cef_in), in GetColor()
/third_party/cef/include/internal/
Dcef_types.h56 #define CefColorGetR(color) (((color) >> 16) & 0xFF) macro