Searched refs:profileType (Results 1 – 14 of 14) sorted by relevance
46 SkColorProfileType profileType; in info() local47 if (!GrPixelConfig2ColorAndProfileType(this->config(), &colorType, &profileType)) { in info()51 profileType); in info()
12 static bool profile_type_is_valid(SkColorProfileType profileType) { in profile_type_is_valid() argument13 return (profileType >= 0) && (profileType <= kLastEnum_SkColorProfileType); in profile_type_is_valid()
788 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()
50 return SkImageInfo2GrPixelConfig(info.colorType(), info.alphaType(), info.profileType()); in SkImageInfo2GrPixelConfig()
213 if (dst.profileType() != src.profileType()) { in conversion_possible()
220 if (dst.profileType() != src.profileType()) { in conversion_possible()
394 if (dst.profileType() != src.profileType()) { in conversion_possible()
22 if (dst.profileType() != src.profileType()) { in conversion_possible()
75 SkColorProfileType profileType() const { return fInfo.profileType(); } in profileType() function
208 SkColorProfileType profileType() const { return fProfileType; } in profileType() function
167 info.profileType()), in draw()
88 info.profileType()); in onReadPixels()
130 baseInfo.profileType()); in possiblyCreateTempCanvas()
296 bm.profileType()), in publishCanvas()