HomeSort by relevance Sort by last modified time
    Searched refs:RenderingIntent (Results 1 - 25 of 25) sorted by null

  /external/ImageMagick/MagickCore/
profile.h 37 } RenderingIntent;
image.h 194 RenderingIntent
property.c     [all...]
image.c     [all...]
  /external/ImageMagick/MagickWand/
magick-image.h 281 MagickSetImageRenderingIntent(MagickWand *,const RenderingIntent),
368 extern WandExport RenderingIntent
magick-image.c     [all...]
  /external/pdfium/third_party/lcms2-2.6/src/
cmsio0.c 668 Icc -> RenderingIntent = _cmsAdjustEndianess32(Header.renderingIntent);
770 Header.renderingIntent = _cmsAdjustEndianess32(Icc -> RenderingIntent);
819 return Icc -> RenderingIntent;
822 void CMSEXPORT cmsSetHeaderRenderingIntent(cmsHPROFILE hProfile, cmsUInt32Number RenderingIntent)
825 Icc -> RenderingIntent = RenderingIntent;
    [all...]
lcms2_internal.h 717 cmsUInt32Number RenderingIntent;
    [all...]
cmsvirt.c     [all...]
cmsps2.c 71 /RenderingIntent (intent)
95 /RenderingIntent (intent)
116 /RenderingIntent (intent)
142 /RenderingIntent (Perceptual)
403 void EmitIntent(cmsIOHANDLER* m, int RenderingIntent)
407 switch (RenderingIntent) {
417 _cmsIOPrintf(m, "/RenderingIntent (%s)\n", intent );
    [all...]
cmsmd5.c 278 Icc ->RenderingIntent = 0;
cmsxform.c 880 xform ->RenderingIntent = Intents[nProfiles-1];
    [all...]
  /external/ImageMagick/scripts/
format_c_api_docs 169 RenderingIntent => 'types.html#RenderingIntent',
  /external/ImageMagick/Magick++/lib/Magick++/
Image.h 390 void renderingIntent(const RenderingIntent renderingIntent_);
391 RenderingIntent renderingIntent(void) const;
    [all...]
STL.h     [all...]
Include.h     [all...]
  /external/ImageMagick/coders/
mpc.c 656 image->rendering_intent=(RenderingIntent) rendering_intent;
    [all...]
miff.c 962 image->rendering_intent=(RenderingIntent) rendering_intent;
    [all...]
png.c 726 RenderingIntent
979 Magick_RenderingIntent_to_PNG_RenderingIntent(const RenderingIntent intent)
1000 static RenderingIntent
    [all...]
  /external/ImageMagick/Magick++/lib/
STL.cpp     [all...]
Image.cpp 1320 void Magick::Image::renderingIntent(
1321 const Magick::RenderingIntent renderingIntent_)
1327 Magick::RenderingIntent Magick::Image::renderingIntent(void) const
1329 return(static_cast<Magick::RenderingIntent>(constImage()->rendering_intent));
    [all...]
  /external/pdfium/third_party/lcms2-2.6/include/
lcms2.h 614 cmsUInt32Number renderingIntent;// Rendering intent
    [all...]
  /external/ImageMagick/PerlMagick/
Magick.xs     [all...]
  /external/ImageMagick/PerlMagick/quantum/
quantum.xs.in     [all...]
  /external/ImageMagick/www/api/
magick-image.php     [all...]

Completed in 716 milliseconds