/third_party/skia/gm/ |
D | dstreadshuffle.cpp | 113 static SkColor GetColor(SkRandom* random) { in GetColor() function in skiagm::DstReadShuffle 135 hairPaint.setColor(GetColor(&colorRandom)); in DrawHairlines() 150 p.setColor(GetColor(&colorRandom)); in onDraw()
|
/third_party/flutter/skia/gm/ |
D | dstreadshuffle.cpp | 109 static SkColor GetColor(SkRandom* random) { in GetColor() function in skiagm::DstReadShuffle 131 hairPaint.setColor(GetColor(&colorRandom)); in DrawHairlines() 146 p.setColor(GetColor(&colorRandom)); in onDraw()
|
/third_party/cef/libcef/browser/ |
D | context.cc | 77 bool GetColor(const cef_color_t cef_in, bool is_windowless, SkColor* sk_out) { in GetColor() function 408 !GetColor(browser_settings->background_color, is_windowless, &sk_color)) { in GetBackgroundColor() 409 GetColor(settings_.background_color, is_windowless, &sk_color); in GetBackgroundColor()
|
D | simple_menu_model_impl.h | 131 bool GetColor(int command_id,
|
D | menu_model_impl.h | 150 bool GetColor(int command_id,
|
D | simple_menu_model_impl.cc | 474 bool CefSimpleMenuModelImpl::GetColor(int command_id, in GetColor() function in CefSimpleMenuModelImpl
|
D | menu_model_impl.cc | 711 bool CefMenuModelImpl::GetColor(int command_id, in GetColor() function in CefMenuModelImpl
|
/third_party/flutter/skia/tests/ |
D | BitmapGetColorTest.cpp | 15 DEF_TEST(GetColor, reporter) { in DEF_TEST() argument
|
/third_party/skia/tests/ |
D | BitmapGetColorTest.cpp | 15 DEF_TEST(GetColor, reporter) { in DEF_TEST() argument
|
/third_party/cef/tests/ceftests/views/ |
D | button_unittest.cc | 346 EXPECT_TRUE(model->GetColor(kMenuItemID, color_type, color_out)); in OnMenuButtonPressed() 382 EXPECT_TRUE(model->GetColor(kMenuItemID, color_type, color_out)); in OnMenuButtonPressed() 388 EXPECT_TRUE(model->GetColor(kMenuItemID, color_type, color_out)); in OnMenuButtonPressed() 396 EXPECT_FALSE(model->GetColor(4, color_type, color_out)); in OnMenuButtonPressed()
|
/third_party/cef/libcef_dll/ctocpp/ |
D | menu_model_ctocpp.h | 119 bool GetColor(int command_id,
|
D | menu_model_ctocpp.cc | 1036 bool CefMenuModelCToCpp::GetColor(int command_id, in GetColor() function in CefMenuModelCToCpp
|
/third_party/cef/include/ |
D | cef_menu_model.h | 442 virtual bool GetColor(int command_id,
|
/third_party/cef/libcef_dll/cpptoc/ |
D | menu_model_cpptoc.cc | 1140 CefMenuModelCppToC::Get(self)->GetColor(command_id, color_type, colorVal); in menu_model_get_color()
|
/third_party/openSLES/api/1.0.1/ |
D | OpenSLES.h | 648 SLresult (*GetColor) ( member
|
/third_party/openSLES/api/1.0/ |
D | OpenSLES.h | 645 SLresult (*GetColor) ( member
|
/third_party/openSLES/api/1.1/ |
D | OpenSLES.h | 693 SLresult (*GetColor) ( member
|
/third_party/chromium/patch/ |
D | 0003-3.2-Beta3-1115.patch | 15915 !GetColor(browser_settings->background_color, is_windowless, &sk_color)) { 15916 GetColor(settings_.background_color, is_windowless, &sk_color); 41978 theme->text_color = theme_provider.GetColor(ThemeProperties::COLOR_NTP_TEXT); 42173 MOCK_CONST_METHOD1(GetColor, SkColor(int));
|