/external/ImageMagick/coders/ |
ps3.c | 267 *length=(image->colorspace == CMYKColorspace ? 4 : 3)*(size_t) 278 if (image->colorspace != CMYKColorspace) 650 " colorspace "PS3_RGBColorspace" eq", 787 " % Colorspace (RGB/CMYK).", 789 " token pop /colorspace exch def pop", [all...] |
mpc.c | 414 if (LocaleCompare(keyword,"colorspace") == 0) 417 colorspace; 419 colorspace=ParseCommandOption(MagickColorspaceOptions, 421 if (colorspace < 0) 423 image->colorspace=(ColorspaceType) colorspace; 413 colorspace; local [all...] |
raw.c | 47 #include "MagickCore/colorspace.h" 499 if (image->colorspace == CMYKColorspace) 519 if (image->colorspace == CMYKColorspace) 527 if (image->colorspace == CMYKColorspace) 547 if (image->colorspace == CMYKColorspace)
|
/external/ltp/testcases/kernel/device-drivers/v4l/user_space/ |
test_VIDIOC_FMT.c | 165 int valid_colorspace(enum v4l2_colorspace colorspace) 169 switch (colorspace) { 216 ".colorspace=%i, " 226 format.fmt.pix.colorspace, format.fmt.pix.priv); 249 //CU_ASSERT_EQUAL(format.fmt.pix.colorspace, ???); 250 CU_ASSERT(valid_colorspace(format.fmt.pix.colorspace)); 770 ".colorspace=%i, " ".priv=0x%X " "} }\n", 777 format_max.fmt.pix.colorspace, 806 (format_max.fmt.pix.colorspace)); 847 ".colorspace=%i, " ".priv=0x%X " "} }\n" [all...] |
/external/ImageMagick/MagickCore/ |
pixel.c | 48 #include "MagickCore/colorspace-private.h" 199 % ConformPixelInfo() ensures the pixel conforms with the colorspace and alpha 225 if (image->colorspace == CMYKColorspace) 227 if (IssRGBCompatibleColorspace(destination->colorspace)) 231 if (destination->colorspace == CMYKColorspace) 233 if (IssRGBCompatibleColorspace(image->colorspace)) 237 (IsGrayColorspace(image->colorspace) != MagickFalse)) 706 if (image->colorspace == CMYKColorspace) 912 if (image->colorspace == CMYKColorspace) [all...] |
/external/webp/src/dec/ |
webp_dec.c | 524 static uint8_t* DecodeIntoRGBABuffer(WEBP_CSP_MODE colorspace, 537 buf.colorspace = colorspace; 583 output.colorspace = MODE_YUV; 611 output.colorspace = mode; 767 in_mem_buffer.colorspace = config->output.colorspace;
|
/external/libpng/ |
pngwrite.c | 120 * 1.6.0: COLORSPACE support controls the writing of these chunks too, and 122 * information * is available in the COLORSPACE. (See 125 * Under certain circumstances the colorspace can be invalidated without 133 if ((info_ptr->colorspace.flags & PNG_COLORSPACE_INVALID) == 0 && 134 (info_ptr->colorspace.flags & PNG_COLORSPACE_FROM_gAMA) != 0 && 136 png_write_gAMA_fixed(png_ptr, info_ptr->colorspace.gamma); 145 if ((info_ptr->colorspace.flags & PNG_COLORSPACE_INVALID) == 0 && 163 if ((info_ptr->colorspace.flags & PNG_COLORSPACE_INVALID) == 0 && 165 png_write_sRGB(png_ptr, info_ptr->colorspace.rendering_intent); 167 #endif /* COLORSPACE */ [all...] |
/external/pdfium/third_party/libpng16/ |
pngwrite.c | 120 * 1.6.0: COLORSPACE support controls the writing of these chunks too, and 122 * information * is available in the COLORSPACE. (See 125 * Under certain circumstances the colorspace can be invalidated without 133 if ((info_ptr->colorspace.flags & PNG_COLORSPACE_INVALID) == 0 && 134 (info_ptr->colorspace.flags & PNG_COLORSPACE_FROM_gAMA) != 0 && 136 png_write_gAMA_fixed(png_ptr, info_ptr->colorspace.gamma); 145 if ((info_ptr->colorspace.flags & PNG_COLORSPACE_INVALID) == 0 && 163 if ((info_ptr->colorspace.flags & PNG_COLORSPACE_INVALID) == 0 && 165 png_write_sRGB(png_ptr, info_ptr->colorspace.rendering_intent); 167 #endif /* COLORSPACE */ [all...] |
/external/skia/dm/ |
DMSrcSink.cpp | 126 if (canvas->imageInfo().colorSpace() && 381 as_CSB(decodeInfo->colorSpace())->makeLinearGamma(); 452 options.fPremulBehavior = canvas->imageInfo().colorSpace() ? [all...] |
/external/skia/third_party/libpng/ |
pngwrite.c | 120 * 1.6.0: COLORSPACE support controls the writing of these chunks too, and 122 * information * is available in the COLORSPACE. (See 125 * Under certain circumstances the colorspace can be invalidated without 133 if ((info_ptr->colorspace.flags & PNG_COLORSPACE_INVALID) == 0 && 134 (info_ptr->colorspace.flags & PNG_COLORSPACE_FROM_gAMA) != 0 && 136 png_write_gAMA_fixed(png_ptr, info_ptr->colorspace.gamma); 145 if ((info_ptr->colorspace.flags & PNG_COLORSPACE_INVALID) == 0 && 163 if ((info_ptr->colorspace.flags & PNG_COLORSPACE_INVALID) == 0 && 165 png_write_sRGB(png_ptr, info_ptr->colorspace.rendering_intent); 167 #endif /* COLORSPACE */ [all...] |
/packages/services/BuiltInPrintService/jni/plugins/genPCLm/src/ |
genPCLm.cpp | 475 sprintf(pOutStr, "/ColorSpace /DeviceRGB\n"); 478 sprintf(pOutStr, "/ColorSpace 5 0 R\n"); 481 sprintf(pOutStr, "/ColorSpace /DeviceGray\n"); 564 sprintf(pOutStr, "/ColorSpace /DeviceRGB\n"); 567 sprintf(pOutStr, "/ColorSpace 5 0 R\n"); 570 sprintf(pOutStr, "/ColorSpace /DeviceGray\n"); 690 sprintf(pOutStr, "/ColorSpace /DeviceRGB\n"); 693 sprintf(pOutStr, "/ColorSpace 5 0 R\n"); 696 sprintf(pOutStr, "/ColorSpace /DeviceGray\n"); [all...] |
/external/ImageMagick/ImageMagick/script/ |
animate.html | 154 <td><a href="command-line-options.php#colorspace">-colorspace <var>type</var></a></td> 155 <td>set image colorspace</td> 364 <td><a href="command-line-options.php#quantize">-quantize <var>colorspace</var></a></td> 365 <td>reduce image colors in this colorspace</td>
|
composite.html | 153 <td><a href="command-line-options.php#colorspace">-colorspace <var>type</var></a></td> 154 <td>set image colorspace</td> 333 <td><a href="command-line-options.php#quantize">-quantize <var>colorspace</var></a></td> 334 <td>reduce image colors in this colorspace</td>
|
display.html | 166 <td><a href="command-line-options.php#colorspace">-colorspace <var>type</var></a></td> 167 <td>set image colorspace</td> 391 <td><a href="command-line-options.php#quantize">-quantize <var>colorspace</var></a></td> 392 <td>reduce image colors in this colorspace</td>
|
identify.html | 79 Colorspace: sRGB 143 jpeg:colorspace: 2 234 <td><a href="command-line-options.php#colorspace">-colorspace <var>type</var></a></td> 235 <td>set image colorspace</td>
|
import.html | 113 <td><a href="command-line-options.php#colorspace">-colorspace <var>type</var></a></td> 114 <td>set image colorspace</td> 283 <td><a href="command-line-options.php#quantize">-quantize <var>colorspace</var></a></td> 284 <td>reduce image colors in this colorspace</td>
|
/external/ImageMagick/www/ |
animate.html | 158 <td><a href="command-line-options.html#colorspace">-colorspace <var>type</var></a></td> 159 <td>set image colorspace</td> 368 <td><a href="command-line-options.html#quantize">-quantize <var>colorspace</var></a></td> 369 <td>reduce image colors in this colorspace</td>
|
compare.html | 146 <td><a href="command-line-options.html#colorspace">-colorspace <var>type</var></a></td> 147 <td>set image colorspace</td> 251 <td><a href="command-line-options.html#quantize">-quantize <var>colorspace</var></a></td> 252 <td>reduce image colors in this colorspace</td>
|
composite.html | 157 <td><a href="command-line-options.html#colorspace">-colorspace <var>type</var></a></td> 158 <td>set image colorspace</td> 337 <td><a href="command-line-options.html#quantize">-quantize <var>colorspace</var></a></td> 338 <td>reduce image colors in this colorspace</td>
|
display.html | 170 <td><a href="command-line-options.html#colorspace">-colorspace <var>type</var></a></td> 171 <td>set image colorspace</td> 395 <td><a href="command-line-options.html#quantize">-quantize <var>colorspace</var></a></td> 396 <td>reduce image colors in this colorspace</td>
|
identify.html | 83 Colorspace: sRGB 147 jpeg:colorspace: 2 238 <td><a href="command-line-options.html#colorspace">-colorspace <var>type</var></a></td> 239 <td>set image colorspace</td>
|
import.html | 117 <td><a href="command-line-options.html#colorspace">-colorspace <var>type</var></a></td> 118 <td>set image colorspace</td> 287 <td><a href="command-line-options.html#quantize">-quantize <var>colorspace</var></a></td> 288 <td>reduce image colors in this colorspace</td>
|
/external/deqp/modules/egl/ |
teglQuerySurfaceTests.cpp | 235 const EGLint colorspace = eglu::querySurfaceInt(egl, display, surface, EGL_COLORSPACE); local 237 if (colorspace != EGL_VG_COLORSPACE_sRGB && colorspace != EGL_VG_COLORSPACE_LINEAR) 239 log << TestLog::Message << " Fail, invalid color space value " << colorspace << TestLog::EndMessage; 243 if (colorspace == EGL_VG_COLORSPACE_LINEAR && !(info.surfaceType & EGL_VG_COLORSPACE_LINEAR_BIT))
|
/external/libjpeg-turbo/ |
cjpeg.c | 372 * colorspace-determining switches, since jpeg_set_colorspace sets 408 * colorspace-determining switches, since jpeg_set_colorspace sets 594 /* Read the input file header to obtain file size & colorspace. */ 597 /* Now that we know input colorspace, fix colorspace-dependent defaults */
|
/external/mesa3d/src/gallium/auxiliary/util/ |
u_format_pack.py | 490 src_colorspace = format.colorspace 517 src_colorspace = format.colorspace 562 dst_colorspace = format.colorspace 595 dst_colorspace = format.colorspace 689 return format.layout in ('s3tc', 'rgtc', 'etc', 'bptc', 'astc', 'subsampled', 'other') or format.colorspace == ZS
|