OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:GetColorProfile
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/ppapi/c/private/
ppb_display_color_profile_private.h
45
* display_cp_interface->
GetColorProfile
(display_cp,
72
*
GetColorProfile
() enqueues a request for the current display color profile.
91
int32_t (*
GetColorProfile
)(PP_Resource display_color_profile_res,
/external/chromium_org/ppapi/thunk/
ppb_display_color_profile_private_thunk.cc
35
int32_t
GetColorProfile
(PP_Resource display_color_profile_res,
38
VLOG(4) << "PPB_DisplayColorProfile_Private::
GetColorProfile
()";
44
return enter.SetResult(enter.object()->
GetColorProfile
(color_profile,
66
&
GetColorProfile
,
Completed in 33 milliseconds