Home
last modified time | relevance | path

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

/aosp_15_r20/external/skia/gm/
H A Dreadpixels.cpp113 SkColorType dstColorType, SkAlphaType dstAlphaType, in draw_image()
167 for (SkAlphaType dstAlphaType : alphaTypes) { in onDraw() local
225 for (SkAlphaType dstAlphaType : alphaTypes) { in onDraw() local
288 for (SkAlphaType dstAlphaType : alphaTypes) { in onDraw() local
H A Dpng_codec.cpp194 SkAlphaType dstAlphaType) in PNGCodecGM()
434 SkAlphaType dstAlphaType) { in registerGMsForImage()
470 SkAlphaType* dstAlphaType) { in parse_and_validate_flags()
516 SkAlphaType dstAlphaType; in __anonb277b3f40102() local
/aosp_15_r20/external/skia/client_utils/android/
H A DBitmapRegionDecoder.cpp83 SkAlphaType dstAlphaType = fCodec->computeOutputAlphaType(requireUnpremul); in decodeRegion() local
/aosp_15_r20/external/skia/dm/
H A DDM.cpp521 SkAlphaType dstAlphaType, float scale) { in push_codec_src()
585 SkAlphaType dstAlphaType, int sampleSize) { in push_android_codec_src()
H A DDMSrcSink.cpp406 CodecSrc::CodecSrc(Path path, Mode mode, DstColorType dstColorType, SkAlphaType dstAlphaType, in CodecSrc()
434 CodecSrc::DstColorType dstColorType, SkAlphaType dstAlphaType) { in get_decode_info()
877 SkAlphaType dstAlphaType, int sampleSize) in AndroidCodecSrc()
/aosp_15_r20/external/skia/src/codec/
H A DSkBmpStandardCodec.cpp76 bool SkBmpStandardCodec::createColorTable(SkColorType dstColorType, SkAlphaType dstAlphaType) { in createColorTable()
/aosp_15_r20/external/skia/src/gpu/ganesh/gradients/
H A DGrGradientShader.cpp797 SkAlphaType dstAlphaType = kPremul_SkAlphaType; in make_interpolated_to_dst() local
/aosp_15_r20/external/skia/src/shaders/gradients/
H A DSkGradientBaseShader.cpp518 SkAlphaType dstAlphaType = kPremul_SkAlphaType; in AppendInterpolatedToDstStages() local
/aosp_15_r20/external/skia/src/gpu/ganesh/
H A DSurfaceContext.cpp92 static bool alpha_types_compatible(SkAlphaType srcAlphaType, SkAlphaType dstAlphaType) { in alpha_types_compatible()