Home
last modified time | relevance | path

Searched refs:kUnknown_SkAlphaType (Results 1 – 25 of 56) sorted by relevance

123

/external/skia/docs/examples/
Dunexpected_setAlphaType.cpp7 case kUnknown_SkAlphaType: return "Unknown"; in alphatype_name()
44 {kUnknown_SkAlphaType, kOpaque_SkAlphaType, kPremul_SkAlphaType, kUnpremul_SkAlphaType}; in draw()
55 SkColorTypeValidateAlphaType(colorType, kUnknown_SkAlphaType, &canonicalAlphaType); in draw()
DBitmap_setAlphaType.cpp12 SkAlphaType alphaTypes[] = { kUnknown_SkAlphaType, kOpaque_SkAlphaType, kPremul_SkAlphaType, in draw()
23 SkColorTypeValidateAlphaType(colorType, kUnknown_SkAlphaType, &canonicalAlphaType ); in draw()
DColorTypeValidateAlphaType.cpp11 SkAlphaType alphaTypes[] = { kUnknown_SkAlphaType, kOpaque_SkAlphaType, kPremul_SkAlphaType, in draw()
25 SkAlphaType canonicalAlphaType = kUnknown_SkAlphaType; in draw()
/external/skqp/include/core/
DSkImageInfo.h48 kUnknown_SkAlphaType, //!< uninitialized enumerator
204 , fAlphaType(kUnknown_SkAlphaType)
328 return Make(width, height, kUnknown_SkColorType, kUnknown_SkAlphaType, nullptr); in MakeUnknown()
601 fAlphaType = kUnknown_SkAlphaType; in reset()
/external/skia/src/gpu/
DGrColorInfo.h52 return fColorType != GrColorType::kUnknown && fAlphaType != kUnknown_SkAlphaType; in isValid()
59 SkAlphaType fAlphaType = kUnknown_SkAlphaType;
DGrSurfaceFillContext.h268 if (AlphaType == kUnknown_SkAlphaType || in adjustColorAlphaType()
269 this->colorInfo().alphaType() == kUnknown_SkAlphaType) { in adjustColorAlphaType()
DGrSurfaceProxy.cpp280 GrImageInfo info(GrColorType::kUnknown, kUnknown_SkAlphaType, nullptr, {width, height}); in Copy()
301 kUnknown_SkAlphaType, in Copy()
/external/skqp/src/core/
DSkImageInfo.cpp66 alphaType = kUnknown_SkAlphaType; in SkColorTypeValidateAlphaType()
79 if (kUnknown_SkAlphaType == alphaType) { in SkColorTypeValidateAlphaType()
/external/skia/src/gpu/effects/
DGrYUVtoRGBEffect.cpp130 kUnknown_SkAlphaType, in Make()
141 kUnknown_SkAlphaType, in Make()
150 kUnknown_SkAlphaType, in Make()
163 kUnknown_SkAlphaType, in Make()
/external/skia/src/core/
DSkImageInfo.cpp85 alphaType = kUnknown_SkAlphaType; in SkColorTypeValidateAlphaType()
103 if (kUnknown_SkAlphaType == alphaType) { in SkColorTypeValidateAlphaType()
/external/skia/include/core/
DSkImageInfo.h38 kUnknown_SkAlphaType, //!< uninitialized enumerator
270 SkAlphaType fAlphaType = kUnknown_SkAlphaType;
433 return Make({width, height}, kUnknown_SkColorType, kUnknown_SkAlphaType, nullptr); in MakeUnknown()
/external/skia/tests/
DReadWritePixelsGpuTest.cpp182 if (pm.alphaType() == kUnknown_SkAlphaType) { in make_pixmap_have_valid_alpha_type()
271 } else if ((readAT == kUnknown_SkAlphaType) != (srcAT == kUnknown_SkAlphaType)) { in gpu_read_pixels_test_driver()
340 if (readAT == kUnknown_SkAlphaType) { in gpu_read_pixels_test_driver()
434 kUnknown_SkAlphaType == srcAT)) { in gpu_read_pixels_test_driver()
454 kUnknown_SkAlphaType == readAT)) { in gpu_read_pixels_test_driver()
841 } else if ((writeAT == kUnknown_SkAlphaType) != (dstAT == kUnknown_SkAlphaType)) { in gpu_write_pixels_test_driver()
1004 kUnknown_SkAlphaType == dstAT)) { in gpu_write_pixels_test_driver()
1025 kUnknown_SkAlphaType == writeAT)) { in gpu_write_pixels_test_driver()
DSwizzlerTest.cpp82 const SkImageInfo colorInfo = SkImageInfo::MakeN32(width, height, kUnknown_SkAlphaType); in DEF_TEST()
/external/skqp/src/utils/mac/
DSkCreateCGImageRef.cpp20 case kUnknown_SkAlphaType: in ComputeCGAlphaInfo_RGBA()
38 case kUnknown_SkAlphaType: in ComputeCGAlphaInfo_BGRA()
/external/skia/src/utils/mac/
DSkCreateCGImageRef.cpp24 case kUnknown_SkAlphaType: break; in compute_cgalpha_info_rgba()
35 case kUnknown_SkAlphaType: break; in compute_cgalpha_info_bgra()
/external/skqp/include/private/
DSkImageInfoPriv.h105 if (kUnknown_SkColorType == info.colorType() || kUnknown_SkAlphaType == info.alphaType()) { in SkImageInfoIsValid()
/external/skia/src/effects/
DSkTableColorFilter.cpp151 this->registerChild(GrTextureEffect::Make(std::move(view), kUnknown_SkAlphaType), in ColorTableEffect()
227 GrColorInfo(GrColorType::kRGBA_8888, kUnknown_SkAlphaType, std::move(colorSpace))); in TestCreate()
/external/skqp/site/user/api/
DSkImageInfo_Reference.md7 <a href='SkImageInfo_Reference#kUnknown_SkAlphaType'>kUnknown_SkAlphaType</a>,
75 <a href='SkImageInfo_Reference#kUnknown_SkAlphaType'>kUnknown_SkAlphaType</a>,
105 …border: 2px solid #dddddd; padding: 8px; '><a name='kUnknown_SkAlphaType'><code>kUnknown_SkAlphaTy…
237 <a href='SkImageInfo_Reference#kUnknown_SkAlphaType'>kUnknown_SkAlphaType</a>, <a href='SkImageInfo…
814 …aType'>alphaType</a> is <a href='SkImageInfo_Reference#kUnknown_SkAlphaType'>kUnknown_SkAlphaType<…
818 …nical'>canonical</a> to <a href='SkImageInfo_Reference#kUnknown_SkAlphaType'>kUnknown_SkAlphaType<…
820 …e'>alphaType</a> is not <a href='SkImageInfo_Reference#kUnknown_SkAlphaType'>kUnknown_SkAlphaType<…
825 …e'>alphaType</a> is not <a href='SkImageInfo_Reference#kUnknown_SkAlphaType'>kUnknown_SkAlphaType<…
846 <a href='SkImageInfo_Reference#kUnknown_SkAlphaType'>kUnknown_SkAlphaType</a>, <a href='SkImageInfo…
862 …d21507d367e4d824383a04"><a href='SkImageInfo_Reference#kUnknown_SkAlphaType'>kUnknown_SkAlphaType<…
[all …]
/external/skia/tools/gpu/
DBackendSurfaceFactory.cpp68 if (ii.alphaType() == kUnpremul_SkAlphaType || ii.alphaType() == kUnknown_SkAlphaType) { in MakeBackendRenderTargetSurface()
/external/skia/include/private/
DSkImageInfoPriv.h163 return info.colorType() != kUnknown_SkColorType && info.alphaType() != kUnknown_SkAlphaType; in SkColorInfoIsValid()
/external/skqp/src/codec/
DSkCodecPriv.h89 if (kUnknown_SkAlphaType == dstAlpha) { in valid_alpha()
/external/skia/src/gpu/ccpr/
DGrCCClipProcessor.cpp28 auto texEffect = GrTextureEffect::Make(std::move(view), kUnknown_SkAlphaType); in GrCCClipProcessor()
/external/skqp/tests/
DSwizzlerTest.cpp82 const SkImageInfo colorInfo = SkImageInfo::MakeN32(width, height, kUnknown_SkAlphaType); in DEF_TEST()
/external/skia/src/ports/
DSkImageGeneratorNDK.cpp185 case kUnknown_SkAlphaType: in onGetPixels()
/external/skia/src/codec/
DSkCodecPriv.h89 if (kUnknown_SkAlphaType == dstAlpha) { in valid_alpha()

123