HomeSort by relevance Sort by last modified time
    Searched full:colorspace (Results 501 - 525 of 1757) sorted by null

<<21222324252627282930>>

  /external/ImageMagick/ImageMagick/script/
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/coders/
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)
pdf.c 51 #include "MagickCore/colorspace.h"
52 #include "MagickCore/colorspace-private.h"
517 cmyk=image_info->colorspace == CMYKColorspace ? MagickTrue : MagickFalse;
681 if (IssRGBCompatibleColorspace(image_info->colorspace) != MagickFalse)
    [all...]
  /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
  /external/pdfium/third_party/lcms/src/
cmspcs.c 659 int _cmsReasonableGridpointsByColorspace(cmsColorSpaceSignature Colorspace, cmsUInt32Number dwFlags)
669 nChannels = cmsChannelsOf(Colorspace);
762 // Translate from our colorspace to ICC representation
877 cmsUInt32Number CMSEXPORT cmsChannelsOf(cmsColorSpaceSignature ColorSpace)
879 switch (ColorSpace) {
cmssamp.c 349 cmsColorSpaceSignature ColorSpace;
397 ColorSpace = cmsGetColorSpace(hProfile);
399 (ColorSpace != cmsSigGrayData &&
400 ColorSpace != cmsSigRgbData &&
401 ColorSpace != cmsSigCmykData)) {
  /external/skia/dm/
DMSrcSink.cpp 139 if (canvas->imageInfo().colorSpace() &&
174 auto colorSpace = brd->computeOutputColorSpace(colorType, nullptr);
186 fSampleSize, colorType, false, colorSpace)) {
242 colorSpace)) {
396 sk_sp<SkColorSpace> linearSpace = decodeInfo->colorSpace()->makeLinearGamma();
467 options.fPremulBehavior = canvas->imageInfo().colorSpace() ?
    [all...]
  /external/skia/docs/
SkSurface_Reference.bmh 352 sk_sp<SkColorSpace> colorSpace,
362 its pixel configuration agrees with colorSpace and context; for instance, if
364 and colorSpace must be present. Further, backendTexture width and height must
374 #Param colorSpace range of colors ##
410 sk_sp<SkColorSpace> colorSpace,
418 its pixel configuration agrees with colorSpace and context; for instance, if
420 and colorSpace must be present. Further, backendTexture width and height must
435 #Param colorSpace range of colors ##
471 sk_sp<SkColorSpace> colorSpace,
480 its pixel configuration agrees with colorSpace and context; for instance, i
    [all...]
  /external/skia/site/user/api/
SkPixmap_Reference.md 58 | <a href="#SkPixmap_colorSpace">colorSpace</a> | returns <a href="SkImageInfo_Reference#Image_Info">Image Info</a> <a href="undocumented#Color_Space">Color Space</a> |
249 void setColorSpace(sk_sp&lt;SkColorSpace&gt; colorSpace)
258 <table> <tr> <td><a name="SkPixmap_setColorSpace_colorSpace"> <code><strong>colorSpace </strong></code> </a></td> <td>
564 ## colorSpace
567 SkColorSpace* colorSpace() const
593 <a href="undocumented#Color_Space">Color Space</a> <a href="SkImageInfo_Reference#SkImageInfo_colorSpace">SkImageInfo::colorSpace</a>
    [all...]
SkSurface_Reference.md 374 sk_sp&lt;SkColorSpace&gt; colorSpace,
383 its pixel configuration agrees with <a href="#SkSurface_MakeFromBackendTexture_colorSpace">colorSpace</a> and <a href="#SkSurface_MakeFromBackendTexture_context">context</a>; for instance, if
385 and <a href="#SkSurface_MakeFromBackendTexture_colorSpace">colorSpace</a> must be present. Further, <a href="#SkSurface_MakeFromBackendTexture_backendTexture">backendTexture</a> width and height must
401 </tr> <tr> <td><a name="SkSurface_MakeFromBackendTexture_colorSpace"> <code><strong>colorSpace </strong></code> </a></td> <td>
447 sk_sp&lt;SkColorSpace&gt; colorSpace,
456 its pixel configuration agrees with <a href="#SkSurface_MakeFromBackendTexture_2_colorSpace">colorSpace</a> and <a href="#SkSurface_MakeFromBackendTexture_2_context">context</a>; for instance, if
458 and <a href="#SkSurface_MakeFromBackendTexture_2_colorSpace">colorSpace</a> must be present. Further, <a href="#SkSurface_MakeFromBackendTexture_2_backendTexture">backendTexture</a> width and height must
479 </tr> <tr> <td><a name="SkSurface_MakeFromBackendTexture_2_colorSpace"> <code><strong>colorSpace </strong></code> </a></td> <td>
526 sk_sp&lt;SkColorSpace&gt; colorSpace,
    [all...]
  /external/skia/tools/flags/
SkCommonFlagsConfig.cpp 431 sk_sp<SkColorSpace> colorSpace, bool useStencilBuffers, bool testThreading)
439 , fColorSpace(std::move(colorSpace))
474 sk_sp<SkColorSpace> colorSpace = nullptr;
489 extendedOptions.get_option_gpu_color("color", &colorType, &alphaType, &colorSpace) &&
498 samples, colorType, alphaType, colorSpace, useStencils,
  /external/skqp/docs/
