/external/ImageMagick/MagickCore/ |
D | profile.h | 37 } RenderingIntent; typedef
|
D | image.h | 194 RenderingIntent
|
D | property.c | 4186 image->rendering_intent=(RenderingIntent) rendering_intent; in SetImageProperty() 4306 image->rendering_intent=(RenderingIntent) rendering_intent; in SetImageProperty()
|
D | image.c | 3749 image->rendering_intent=(RenderingIntent) ParseCommandOption( in SyncImageSettings()
|
/external/ImageMagick/MagickWand/ |
D | magick-image.h | 281 MagickSetImageRenderingIntent(MagickWand *,const RenderingIntent), 368 extern WandExport RenderingIntent
|
D | magick-image.c | 5460 WandExport RenderingIntent MagickGetImageRenderingIntent(MagickWand *wand) in MagickGetImageRenderingIntent() 5472 return((RenderingIntent) wand->images->rendering_intent); in MagickGetImageRenderingIntent() 10382 const RenderingIntent rendering_intent) in MagickSetImageRenderingIntent()
|
/external/ImageMagick/scripts/ |
D | format_c_api_docs | 169 RenderingIntent => 'types.html#RenderingIntent',
|
/external/pdfium/third_party/lcms2-2.6/src/ |
D | cmsio0.c | 668 Icc -> RenderingIntent = _cmsAdjustEndianess32(Header.renderingIntent); in _cmsReadHeader() 769 Header.renderingIntent = _cmsAdjustEndianess32(Icc -> RenderingIntent); in _cmsWriteHeader() 818 return Icc -> RenderingIntent; in cmsGetHeaderRenderingIntent() 821 void CMSEXPORT cmsSetHeaderRenderingIntent(cmsHPROFILE hProfile, cmsUInt32Number RenderingIntent) in cmsSetHeaderRenderingIntent() argument 824 Icc -> RenderingIntent = RenderingIntent; in cmsSetHeaderRenderingIntent()
|
D | lcms2_internal.h | 717 cmsUInt32Number RenderingIntent; member 992 cmsUInt32Number RenderingIntent; member
|
D | cmsvirt.c | 1124 _cmsOptimizePipeline(ContextID, &LUT, xform ->RenderingIntent, &FrmIn, &FrmOut, &dwFlags); in cmsTransform2DeviceLink() 1133 _cmsOptimizePipeline(ContextID, &LUT, xform ->RenderingIntent, &FrmIn, &FrmOut, &dwFlags); in cmsTransform2DeviceLink() 1185 cmsSetHeaderRenderingIntent(hProfile, xform ->RenderingIntent); in cmsTransform2DeviceLink()
|
D | cmsps2.c | 403 void EmitIntent(cmsIOHANDLER* m, int RenderingIntent) in EmitIntent() argument 407 switch (RenderingIntent) { in EmitIntent()
|
D | cmsmd5.c | 278 Icc ->RenderingIntent = 0; in cmsMD5computeID()
|
D | cmsxform.c | 875 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 | 1694 renderingIntentImage( const RenderingIntent renderingIntent_ ); 1699 RenderingIntent _renderingIntent;
|
D | Include.h | 1011 using MagickCore::RenderingIntent;
|
/external/ImageMagick/coders/ |
D | mpc.c | 652 image->rendering_intent=(RenderingIntent) rendering_intent; in ReadMPCImage()
|
D | miff.c | 957 image->rendering_intent=(RenderingIntent) rendering_intent; in ReadMIFFImage()
|
D | png.c | 724 RenderingIntent 976 Magick_RenderingIntent_to_PNG_RenderingIntent(const RenderingIntent intent) in Magick_RenderingIntent_to_PNG_RenderingIntent() 997 static RenderingIntent 2962 RenderingIntent in ReadOnePNGImage()
|
/external/ImageMagick/Magick++/lib/ |
D | STL.cpp | 1507 Magick::renderingIntentImage::renderingIntentImage( const Magick::RenderingIntent renderingIntent_ ) in renderingIntentImage()
|
D | Image.cpp | 1321 const Magick::RenderingIntent renderingIntent_) in renderingIntent() 1327 Magick::RenderingIntent Magick::Image::renderingIntent(void) const in renderingIntent() 1329 return(static_cast<Magick::RenderingIntent>(constImage()->rendering_intent)); in renderingIntent()
|
/external/pdfium/third_party/lcms2-2.6/include/ |
D | lcms2.h | 1451 … CMSEXPORT cmsSetHeaderRenderingIntent(cmsHPROFILE hProfile, cmsUInt32Number RenderingIntent);
|
/external/ImageMagick/PerlMagick/ |
D | Magick.xs | 1940 image->rendering_intent=(RenderingIntent) sp; in SetAttribute() 9623 image->rendering_intent=(RenderingIntent) in Mogrify()
|
/external/ImageMagick/PerlMagick/quantum/ |
D | quantum.xs.in | 1940 image->rendering_intent=(RenderingIntent) sp; 9623 image->rendering_intent=(RenderingIntent)
|