HomeSort by relevance Sort by last modified time
    Searched defs:ColorProfile (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/ui/gfx/
color_profile.cc 22 ColorProfile::ColorProfile() {
27 ColorProfile::~ColorProfile() {
color_profile.h 18 class GFX_EXPORT ColorProfile {
22 ColorProfile();
23 ~ColorProfile();
30 DISALLOW_COPY_AND_ASSIGN(ColorProfile);
  /external/chromium_org/third_party/WebKit/Source/platform/image-decoders/
ImageDecoder.h 46 typedef Vector<char> ColorProfile;
201 ColorProfile profile = screenColorProfile();
219 static ColorProfile screenColorProfile()
225 ColorProfile colorProfile;
226 colorProfile.append(profile.data(), profile.size());
227 return colorProfile;

Completed in 141 milliseconds