Searched refs:colorspace (Results 226 - 250 of 258) sorted by relevance

1234567891011

/external/skia/src/ports/
H A DSkFontHost_mac.cpp214 UniqueCFRef<CGColorSpaceRef> colorspace(CGColorSpaceCreateDeviceRGB());
216 CGBitmapContextCreate(&rgb, 1, 1, 8, 4, colorspace.get(), BITMAP_INFO_RGB));
/external/skia/src/sksl/
H A DSkSLIRGenerator.cpp1427 std::unique_ptr<Expression> colorspace = std::move(arguments.back()); local
1432 std::move(colorspace));
/external/ImageMagick/MagickCore/
H A Dquantum-export.c1145 if (image->colorspace != CMYKColorspace)
1471 if (image->colorspace != CMYKColorspace)
1616 if (image->colorspace != CMYKColorspace)
1781 if (image->colorspace != CMYKColorspace)
H A Dquantum-import.c1165 if (image->colorspace != CMYKColorspace)
1497 if (image->colorspace != CMYKColorspace)
1662 if (image->colorspace != CMYKColorspace)
1843 if (image->colorspace != CMYKColorspace)
H A Dannotate.c56 #include "MagickCore/colorspace-private.h"
236 % %r image class and colorspace
343 if (IsGrayColorspace(image->colorspace) != MagickFalse)
H A Dtransform.c49 #include "MagickCore/colorspace-private.h"
1762 (IsGrayColorspace(splice_image->colorspace) != MagickFalse))
H A Deffect.c50 #include "MagickCore/colorspace.h"
2439 quantize_info.colorspace=GRAYColorspace;
2442 "-colorspace gray -colors %.20g",(double) colors);
/external/ImageMagick/coders/
H A Dcin.c55 #include "MagickCore/colorspace.h"
957 if (image->colorspace != LogColorspace)
H A Dicon.c49 #include "MagickCore/colorspace.h"
50 #include "MagickCore/colorspace-private.h"
142 colorspace;
139 colorspace; member in struct:_IconInfo
H A Dycbcr.c48 #include "MagickCore/colorspace.h"
1060 if (image->colorspace != YCbCrColorspace)
H A Dcmyk.c48 #include "MagickCore/colorspace.h"
1268 if (image->colorspace != CMYKColorspace)
H A Dpict.c50 #include "MagickCore/colorspace.h"
51 #include "MagickCore/colorspace-private.h"
1460 (void) TransformImageColorspace(image,tile_image->colorspace,exception);
H A Ddcm.c3731 image->colorspace=RGBColorspace;
/external/mesa3d/src/gallium/auxiliary/gallivm/
H A Dlp_bld_sample_soa.c2092 else if (format_desc->colorspace != UTIL_FORMAT_COLORSPACE_YUV){
2561 if (bld.format_desc->colorspace == UTIL_FORMAT_COLORSPACE_RGB &&
3419 format_desc->colorspace == UTIL_FORMAT_COLORSPACE_RGB);
/external/mesa3d/src/gallium/drivers/r600/
H A Dr600_state.c859 if (desc->colorspace == UTIL_FORMAT_COLORSPACE_SRGB)
912 if (desc->colorspace != UTIL_FORMAT_COLORSPACE_ZS &&
927 if (desc->colorspace != UTIL_FORMAT_COLORSPACE_ZS &&
H A Devergreen_state.c1074 if (desc->colorspace == UTIL_FORMAT_COLORSPACE_SRGB)
1129 if (desc->colorspace != UTIL_FORMAT_COLORSPACE_ZS &&
/external/webp/src/mux/
H A Danim_encode.c1432 config.output.colorspace = MODE_BGRA;
/external/ImageMagick/www/api/
H A Denhance.php612 <p>ModulateImage() lets you control the brightness, saturation, and hue of an image. Modulate represents the brightness, saturation, and hue as one parameter (e.g. 90,150,100). If the image colorspace is HSL, the modulation is lightness, saturation, and hue. For HWB, use blackness, whiteness, and hue. And for HCL, use chrome, luma, and hue.</p>
/external/ImageMagick/tests/
H A Dvalidate.c51 #include "MagickCore/colorspace-private.h"
2127 (void) SetImageColorspace(reconstruct_image,reference_image->colorspace,
/external/mesa3d/src/gallium/auxiliary/draw/
H A Ddraw_llvm.c757 if (format_desc->colorspace == UTIL_FORMAT_COLORSPACE_RGB &&
/external/mesa3d/src/mesa/state_tracker/
H A Dst_cb_texture.c1287 if (desc->colorspace != UTIL_FORMAT_COLORSPACE_RGB)
/external/ImageMagick/Magick++/lib/
H A DImage.cpp565 if (image()->colorspace == colorSpace_)
576 return (constImage()->colorspace);
/external/ImageMagick/MagickWand/
H A Ddrawing-wand.c297 pixel.colorspace=sRGBColorspace;
/external/mesa3d/src/gallium/drivers/ilo/
H A Dilo_state.c1621 desc->colorspace == UTIL_FORMAT_COLORSPACE_RGB);
/external/mesa3d/src/gallium/state_trackers/nine/
H A Dnine_state.c1333 if (desc->colorspace != UTIL_FORMAT_COLORSPACE_ZS)

Completed in 3077 milliseconds

1234567891011