HomeSort by relevance Sort by last modified time
    Searched full:colorspace (Results 176 - 200 of 1616) sorted by null

1 2 3 4 5 6 78 91011>>

  /external/skia/src/core/
SkSpecialSurface.cpp 169 sk_sp<SkColorSpace> colorSpace) {
175 SkBackingFit::kApprox, width, height, config, std::move(colorSpace)));
  /external/skia/third_party/libpng/
pngstruct.h 71 /* Colorspace support; structures used in png_struct, png_info and in internal
75 * colorspace corrections, otherwise all the colorspace information can be
77 * out the colorspace support.
100 #endif /* COLORSPACE */
103 /* A colorspace is all the above plus, potentially, profile information;
141 #endif /* COLORSPACE || GAMMA */
479 png_colorspace colorspace; member in struct:png_struct_def
  /bionic/libc/kernel/uapi/linux/
v4l2-mediabus.h 29 __u32 colorspace; member in struct:v4l2_mbus_framefmt
  /external/ImageMagick/MagickCore/
image.h 135 #include "MagickCore/colorspace.h"
160 colorspace; /* colorspace of image data */ member in struct:_Image
427 colorspace; member in struct:_ImageInfo
  /external/ImageMagick/coders/
fpx.c 52 #include "MagickCore/colorspace.h"
53 #include "MagickCore/colorspace-private.h"
124 colorspace;
228 &width,&height,&tile_width,&tile_height,&colorspace,&flashpix);
243 if (colorspace.numberOfComponents == 0)
342 if ((colorspace.numberOfComponents % 2) == 0)
344 if (colorspace.numberOfComponents == 1)
368 1UL)*colorspace.numberOfComponents*sizeof(*pixels));
378 fpx_info.numberOfComponents=colorspace.numberOfComponents;
760 colorspace
121 colorspace; local
754 colorspace = local
    [all...]
miff.c 52 #include "MagickCore/colorspace.h"
53 #include "MagickCore/colorspace-private.h"
288 if (IsGrayColorspace(image->colorspace) == MagickFalse)
295 if (image->colorspace == CMYKColorspace)
316 if (IsGrayColorspace(image->colorspace) == MagickFalse)
323 if (image->colorspace == CMYKColorspace)
344 if (IsGrayColorspace(image->colorspace) == MagickFalse)
351 if (image->colorspace == CMYKColorspace)
700 if (LocaleCompare(keyword,"colorspace") == 0)
703 colorspace;
698 colorspace; local
    [all...]
  /external/ImageMagick/utilities/
display.1 19 \-colorspace type alternate image colorspace
52 \-quantize colorspace reduce colors in this colorspace
display.1.in 19 \-colorspace type alternate image colorspace
52 \-quantize colorspace reduce colors in this colorspace
  /external/libjpeg-turbo/release/
deb-control.tmpl 22 colorspace extensions that allow it to compress from/decompress to 32-bit and
  /external/mesa3d/src/gallium/state_trackers/hgl/
bitmap_wrapper.h 42 Bitmap* create_bitmap(int32 width, int32 height, color_space colorSpace);
  /external/pdfium/testing/resources/
bug_557223.in 36 /ColorSpace /DeviceRGB
  /external/skia/bench/
nanobench.h 29 sk_sp<SkColorSpace> colorSpace;
  /external/skia/src/gpu/
GrTextureAdjuster.h 38 // We do not ref the texture nor the colorspace, so the caller must keep them in scope while
  /external/skia/src/views/
SkWindow.cpp 344 info().colorSpace() &&
360 sk_sp<SkColorSpace> colorSpace =
361 grContext->caps()->srgbSupport() && info().colorSpace()
364 colorSpace, &fSurfaceProps);
  /external/skia/tools/skiaserve/
