Searched refs:profileType (Results 1 – 19 of 19) sorted by relevance
/external/skia/src/core/ |
D | SkImageInfo.cpp | 12 static bool profile_type_is_valid(SkColorProfileType profileType) { in profile_type_is_valid() argument 13 return (profileType >= 0) && (profileType <= kLastEnum_SkColorProfileType); in profile_type_is_valid()
|
D | SkBitmap.cpp | 747 SkPixelRef* pixelRef = fPixelRef->deepCopy(this->colorType(), this->profileType(), &subset); in extractSubset() 918 const SkColorProfileType dstPT = this->profileType(); in deepCopyTo() 930 if (this->colorType() == dstCT && this->profileType() == dstPT) { in deepCopyTo()
|
D | SkLinearBitmapPipeline.cpp | 607 if (imageInfo.profileType() == kSRGB_SkColorProfileType) { in choose_pixel_sampler()
|
D | SkCanvas.cpp | 1183 return SkImageInfo::Make(w, h, prev.colorType(), alphaType, prev.profileType()); in make_layer_info()
|
/external/skia/src/codec/ |
D | SkCodecPriv.h | 123 if (dst.profileType() != src.profileType() && in conversion_possible() 124 kLinear_SkColorProfileType != dst.profileType()) { in conversion_possible()
|
D | SkWebpCodec.cpp | 88 if (dst.profileType() != src.profileType()) { in webp_conversion_possible()
|
D | SkPngCodec.cpp | 313 SkColorProfileType profileType = kLinear_SkColorProfileType; in read_header() local 315 profileType = kSRGB_SkColorProfileType; in read_header() 319 *imageInfo = SkImageInfo::Make(origWidth, origHeight, colorType, alphaType, profileType); in read_header()
|
D | SkJpegCodec.cpp | 170 if (dst.profileType() != src.profileType()) { in setOutputColorSpace()
|
/external/skia/src/gpu/ |
D | GrSurface.cpp | 121 SkColorProfileType profileType; in info() local 122 if (!GrPixelConfig2ColorAndProfileType(this->config(), &colorType, &profileType)) { in info() 126 profileType); in info()
|
D | SkGrPixelRef.cpp | 187 this->info().profileType())); in onReadPixels()
|
/external/skia/include/gpu/ |
D | SkGr.h | 76 return SkImageInfo2GrPixelConfig(info.colorType(), info.alphaType(), info.profileType()); in SkImageInfo2GrPixelConfig()
|
/external/skia/include/core/ |
D | SkBitmap.h | 88 SkColorProfileType profileType() const { return fInfo.profileType(); } in profileType() function
|
D | SkImageInfo.h | 225 SkColorProfileType profileType() const { return fProfileType; } in profileType() function
|
/external/skia/src/android/ |
D | SkBitmapRegionCanvas.cpp | 137 fDecoder->getInfo().profileType()); in conversionSupported()
|
D | SkBitmapRegionCodec.cpp | 150 fCodec->getInfo().profileType()); in conversionSupported()
|
/external/skia/example/ |
D | HelloWorld.cpp | 166 info.profileType()), in draw()
|
/external/skia/gm/ |
D | xfermodes3.cpp | 130 baseInfo.profileType()); in possiblyCreateTempSurface()
|
/external/skia/src/image/ |
D | SkImage_Gpu.cpp | 113 info.profileType()); in onReadPixels()
|
/external/skia/samplecode/ |
D | SampleApp.cpp | 57 if (config.fColorType == info.colorType() && config.fProfileType == info.profileType()) { in find_config_name() 313 bm.profileType()), in publishCanvas()
|