/external/ImageMagick/MagickCore/ |
D | profile.h | 37 } RenderingIntent; typedef
|
D | image.h | 191 RenderingIntent
|
D | property.c | 4488 image->rendering_intent=(RenderingIntent) rendering_intent; in SetImageProperty() 4612 image->rendering_intent=(RenderingIntent) rendering_intent; in SetImageProperty()
|
D | image.c | 4107 image->rendering_intent=(RenderingIntent) ParseCommandOption( in SyncImageSettings()
|
/external/ImageMagick/scripts/ |
D | format_c_api_docs | 169 RenderingIntent => 'types.html#RenderingIntent',
|
/external/ImageMagick/MagickWand/ |
D | magick-image.h | 301 MagickSetImageRenderingIntent(MagickWand *,const RenderingIntent), 391 extern WandExport RenderingIntent
|
D | magick-image.c | 5807 WandExport RenderingIntent MagickGetImageRenderingIntent(MagickWand *wand) in MagickGetImageRenderingIntent() 5819 return((RenderingIntent) wand->images->rendering_intent); in MagickGetImageRenderingIntent() 11199 const RenderingIntent rendering_intent) in MagickSetImageRenderingIntent()
|
/external/pdfium/third_party/lcms/src/ |
D | cmsio0.c | 727 Icc -> RenderingIntent = _cmsAdjustEndianess32(Header.renderingIntent); in _cmsReadHeader() 829 Header.renderingIntent = _cmsAdjustEndianess32(Icc -> RenderingIntent); in _cmsWriteHeader() 879 return Icc -> RenderingIntent; in cmsGetHeaderRenderingIntent() 882 void CMSEXPORT cmsSetHeaderRenderingIntent(cmsHPROFILE hProfile, cmsUInt32Number RenderingIntent) in cmsSetHeaderRenderingIntent() argument 885 Icc -> RenderingIntent = RenderingIntent; in cmsSetHeaderRenderingIntent()
|
D | lcms2_internal.h | 782 cmsUInt32Number RenderingIntent; member 1059 cmsUInt32Number RenderingIntent; member
|
D | cmsvirt.c | 1141 _cmsOptimizePipeline(ContextID, &LUT, xform ->RenderingIntent, &FrmIn, &FrmOut, &dwFlags); in cmsTransform2DeviceLink() 1153 _cmsOptimizePipeline(ContextID, &LUT, xform ->RenderingIntent, &FrmIn, &FrmOut, &dwFlags); in cmsTransform2DeviceLink() 1207 cmsSetHeaderRenderingIntent(hProfile, xform ->RenderingIntent); in cmsTransform2DeviceLink()
|
D | cmsps2.c | 403 void EmitIntent(cmsIOHANDLER* m, cmsUInt32Number RenderingIntent) in EmitIntent() argument 407 switch (RenderingIntent) { in EmitIntent()
|
D | cmsmd5.c | 279 Icc ->RenderingIntent = 0; in cmsMD5computeID()
|
D | cmsxform.c | 1083 xform ->RenderingIntent = Intents[nProfiles-1]; in cmsCreateExtendedTransform()
|
/external/ImageMagick/Magick++/lib/Magick++/ |
D | Image.h | 390 void renderingIntent(const RenderingIntent renderingIntent_); 391 RenderingIntent renderingIntent(void) const;
|
D | STL.h | 1698 renderingIntentImage( const RenderingIntent renderingIntent_ ); 1703 RenderingIntent _renderingIntent;
|
D | Include.h | 1061 using MagickCore::RenderingIntent;
|
/external/ImageMagick/coders/ |
D | mpc.c | 682 image->rendering_intent=(RenderingIntent) rendering_intent; in ReadMPCImage()
|
D | png.c | 733 RenderingIntent 1044 Magick_RenderingIntent_to_PNG_RenderingIntent(const RenderingIntent intent) in Magick_RenderingIntent_to_PNG_RenderingIntent() 1065 static RenderingIntent 3224 RenderingIntent in ReadOnePNGImage() 3254 RenderingIntent in ReadOnePNGImage()
|
D | miff.c | 986 image->rendering_intent=(RenderingIntent) rendering_intent; in ReadMIFFImage()
|
/external/ImageMagick/Magick++/lib/ |
D | STL.cpp | 1520 Magick::renderingIntentImage::renderingIntentImage( const Magick::RenderingIntent renderingIntent_ ) in renderingIntentImage()
|
D | Image.cpp | 1326 const Magick::RenderingIntent renderingIntent_) in renderingIntent() 1332 Magick::RenderingIntent Magick::Image::renderingIntent(void) const in renderingIntent() 1334 return(static_cast<Magick::RenderingIntent>(constImage()->rendering_intent)); in renderingIntent()
|
/external/pdfium/third_party/lcms/include/ |
D | lcms2.h | 1464 … CMSEXPORT cmsSetHeaderRenderingIntent(cmsHPROFILE hProfile, cmsUInt32Number RenderingIntent);
|
/external/ImageMagick/PerlMagick/ |
D | Magick.xs | 2006 image->rendering_intent=(RenderingIntent) sp; in SetAttribute() 9769 image->rendering_intent=(RenderingIntent) in Mogrify()
|
/external/ImageMagick/PerlMagick/quantum/ |
D | quantum.xs.in | 2003 image->rendering_intent=(RenderingIntent) sp; 9778 image->rendering_intent=(RenderingIntent)
|