Request.cpp 189 auto colorSpace = kRGBA_F16_SkColorType == cap.fColorType
193 kPremul_SkAlphaType, cap.fSRGB ? colorSpace : nullptr);
201 auto colorSpace = kRGBA_F16_SkColorType == cap.fColorType
205 kPremul_SkAlphaType, cap.fSRGB ? colorSpace: nullptr);
  /external/ImageMagick/ImageMagick/api/
segment.html 65 const ColorspaceType colorspace,const MagickBooleanType verbose,
75 <dt>colorspace</dt>
76 <p>Indicate the colorspace.</p>
  /external/ImageMagick/www/api/
segment.php 65 const ColorspaceType colorspace,const MagickBooleanType verbose,
75 <dt>colorspace</dt>
76 <p>Indicate the colorspace.</p>
  /external/mesa3d/src/gallium/winsys/sw/hgl/
hgl_sw_winsys.c 57 color_space colorSpace;
118 haikuDisplayTarget->colorSpace = hgl_winsys_convert_cs(format);
208 haikuDisplayTarget->colorSpace);
  /external/skia/tests/
YUVTest.cpp 46 SkYUVColorSpace colorSpace;
47 success = codec->queryYUV8(&info, &colorSpace);
56 REPORTER_ASSERT(reporter, kJPEG_SkYUVColorSpace == colorSpace);
  /frameworks/native/opengl/libs/EGL/
egl_object.cpp 59 EGLSurface surface, EGLint colorSpace, egl_connection_t const* cnx)
66 colorSpace(colorSpace) {
  /external/ImageMagick/www/Magick++/
Color.html 143 <p>Representation of a color in the YUV <span lang="en-US">colorspace</span></p></td></tr></table>
169 <p>Representation of a grayscale color (in linear colorspace). <span lang="en-US">Grayscale</span> is simply RGB with equal parts of red, green, and blue. All double arguments have a valid range of 0.0 - 1.0.</p>
187 <p>Representation of a black/white pixel (in RGB colorspace). Color arguments are constrained to 'false' (black pixel) and 'true' (white pixel).</p>
205 <p>Representation of a color in Hue/Saturation/Luminosity (HSL) colorspace.</p>
229 <p>Representation of a color in YUV colorspace (used to encode color for television transmission).</p>
  /external/pdfium/third_party/lcms2-2.6/src/
cmsps2.c 282 cmsColorSpaceSignature ColorSpace; // ColorSpace of profile
602 if (!_cmsEndPointsBySpace(sc ->ColorSpace, &White, &Black, &nOutputs))
669 cmsColorSpaceSignature ColorSpace)
684 sc.ColorSpace = ColorSpace;
950 cmsColorSpaceSignature ColorSpace;
954 ColorSpace = cmsGetColorSpace(hProfile);
958 if (ColorSpace == cmsSigGrayData) {
965 if (ColorSpace == cmsSigRgbData)
    [all...]
  /external/skia/src/codec/
SkCodecPriv.h 293 if (!dstInfo.colorSpace()) {
301 bool srcDstNotEqual = !SkColorSpace::Equals(srcInfo.colorSpace(), dstInfo.colorSpace());
333 return dst.colorSpace() && dst.colorSpace()->gammaIsLinear();
  /frameworks/native/opengl/tests/lib/include/
EGLUtils.h 63 static inline String8 decodeColorSpace(EGLint colorSpace);
277 String8 EGLUtils::decodeColorSpace(EGLint colorSpace) {
278 switch (colorSpace) {
286 return String8::format("UNKNOWN ColorSpace %d", colorSpace);
  /hardware/qcom/display/msm8084/libgralloc/
gpu.cpp 102 ColorSpace_t colorSpace = ITU_R_601;
107 colorSpace = ITU_R_601_FR;
118 colorSpace = ITU_R_709;
121 colorSpace = ITU_R_601_FR;
165 setMetaData(hnd, UPDATE_COLOR_SPACE, (void*) &colorSpace);

Completed in 3598 milliseconds

1 2 3 4 5 6 78 91011>>