/external/skia/src/gpu/ |
GrTextureProducer.cpp | 27 sk_sp<SkColorSpace> colorSpace; 29 colorSpace = SkColorSpace::MakeSRGB(); 33 std::move(colorSpace), 1, mipMapped, inputProxy->origin());
|
GrYUVProvider.cpp | 114 sk_sp<SkColorSpace> colorSpace; 116 colorSpace = SkColorSpace::MakeSRGB(); 120 SkBackingFit::kExact, desc.fWidth, desc.fHeight, desc.fConfig, std::move(colorSpace),
|
/external/skia/tests/ |
ReadWriteAlphaTest.cpp | 196 sk_sp<SkColorSpace> colorSpace; 198 colorSpace = SkColorSpace::MakeSRGB(); 201 std::move(proxy), std::move(colorSpace));
|
/external/skia/tools/ |
colorspaceinfo.cpp | 485 sk_sp<SkColorSpace> colorSpace = nullptr; 487 colorSpace = SkColorSpace::MakeICC(data->bytes(), data->size()); 490 colorSpace = sk_ref_sp(codec->getInfo().colorSpace()); 495 if (!colorSpace) { 503 if (colorSpace->isNumericalTransferFn(&colorSpaceTransferFn) && 504 colorSpace->toXYZD50(&toXYZD50)) { 521 if (colorSpace->toXYZD50()) { 547 const SkMatrix44* mat = colorSpace->toXYZD50(); 549 auto xyz = static_cast<SkColorSpace_XYZ*>(colorSpace.get()) [all...] |
/external/skqp/tools/ |
colorspaceinfo.cpp | 485 sk_sp<SkColorSpace> colorSpace = nullptr; 487 colorSpace = SkColorSpace::MakeICC(data->bytes(), data->size()); 490 colorSpace = sk_ref_sp(codec->getInfo().colorSpace()); 495 if (!colorSpace) { 503 if (colorSpace->isNumericalTransferFn(&colorSpaceTransferFn) && 504 colorSpace->toXYZD50(&toXYZD50)) { 521 if (colorSpace->toXYZD50()) { 547 const SkMatrix44* mat = colorSpace->toXYZD50(); 549 auto xyz = static_cast<SkColorSpace_XYZ*>(colorSpace.get()) [all...] |
/frameworks/base/core/jni/android/graphics/ |
BitmapRegionDecoder.cpp | 135 sk_sp<SkColorSpace> colorSpace = nullptr; 142 colorSpace = GraphicsJNI::getNativeColorSpace(env, jcolorSpace); 185 decodeColorType, colorSpace);
|
/frameworks/base/libs/hwui/pipeline/skia/ |
VectorDrawableAtlas.cpp | 266 sk_sp<SkColorSpace> colorSpace = nullptr; 268 sk_sp<SkColorSpace> colorSpace = SkColorSpace::MakeSRGB(); 270 SkImageInfo info = SkImageInfo::MakeN32(width, height, kPremul_SkAlphaType, colorSpace);
|
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/decoder/ |
CpuVideoTrackDecoder.java | 27 import androidx.media.filterfw.ColorSpace; 240 ColorSpace.convertArgb8888ToRgba8888(input, output, width, height); 243 ColorSpace.convertYuv420pToRgba8888(input, output, width, height);
|
/frameworks/native/opengl/libs/EGL/ |
egl_object.h | 135 EGLint colorSpace, egl_connection_t const* cnx); 139 EGLint getColorSpace() const { return colorSpace; } 161 EGLint colorSpace;
|
/cts/tests/tests/view/src/android/view/cts/ |
TextureViewCtsActivity.java | 27 import android.graphics.ColorSpace; 143 public Bitmap getContents(Bitmap.Config config, ColorSpace colorSpace) throws Throwable { 146 this.getWindow().getDecorView().getHeight(), config, true, colorSpace);
|
/developers/samples/android/media/Camera2Raw/ |
template-params.xml | 65 colorspace typically used for displaying and storing images viewed by humans. The
|
/external/ImageMagick/PerlMagick/t/reference/ttf/ |
annotate.miff | 4 colorspace=RGB
|
label.miff | 4 colorspace=RGB
|
/external/ImageMagick/PerlMagick/t/reference/write/ttf/ |
annotate.miff | 4 colorspace=RGB
|
label.miff | 4 colorspace=RGB
|
/external/autotest/client/deps/glbench/src/ |
yuv2rgb_2.glslf | 62 * This does the colorspace conversion from Y'UV to RGB as a matrix
|
yuv2rgb_3.glslf | 53 * This does the colorspace conversion from Y'UV to RGB as a matrix
|
yuv2rgb_4.glslf | 51 * This does the colorspace conversion from Y'UV to RGB as a matrix
|
/external/libjpeg-turbo/ |
README-turbo.txt | 15 colorspace extensions that allow it to compress from/decompress to 32-bit and 60 Colorspace Extensions 66 colorspace constants: 90 that does not support them will result in a "Bogus input colorspace" error. 92 available for the colorspace extensions. 98 JCS_EXT_BGRA, JCS_EXT_ABGR, or JCS_EXT_ARGB. When these colorspace constants 101 Your application can check for the existence of the alpha channel colorspace 107 for the existence of the colorspace extensions at compile time and run time. 218 activated by way of a new JPEG colorspace constant, thus preserving backward
|
README.md | 14 colorspace extensions that allow it to compress from/decompress to 32-bit and 64 Colorspace Extensions 70 colorspace constants: 94 that does not support them will result in a "Bogus input colorspace" error. 96 available for the colorspace extensions. 102 `JCS_EXT_BGRA`, `JCS_EXT_ABGR`, or `JCS_EXT_ARGB`. When these colorspace 106 Your application can check for the existence of the alpha channel colorspace 112 how to check for the existence of the colorspace extensions at compile time and 221 been activated by way of a new JPEG colorspace constant, thus preserving
|
/external/libpng/contrib/conftest/ |
read.dfa | 53 # colorspace stuff and ignores the 'significant bit' information.
|
/external/libpng/ |
pnginfo.h | 91 /* png_colorspace only contains 'flags' if neither GAMMA or COLORSPACE are 92 * defined. When COLORSPACE is switched on all the colorspace-defining 101 png_colorspace colorspace; member in struct:png_info_def
|
/external/pdfium/third_party/libpng16/ |
pnginfo.h | 91 /* png_colorspace only contains 'flags' if neither GAMMA or COLORSPACE are 92 * defined. When COLORSPACE is switched on all the colorspace-defining 101 png_colorspace colorspace; member in struct:png_info_def
|
/external/protobuf/objectivec/Tests/iOSTestHarness/ |
LaunchScreen.xib | 22 <color key="backgroundColor" white="1" alpha="1" colorSpace="custom" customColorSpace="calibratedWhite"/>
|
/external/skia/src/codec/ |
SkCodec.cpp | 131 sk_sp<SkColorSpace> colorSpace, SkEncodedOrigin origin) 133 , fSrcInfo(info.makeImageInfo(width, height, std::move(colorSpace))) 172 return dst.colorSpace() && dst.colorSpace()->gammaIsLinear(); 228 fSrcInfo.colorSpace()) 257 fSrcInfo.colorSpace())) { 659 if (needs_color_xform(dstInfo, fSrcInfo.colorSpace(), needsColorCorrectPremul)) { 660 fColorXform = SkColorSpaceXform_Base::New(fSrcInfo.colorSpace(), dstInfo.colorSpace(),
|