Searched refs:kUnknown_SkAlphaType (Results 1 – 10 of 10) sorted by relevance
53 alphaType = kUnknown_SkAlphaType; in SkColorTypeValidateAlphaType()65 if (kUnknown_SkAlphaType == alphaType) { in SkColorTypeValidateAlphaType()
57 SkASSERT(kUnknown_SkAlphaType != src); in compute_AlphaVerb()58 SkASSERT(kUnknown_SkAlphaType != dst); in compute_AlphaVerb()
35 *newAlphaType = kUnknown_SkAlphaType; in valid_for_bitmap_device()
194 case kUnknown_SkAlphaType: in setPixelRef()195 SkASSERT(fInfo.alphaType() == kUnknown_SkAlphaType); in setPixelRef()
22 kUnknown_SkAlphaType, enumerator174 , fAlphaType(kUnknown_SkAlphaType) in SkImageInfo()213 return SkImageInfo(width, height, kUnknown_SkColorType, kUnknown_SkAlphaType, in MakeUnknown()
19 case kUnknown_SkAlphaType: in ComputeCGAlphaInfo_RGBA()37 case kUnknown_SkAlphaType: in ComputeCGAlphaInfo_BGRA()
83 if (kUnknown_SkAlphaType == dstAlpha) { in valid_alpha()
249 SkAlphaType alphaType = kUnknown_SkAlphaType; in read_header()
174 if (kUnknown_SkAlphaType == dst.alphaType()) { in setOutputColorSpace()
90 const SkImageInfo colorInfo = SkImageInfo::MakeN32(width, height, kUnknown_SkAlphaType); in DEF_TEST()