Searched defs:color_profile (Results 1 - 11 of 11) sorted by relevance

/external/chromium_org/ui/gfx/
H A Dcolor_profile_win_unittest.cc5 #include "ui/gfx/color_profile.h"
12 std::vector<char> color_profile; local
13 return gfx::GetDisplayColorProfile(bounds, &color_profile);
/external/chromium_org/ppapi/thunk/
H A Dppb_display_color_profile_private_thunk.cc36 struct PP_ArrayOutput color_profile,
44 return enter.SetResult(enter.object()->GetColorProfile(color_profile,
35 GetColorProfile(PP_Resource display_color_profile_res, struct PP_ArrayOutput color_profile, struct PP_CompletionCallback callback) argument
/external/chromium_org/ash/display/
H A Ddisplay_info.h185 ui::ColorCalibrationProfile color_profile() const { function in class:ash::DisplayInfo
H A Ddisplay_manager.cc547 ui::ColorCalibrationProfile color_profile) {
552 display_info_[display_id].SetColorProfile(color_profile);
1156 ui::ColorCalibrationProfile color_profile = display_info.color_profile(); local
1157 if (color_profile != ui::COLOR_PROFILE_STANDARD) {
1159 display_info.id(), color_profile);
540 RegisterDisplayProperty( int64 display_id, gfx::Display::Rotation rotation, float ui_scale, const gfx::Insets* overscan_insets, const gfx::Size& resolution_in_pixels, float device_scale_factor, ui::ColorCalibrationProfile color_profile) argument
/external/chromium_org/chrome/browser/ui/webui/options/chromeos/
H A Ddisplay_options_handler.cc300 js_display->SetInteger("colorProfile", display_info.color_profile());
305 ui::ColorCalibrationProfile color_profile = local
307 color_profile_dict->SetInteger("profileId", color_profile);
308 color_profile_dict->SetString("name", GetColorProfileName(color_profile));
/external/chromium_org/chrome/browser/chromeos/display/
H A Ddisplay_preferences.cc178 ui::ColorCalibrationProfile color_profile = ui::COLOR_PROFILE_STANDARD; local
181 color_profile = StringToColorProfile(color_profile_name);
188 color_profile);
270 if (info.color_profile() != ui::COLOR_PROFILE_STANDARD) {
272 "color_profile_name", ColorProfileToString(info.color_profile()));
H A Ddisplay_preferences_unittest.cc286 std::string color_profile; local
287 EXPECT_TRUE(property->GetString("color_profile_name", &color_profile));
288 EXPECT_EQ("dynamic", color_profile);
301 // |id2| doesn't have the color_profile because it doesn't have 'dynamic' in
303 EXPECT_FALSE(property->GetString("color_profile_name", &color_profile));
534 display_manager->GetDisplayInfo(id1).color_profile());
547 display_manager->GetDisplayInfo(id1).color_profile());
/external/chromium_org/content/test/
H A Dlayouttest_support.cc175 std::vector<char> color_profile; local
294 color_profile.assign(name.data(), name.data() + name.size());
297 color_profile.assign(test.data(), test.data() + test.size());
300 color_profile.assign(test.data(), test.data() + test.size());
304 SetDeviceColorProfileForTesting(color_profile);
/external/chromium_org/content/renderer/
H A Drender_widget.cc1654 const std::vector<char>& color_profile) {
1655 if (device_color_profile_ == color_profile)
1658 device_color_profile_ = color_profile;
1653 SetDeviceColorProfile( const std::vector<char>& color_profile) argument
H A Drender_view_impl.cc4152 const std::vector<char>& color_profile) {
4153 SetDeviceColorProfile(color_profile);
4151 SetDeviceColorProfileForTesting( const std::vector<char>& color_profile) argument
/external/chromium_org/ppapi/native_client/src/untrusted/pnacl_irt_shim/
H A Dpnacl_shim.c2826 static int32_t Pnacl_M33_PPB_DisplayColorProfile_Private_GetColorProfile(PP_Resource display_color_profile_res, struct PP_ArrayOutput* color_profile, struct PP_CompletionCallback* callback) { argument
2828 return iface->GetColorProfile(display_color_profile_res, *color_profile, *callback);
5286 .GetColorProfile = (int32_t (*)(PP_Resource display_color_profile_res, struct PP_ArrayOutput color_profile, struct PP_CompletionCallback callback))&Pnacl_M33_PPB_DisplayColorProfile_Private_GetColorProfile,

Completed in 1552 milliseconds