Home
last modified time | relevance | path

Searched refs:color_profile (Results 1 – 25 of 32) sorted by relevance

12

/external/chromium_org/ui/gfx/
Dcolor_profile_win_unittest.cc12 std::vector<char> color_profile; in TestColorProfileUsingScreenBounds() local
13 return gfx::GetDisplayColorProfile(bounds, &color_profile); in TestColorProfileUsingScreenBounds()
Dcolor_profile_mac.mm5 #include "ui/gfx/color_profile.h"
Dgfx.gyp147 'color_profile.cc',
148 'color_profile.h',
DBUILD.gn71 "color_profile.cc",
72 "color_profile.h",
Dgfx.target.darwin-mips.mk49 ui/gfx/color_profile.cc \
Dgfx.target.linux-x86_64.mk49 ui/gfx/color_profile.cc \
Dgfx.target.linux-mips.mk49 ui/gfx/color_profile.cc \
Dgfx.target.darwin-arm64.mk49 ui/gfx/color_profile.cc \
Dgfx.target.darwin-mips64.mk49 ui/gfx/color_profile.cc \
Dgfx.target.darwin-x86.mk49 ui/gfx/color_profile.cc \
Dgfx.target.linux-x86.mk49 ui/gfx/color_profile.cc \
Dgfx.target.linux-arm64.mk49 ui/gfx/color_profile.cc \
Dgfx.target.darwin-x86_64.mk49 ui/gfx/color_profile.cc \
/external/chromium_org/content/test/
Dlayouttest_support.cc175 std::vector<char> color_profile; in SetDeviceColorProfile() local
294 color_profile.assign(name.data(), name.data() + name.size()); in SetDeviceColorProfile()
297 color_profile.assign(test.data(), test.data() + test.size()); in SetDeviceColorProfile()
300 color_profile.assign(test.data(), test.data() + test.size()); in SetDeviceColorProfile()
304 SetDeviceColorProfileForTesting(color_profile); in SetDeviceColorProfile()
/external/chromium_org/ppapi/thunk/
Dppb_display_color_profile_private_thunk.cc36 struct PP_ArrayOutput color_profile, in GetColorProfile() argument
44 return enter.SetResult(enter.object()->GetColorProfile(color_profile, in GetColorProfile()
/external/chromium_org/chrome/browser/chromeos/display/
Ddisplay_preferences.cc178 ui::ColorCalibrationProfile color_profile = ui::COLOR_PROFILE_STANDARD; in LoadDisplayProperties() local
181 color_profile = StringToColorProfile(color_profile_name); in LoadDisplayProperties()
188 color_profile); in LoadDisplayProperties()
270 if (info.color_profile() != ui::COLOR_PROFILE_STANDARD) { in StoreCurrentDisplayProperties()
272 "color_profile_name", ColorProfileToString(info.color_profile())); in StoreCurrentDisplayProperties()
Ddisplay_preferences_unittest.cc286 std::string color_profile; in TEST_F() local
287 EXPECT_TRUE(property->GetString("color_profile_name", &color_profile)); in TEST_F()
288 EXPECT_EQ("dynamic", color_profile); in TEST_F()
303 EXPECT_FALSE(property->GetString("color_profile_name", &color_profile)); in TEST_F()
534 display_manager->GetDisplayInfo(id1).color_profile()); in TEST_F()
547 display_manager->GetDisplayInfo(id1).color_profile()); in TEST_F()
/external/chromium_org/ppapi/c/private/
Dppb_display_color_profile_private.h92 struct PP_ArrayOutput color_profile,
/external/chromium_org/chrome/browser/ui/webui/options/chromeos/
Ddisplay_options_handler.cc300 js_display->SetInteger("colorProfile", display_info.color_profile()); in SendDisplayInfo()
305 ui::ColorCalibrationProfile color_profile = in SendDisplayInfo() local
307 color_profile_dict->SetInteger("profileId", color_profile); in SendDisplayInfo()
308 color_profile_dict->SetString("name", GetColorProfileName(color_profile)); in SendDisplayInfo()
/external/chromium_org/ppapi/api/private/
Dppb_display_color_profile_private.idl63 * @param[in] color_profile A <code>PP_OutputArray</code> which on success
74 [in] PP_ArrayOutput color_profile,
/external/chromium_org/ash/display/
Ddisplay_manager.cc547 ui::ColorCalibrationProfile color_profile) { in RegisterDisplayProperty() argument
552 display_info_[display_id].SetColorProfile(color_profile); in RegisterDisplayProperty()
1156 ui::ColorCalibrationProfile color_profile = display_info.color_profile(); in OnDisplayInfoUpdated() local
1157 if (color_profile != ui::COLOR_PROFILE_STANDARD) { in OnDisplayInfoUpdated()
1159 display_info.id(), color_profile); in OnDisplayInfoUpdated()
Ddisplay_info.h185 ui::ColorCalibrationProfile color_profile() const { in color_profile() function
Ddisplay_manager.h186 ui::ColorCalibrationProfile color_profile);
Ddisplay_info.cc271 color_profile_ = native_info.color_profile(); in Copy()
/external/chromium_org/content/renderer/
Drender_view_impl.h336 void SetDeviceColorProfileForTesting(const std::vector<char>& color_profile);
530 const std::vector<char>& color_profile) OVERRIDE;

12