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

1 2 3 4 56 7 8 91011>>

  /external/ImageMagick/coders/
txt.c 51 #include "MagickCore/colorspace.h"
110 colorspace[MagickPathExtent];
125 &rows,&depth,colorspace);
384 colorspace[MagickPathExtent],
447 *colorspace='\0';
449 colorspace);
459 LocaleLower(colorspace);
460 i=(ssize_t) strlen(colorspace)-1;
462 if ((i > 0) && (colorspace[i] == 'a'))
464 colorspace[i]='\0'
107 colorspace[MagickPathExtent]; local
379 colorspace[MagickPathExtent], local
694 colorspace[MagickPathExtent], local
    [all...]
  /external/ImageMagick/PerlMagick/t/reference/filter/
Charcoal.miff 4 colorspace=Gray
Chop.miff 4 colorspace=sRGB
  /external/ImageMagick/utilities/
animate.1 18 \-colorspace type alternate image colorspace
44 \-quantize colorspace reduce colors in this colorspace
animate.1.in 18 \-colorspace type alternate image colorspace
44 \-quantize colorspace reduce colors in this colorspace
composite.1 18 \-colorspace type alternate image colorspace
84 \-quantize colorspace reduce colors in this colorspace
composite.1.in 18 \-colorspace type alternate image colorspace
84 \-quantize colorspace reduce colors in this colorspace
import.1 15 \-colorspace type alternate image colorspace
77 \-quantize colorspace reduce colors in this colorspace
import.1.in 15 \-colorspace type alternate image colorspace
77 \-quantize colorspace reduce colors in this colorspace
  /external/libjpeg-turbo/release/
ReadMe.txt 3 libjpeg-turbo implements both the traditional libjpeg API as well as the less powerful but more straightforward TurboJPEG API. libjpeg-turbo also features colorspace extensions that allow it to compress from/decompress to 32-bit and big-endian pixel buffers (RGBX, XBGR, etc.), as well as a full-featured Java interface.
  /external/mesa3d/src/amd/vulkan/
vk_format_table.py 41 def colorspace_map(colorspace):
42 return 'VK_FORMAT_COLORSPACE_' + str(colorspace).upper()
122 comment = colorspace_channels_map[format.colorspace][i]
142 print " %s," % (colorspace_map(format.colorspace),)
  /external/mesa3d/src/gallium/auxiliary/util/
u_format.h 216 * depending on the colorspace.
221 * Colorspace transformation.
223 enum util_format_colorspace colorspace; member in struct:util_format_description
502 return desc->colorspace == UTIL_FORMAT_COLORSPACE_SRGB;
508 return desc->colorspace == UTIL_FORMAT_COLORSPACE_ZS &&
515 return desc->colorspace == UTIL_FORMAT_COLORSPACE_ZS &&
555 if (desc->colorspace == UTIL_FORMAT_COLORSPACE_ZS &&
614 switch (desc->colorspace) {
835 enum util_format_colorspace colorspace,
849 if (colorspace == UTIL_FORMAT_COLORSPACE_SRGB)
    [all...]
  /external/mesa3d/src/gallium/state_trackers/hgl/
hgl_context.h 75 color_space colorSpace;
  /external/pdfium/core/fpdfapi/parser/
cpdf_parser_embeddertest.cpp 18 // Test colorspace object with malformed dictionary.
  /external/skia/gm/
all_bitmap_configs.cpp 207 sk_sp<SkColorSpace> colorSpace,
213 SkImageInfo::Make(SCALE, SCALE, colorType, alphaType, colorSpace));
230 for (auto colorSpace : colorSpaces) {
236 make_color_test_bitmap_variant(colorType, alphaType, colorSpace, &bm);
crosscontextimage.cpp 28 context, encodedData, false, canvas->imageInfo().colorSpace());
  /external/skia/src/gpu/
GrContextPriv.h 38 sk_sp<SkColorSpace> colorSpace);
44 sk_sp<SkColorSpace> colorSpace,
50 sk_sp<SkColorSpace> colorSpace,
57 sk_sp<SkColorSpace> colorSpace,
  /external/skia/src/gpu/effects/
GrYUVEffect.h 24 SkYUVColorSpace colorSpace, bool nv12);
  /external/skia/src/pdf/
SkPDFResourceDict.h 31 // currently used by Skia: ColorSpace, Shading, Properties
  /external/skia/tests/
BitmapCopyTest.cpp 66 sk_sp<SkColorSpace> colorSpace = nullptr;
68 colorSpace = SkColorSpace::MakeSRGBLinear();
71 srcOpaque->allocPixels(SkImageInfo::Make(W, H, ct, kOpaque_SkAlphaType, colorSpace));
72 srcPremul->allocPixels(SkImageInfo::Make(W, H, ct, kPremul_SkAlphaType, colorSpace));
  /external/skia/tools/fiddle/
fiddle_main.cpp 131 sk_sp<SkColorSpace> colorSpace = nullptr;
135 colorSpace = SkColorSpace::MakeSRGBLinear();
137 colorSpace = SkColorSpace::MakeSRGB();
140 kPremul_SkAlphaType, colorSpace);
  /external/swiftshader/src/Main/
FrameBufferOSX.hpp 44 CGColorSpaceRef colorspace; member in class:sw::FrameBufferOSX
  /external/walt/ios/WALT/Base.lproj/
LaunchScreen.storyboard 20 <color key="backgroundColor" red="1" green="1" blue="1" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  /frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/jni/
Android.mk 34 colorspace.cpp \
  /external/pdfium/core/fpdfapi/page/
cpdf_image.cpp 59 !m_pDict->KeyExist("ColorSpace") || m_pDict->GetIntegerFor("ImageMask");
104 pDict->SetNewFor<CPDF_Name>("ColorSpace", csname);
198 CPDF_Array* pCS = pDict->SetNewFor<CPDF_Array>("ColorSpace");
237 pDict->SetNewFor<CPDF_Reference>("ColorSpace", m_pDocument,
240 pDict->SetNewFor<CPDF_Name>("ColorSpace", "DeviceGray");
245 pDict->SetNewFor<CPDF_Name>("ColorSpace", "DeviceRGB");
266 pMaskDict->SetNewFor<CPDF_Name>("ColorSpace", "DeviceGray");

Completed in 1187 milliseconds

1 2 3 4 56 7 8 91011>>