Home
last modified time | relevance | path

Searched defs:dstAlphaType (Results 1 – 11 of 11) sorted by relevance

/third_party/flutter/skia/gm/
Dreadpixels.cpp115 SkAlphaType dstAlphaType, sk_sp<SkColorSpace> dstColorSpace, in draw_image()
172 for (SkAlphaType dstAlphaType : alphaTypes) { in onDraw() local
232 for (SkAlphaType dstAlphaType : alphaTypes) { in onDraw() local
299 for (SkAlphaType dstAlphaType : alphaTypes) { in onDraw() local
/third_party/skia/gm/
Dreadpixels.cpp110 SkColorType dstColorType, SkAlphaType dstAlphaType, in draw_image()
168 for (SkAlphaType dstAlphaType : alphaTypes) { in onDraw() local
228 for (SkAlphaType dstAlphaType : alphaTypes) { in onDraw() local
295 for (SkAlphaType dstAlphaType : alphaTypes) { in onDraw() local
/third_party/flutter/skia/src/android/
DSkBitmapRegionCodec.cpp52 SkAlphaType dstAlphaType = fCodec->computeOutputAlphaType(requireUnpremul); in decodeRegion() local
/third_party/skia/client_utils/android/
DBitmapRegionDecoder.cpp82 SkAlphaType dstAlphaType = fCodec->computeOutputAlphaType(requireUnpremul); in decodeRegion() local
/third_party/flutter/skia/src/codec/
DSkBmpStandardCodec.cpp65 bool SkBmpStandardCodec::createColorTable(SkColorType dstColorType, SkAlphaType dstAlphaType) { in createColorTable()
/third_party/skia/src/codec/
DSkBmpStandardCodec.cpp65 bool SkBmpStandardCodec::createColorTable(SkColorType dstColorType, SkAlphaType dstAlphaType) { in createColorTable()
/third_party/flutter/skia/dm/
DDM.cpp472 SkAlphaType dstAlphaType, float scale) { in push_codec_src()
536 SkAlphaType dstAlphaType, int sampleSize) { in push_android_codec_src()
DDMSrcSink.cpp309 CodecSrc::CodecSrc(Path path, Mode mode, DstColorType dstColorType, SkAlphaType dstAlphaType, in CodecSrc()
337 CodecSrc::DstColorType dstColorType, SkAlphaType dstAlphaType) { in get_decode_info()
759 SkAlphaType dstAlphaType, int sampleSize) in AndroidCodecSrc()
/third_party/skia/dm/
DDM.cpp481 SkAlphaType dstAlphaType, float scale) { in push_codec_src()
545 SkAlphaType dstAlphaType, int sampleSize) { in push_android_codec_src()
DDMSrcSink.cpp354 CodecSrc::CodecSrc(Path path, Mode mode, DstColorType dstColorType, SkAlphaType dstAlphaType, in CodecSrc()
382 CodecSrc::DstColorType dstColorType, SkAlphaType dstAlphaType) { in get_decode_info()
825 SkAlphaType dstAlphaType, int sampleSize) in AndroidCodecSrc()
/third_party/skia/src/gpu/
DSurfaceContext.cpp60 static bool alpha_types_compatible(SkAlphaType srcAlphaType, SkAlphaType dstAlphaType) { in alpha_types_compatible()