Searched defs:dstAlphaType (Results 1 – 9 of 9) sorted by relevance
/aosp_15_r20/external/skia/gm/ |
H A D | readpixels.cpp | 113 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 D | png_codec.cpp | 194 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 D | BitmapRegionDecoder.cpp | 83 SkAlphaType dstAlphaType = fCodec->computeOutputAlphaType(requireUnpremul); in decodeRegion() local
|
/aosp_15_r20/external/skia/dm/ |
H A D | DM.cpp | 521 SkAlphaType dstAlphaType, float scale) { in push_codec_src() 585 SkAlphaType dstAlphaType, int sampleSize) { in push_android_codec_src()
|
H A D | DMSrcSink.cpp | 406 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 D | SkBmpStandardCodec.cpp | 76 bool SkBmpStandardCodec::createColorTable(SkColorType dstColorType, SkAlphaType dstAlphaType) { in createColorTable()
|
/aosp_15_r20/external/skia/src/gpu/ganesh/gradients/ |
H A D | GrGradientShader.cpp | 797 SkAlphaType dstAlphaType = kPremul_SkAlphaType; in make_interpolated_to_dst() local
|
/aosp_15_r20/external/skia/src/shaders/gradients/ |
H A D | SkGradientBaseShader.cpp | 518 SkAlphaType dstAlphaType = kPremul_SkAlphaType; in AppendInterpolatedToDstStages() local
|
/aosp_15_r20/external/skia/src/gpu/ganesh/ |
H A D | SurfaceContext.cpp | 92 static bool alpha_types_compatible(SkAlphaType srcAlphaType, SkAlphaType dstAlphaType) { in alpha_types_compatible()
|