SkSurface_Reference.bmh 345 sk_sp<SkColorSpace> colorSpace,
354 its pixel configuration agrees with colorSpace and context; for instance, if
356 and colorSpace must be present. Further, backendTexture width and height must
366 #Param colorSpace range of colors ##
402 sk_sp<SkColorSpace> colorSpace,
410 its pixel configuration agrees with colorSpace and context; for instance, if
412 and colorSpace must be present. Further, backendTexture width and height must
427 #Param colorSpace range of colors ##
463 sk_sp<SkColorSpace> colorSpace,
471 its pixel configuration agrees with colorSpace and context; for instance, i
    [all...]
  /external/skqp/site/user/api/
SkPixmap_Reference.md 58 | <a href="#SkPixmap_colorSpace">colorSpace</a> | returns <a href="SkImageInfo_Reference#Image_Info">Image Info</a> <a href="undocumented#Color_Space">Color Space</a> |
249 void setColorSpace(sk_sp&lt;SkColorSpace&gt; colorSpace)
258 <table> <tr> <td><a name="SkPixmap_setColorSpace_colorSpace"> <code><strong>colorSpace </strong></code> </a></td> <td>
597 ## colorSpace
600 SkColorSpace* colorSpace() const
626 <a href="undocumented#Color_Space">Color Space</a> <a href="#SkImageInfo_colorSpace">SkImageInfo::colorSpace</a>
    [all...]
SkSurface_Reference.md 364 sk_sp&lt;SkColorSpace&gt; colorSpace,
373 its pixel configuration agrees with <a href="#SkSurface_MakeFromBackendTexture_colorSpace">colorSpace</a> and <a href="#SkSurface_MakeFromBackendTexture_context">context</a>; for instance, if
375 and <a href="#SkSurface_MakeFromBackendTexture_colorSpace">colorSpace</a> must be present. Further, <a href="#SkSurface_MakeFromBackendTexture_backendTexture">backendTexture</a> width and height must
391 </tr> <tr> <td><a name="SkSurface_MakeFromBackendTexture_colorSpace"> <code><strong>colorSpace </strong></code> </a></td> <td>
437 sk_sp&lt;SkColorSpace&gt; colorSpace,
446 its pixel configuration agrees with <a href="#SkSurface_MakeFromBackendTexture_2_colorSpace">colorSpace</a> and <a href="#SkSurface_MakeFromBackendTexture_2_context">context</a>; for instance, if
448 and <a href="#SkSurface_MakeFromBackendTexture_2_colorSpace">colorSpace</a> must be present. Further, <a href="#SkSurface_MakeFromBackendTexture_2_backendTexture">backendTexture</a> width and height must
469 </tr> <tr> <td><a name="SkSurface_MakeFromBackendTexture_2_colorSpace"> <code><strong>colorSpace </strong></code> </a></td> <td>
516 sk_sp&lt;SkColorSpace&gt; colorSpace,
524 its pixel configuration agrees with <a href="#SkSurface_MakeFromBackendRenderTarget_colorSpace">colorSpace</a> and <a href="#SkSurface_MakeFromBackendRenderTarget_context">context</a>; for instance, i
    [all...]

Completed in 1035 milliseconds

<<21222324252627282930>>