/external/ImageMagick/PerlMagick/t/reference/read/ |
input_null_black.miff | 4 colorspace=sRGB
|
input_null_white.miff | 4 colorspace=sRGB
|
input_pbm_p1.miff | 5 colorspace=Gray
|
input_pbm_p4.miff | 5 colorspace=Gray
|
input_wbmp.miff | 4 colorspace=sRGB
|
input_xbm.miff | 4 colorspace=sRGB
|
input_xc_black.miff | 4 colorspace=sRGB
|
/external/pdfium/testing/resources/ |
bug_547706.in | 34 << /BitsPerComponent 16 /ColorSpace /DeviceRGB /ShadingType 5 >>
|
bug_552046.in | 41 /ColorSpace /DeviceGray
|
bug_554151.in | 44 /ColorSpace /DeviceRGB
|
/external/pdfium/testing/resources/pixel/ |
bug_512557.in | 28 /ColorSpace /DeviceGray
|
/external/pdfium/third_party/libpng16/ |
0002-static-png-gt.patch | 7 #endif /* COLORSPACE */
|
/external/skia/gm/ |
makecolorspace.cpp | 27 sk_sp<SkImage> make_color_space(sk_sp<SkImage> orig, sk_sp<SkColorSpace> colorSpace, 29 sk_sp<SkImage> xform = orig->makeColorSpace(colorSpace, behavior); 34 if (colorSpace->gammaIsLinear()) { 54 SkTransferFunctionBehavior behavior = canvas->imageInfo().colorSpace() ?
|
crosscontextimage.cpp | 28 context, encodedData, false, canvas->imageInfo().colorSpace()); 37 context, pixmap, false, canvas->imageInfo().colorSpace());
|
/external/skia/include/utils/mac/ |
SkCGUtils.h | 55 * Create an imageref from the specified bitmap using the specified colorspace. 62 * Create an imageref from the specified bitmap using the colorspace returned 71 * to a CGImage using the generic RGB colorspace. (x,y) specifies the position 73 * colorspace returned by CGColorSpaceCreateDeviceRGB()
|
/external/skia/src/pdf/ |
SkPDFFormXObject.h | 24 const char* colorSpace);
|
/external/skqp/gm/ |
makecolorspace.cpp | 27 sk_sp<SkImage> make_color_space(sk_sp<SkImage> orig, sk_sp<SkColorSpace> colorSpace, 29 sk_sp<SkImage> xform = orig->makeColorSpace(colorSpace, behavior); 34 if (colorSpace->gammaIsLinear()) { 54 SkTransferFunctionBehavior behavior = canvas->imageInfo().colorSpace() ?
|
/external/skqp/include/private/ |
SkSurfaceCharacterization.h | 63 SkColorSpace* colorSpace() const { return fColorSpace.get(); } 78 sk_sp<SkColorSpace> colorSpace, 90 fColorSpace = std::move(colorSpace); 120 SkColorSpace* colorSpace() const { return fColorSpace.get(); }
|
/external/skqp/include/utils/mac/ |
SkCGUtils.h | 55 * Create an imageref from the specified bitmap using the specified colorspace. 62 * Create an imageref from the specified bitmap using the colorspace returned 71 * to a CGImage using the generic RGB colorspace. (x,y) specifies the position 73 * colorspace returned by CGColorSpaceCreateDeviceRGB()
|
/external/skqp/src/gpu/ |
GrOnFlushResourceProvider.cpp | 17 sk_sp<SkColorSpace> colorSpace, 37 std::move(colorSpace), 60 sk_sp<SkColorSpace> colorSpace, 64 std::move(colorSpace),
|
GrSurfaceContext.cpp | 28 sk_sp<SkColorSpace> colorSpace, 33 , fColorSpaceInfo(std::move(colorSpace), config) 61 dstInfo.colorSpace(), 83 config, srcInfo.colorSpace(),
|
/external/skqp/src/pdf/ |
SkPDFFormXObject.h | 24 const char* colorSpace);
|
/frameworks/support/core/ktx/src/main/java/androidx/core/graphics/ |
Color.kt | 22 import android.graphics.ColorSpace 29 * of the color is [android.graphics.ColorSpace.Model.RGB], the first component 43 * of the color is [android.graphics.ColorSpace.Model.RGB], the second component 57 * of the color is [android.graphics.ColorSpace.Model.RGB], the third component 71 * of the color is [android.graphics.ColorSpace.Model.RGB], the fourth component 203 * is in the [sRGB][android.graphics.ColorSpace.Named.SRGB] color space. 210 * in the [sRGB][android.graphics.ColorSpace.Named.SRGB] color space. 218 * of the color is [android.graphics.ColorSpace.Model.RGB], the first component 232 * of the color is [android.graphics.ColorSpace.Model.RGB], the second component 246 * of the color is [android.graphics.ColorSpace.Model.RGB], the third componen [all...] |
/cts/tests/tests/graphics/src/android/graphics/cts/ |
BitmapRegionDecoderTest.java | 34 import android.graphics.ColorSpace; 80 private static final ColorSpace.Named[][] ASSET_COLOR_SPACES = { 83 ColorSpace.Named.LINEAR_EXTENDED_SRGB, 84 ColorSpace.Named.DISPLAY_P3, 85 ColorSpace.Named.ADOBE_RGB, 86 ColorSpace.Named.SRGB 90 ColorSpace.Named.SRGB, 91 ColorSpace.Named.SRGB, 92 ColorSpace.Named.SRGB, 93 ColorSpace.Named.SRG [all...] |
/external/ImageMagick/MagickCore/ |
quantize.h | 21 #include "MagickCore/colorspace.h" 44 colorspace; member in struct:_QuantizeInfo
|