Home
last modified time | relevance | path

Searched refs:profileType (Results 1 – 14 of 14) sorted by relevance

/external/skia/src/gpu/
DGrSurface.cpp46 SkColorProfileType profileType; in info() local
47 if (!GrPixelConfig2ColorAndProfileType(this->config(), &colorType, &profileType)) { in info()
51 profileType); in info()
/external/skia/src/core/
DSkImageInfo.cpp12 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()
DSkBitmap.cpp788 SkPixelRef* pixelRef = fPixelRef->deepCopy(this->colorType(), this->profileType(), &subset); in extractSubset()
1009 const SkColorProfileType dstPT = this->profileType(); in deepCopyTo()
1021 if (this->colorType() == dstCT && this->profileType() == dstPT) { in deepCopyTo()
/external/skia/include/gpu/
DSkGr.h50 return SkImageInfo2GrPixelConfig(info.colorType(), info.alphaType(), info.profileType()); in SkImageInfo2GrPixelConfig()
/external/skia/src/codec/
DSkJpegCodec.cpp213 if (dst.profileType() != src.profileType()) { in conversion_possible()
DSkCodec_libgif.cpp220 if (dst.profileType() != src.profileType()) { in conversion_possible()
DSkCodec_libpng.cpp394 if (dst.profileType() != src.profileType()) { in conversion_possible()
DSkCodec_libbmp.cpp22 if (dst.profileType() != src.profileType()) { in conversion_possible()
/external/skia/include/core/
DSkBitmap.h75 SkColorProfileType profileType() const { return fInfo.profileType(); } in profileType() function
DSkImageInfo.h208 SkColorProfileType profileType() const { return fProfileType; } in profileType() function
/external/skia/example/
DHelloWorld.cpp167 info.profileType()), in draw()
/external/skia/src/image/
DSkImage_Gpu.cpp88 info.profileType()); in onReadPixels()
/external/skia/gm/
Dxfermodes3.cpp130 baseInfo.profileType()); in possiblyCreateTempCanvas()
/external/skia/samplecode/
DSampleApp.cpp296 bm.profileType()), in publishCanvas()