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

1 2 3 45 6 7 8 91011>>

  /external/skqp/src/image/
SkImage.cpp 64 if (as_IB(this)->getROPixels(&bm, dst.info().colorSpace(), chint)) {
81 SkColorSpace* SkImage::colorSpace() const {
82 return as_IB(this)->onImageInfo().colorSpace();
242 BitDepth bitDepth, sk_sp<SkColorSpace> colorSpace) {
245 std::move(colorSpace)));
254 SkColorSpace* colorSpace = as_IB(this)->onImageInfo().colorSpace();
256 subset, sk_ref_sp(const_cast<SkImage*>(this)), colorSpace);
263 SkImageFilter::OutputProperties outputProperties(colorSpace);
301 if (SkColorSpace::Equals(this->colorSpace(), target.get()) |
    [all...]
  /external/swiftshader/src/Main/
FrameBufferOSX.mm 32 colorspace = CGColorSpaceCreateDeviceRGB();
42 CGColorSpaceRelease(colorspace);
58 CGImageRef image = CGImageCreate(width, height, 8, 32, bytesPerRow, colorspace, kCGBitmapByteOrder32Big, provider, nullptr, false, kCGRenderingIntentDefault);
  /frameworks/base/libs/hwui/
Texture.cpp 269 info.colorSpace()->isSRGB()) ||
293 bool needSRGB = transferFunctionCloseToSRGB(bitmap.info().colorSpace());
314 SkColorSpace* colorSpace = bitmap.info().colorSpace();
316 if (colorSpace != nullptr && !colorSpace->isSRGB()) {
318 if (!colorSpace->toXYZD50(&xyzMatrix)) {
322 if (!colorSpace->isNumericalTransferFn(&fn)) {
328 ColorSpace::TransferParameters p = {fn.fG, fn.fA, fn.fB, fn.fC,
330 ColorSpace src("Unnamed", mat4f((const float*)&data[0]).upperLeft(), p)
    [all...]
  /cts/tests/tests/graphics/src/android/graphics/cts/
ImageDecoderTest.java 36 import android.graphics.ColorSpace;
83 public final ColorSpace colorSpace;
85 Record(int resId, int width, int height, String mimeType, ColorSpace colorSpace) {
90 this.colorSpace = colorSpace;
94 private static final ColorSpace sSRGB = ColorSpace.get(ColorSpace.Named.SRGB)
    [all...]
  /external/ImageMagick/PerlMagick/t/reference/composite/
Out.miff 4 colorspace=sRGB
Xor.miff 4 colorspace=sRGB
  /external/ImageMagick/PerlMagick/t/reference/filter/
AdaptiveThreshold.miff 4 colorspace=sRGB
Segment.miff 4 colorspace=sRGB
  /external/ImageMagick/PerlMagick/t/reference/read/
granite.miff 4 colorspace=sRGB
input_tim.miff 4 colorspace=sRGB
  /external/ImageMagick/tests/
validate-colorspace.tap 23 ${VALIDATE} -validate colorspace && echo "ok" || echo "not ok"
  /external/ImageMagick/utilities/
compare.1 16 \-colorspace type alternate image colorspace
42 \-quantize colorspace reduce colors in this colorspace
compare.1.in 16 \-colorspace type alternate image colorspace
42 \-quantize colorspace reduce colors in this colorspace
stream.1 14 \-colorspace type alternate image colorspace
27 \-quantize colorspace reduce colors in this colorspace
stream.1.in 14 \-colorspace type alternate image colorspace
27 \-quantize colorspace reduce colors in this colorspace
  /external/libjpeg-turbo/
jccolext.c 11 * This file contains input colorspace conversion routines.
19 * Convert some rows of samples to the JPEG colorspace.
81 * Convert some rows of samples to the JPEG colorspace.
120 * Convert some rows of samples to the JPEG colorspace.
  /external/mesa3d/src/gallium/state_trackers/hgl/
bitmap_wrapper.cpp 44 create_bitmap(int32 width, int32 height, color_space colorSpace)
46 BBitmap *bb = new BBitmap(BRect(0, 0, width, height), colorSpace);
71 return bb->ColorSpace();
83 bb->ImportBits(data, length, bb->BytesPerRow(), 0, bb->ColorSpace());
  /external/pdfium/testing/resources/
bug_452455.in 29 /ColorSpace <<
bug_481363.in 16 /ColorSpace<</CS1 6 0 R>>
bug_551460.in 43 /ColorSpace /DeviceCMYK
  /external/pdfium/testing/resources/pixel/
bug_718762.in 28 /ColorSpace /DeviceCMYK
  /external/skia/src/gpu/
GrColorSpaceInfo.h 23 SkColorSpace* colorSpace() const { return fColorSpace.get(); }
GrOnFlushResourceProvider.cpp 17 sk_sp<SkColorSpace> colorSpace,
37 std::move(colorSpace),
58 sk_sp<SkColorSpace> colorSpace,
62 std::move(colorSpace),
  /external/skqp/src/gpu/
GrColorSpaceInfo.h 23 SkColorSpace* colorSpace() const { return fColorSpace.get(); }
  /external/tensorflow/tensorflow/contrib/lite/examples/ios/simple/
RunModelViewController.xib 21 <color key="backgroundColor" white="1" alpha="1" colorSpace="calibratedWhite"/>
27 <color key="backgroundColor" white="0.33333333333333331" alpha="1" colorSpace="calibratedWhite"/>
29 <color key="titleShadowColor" white="0.5" alpha="1" colorSpace="calibratedWhite"/>
36 <color key="backgroundColor" red="0.78314738357315861" green="0.79869981749999996" blue="0.56305065858222869" alpha="1" colorSpace="calibratedRGB"/>

Completed in 1455 milliseconds

1 2 3 45 6 7 8 91011>>