Searched defs:dstAlphaType (Results  1 – 8 of 8) sorted by relevance
| /external/skia/gm/ | 
| D | readpixels.cpp | 110                        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
 
 | 
| /external/skia/client_utils/android/ | 
| D | BitmapRegionDecoder.cpp | 83     SkAlphaType dstAlphaType = fCodec->computeOutputAlphaType(requireUnpremul);  in decodeRegion()  local
 | 
| /external/skia/src/codec/ | 
| D | SkBmpStandardCodec.cpp | 76  bool SkBmpStandardCodec::createColorTable(SkColorType dstColorType, SkAlphaType dstAlphaType) {  in createColorTable()
 | 
| /external/skia/src/shaders/gradients/ | 
| D | SkGradientShaderBase.cpp | 465     SkAlphaType dstAlphaType = kPremul_SkAlphaType;  in appendStages()  local786     SkAlphaType dstAlphaType = dstInfo.alphaType();  in program()  local
 
 | 
| /external/skia/dm/ | 
| D | DM.cpp | 504         SkAlphaType dstAlphaType, float scale) {  in push_codec_src()568         SkAlphaType dstAlphaType, int sampleSize) {  in push_android_codec_src()
 
 | 
| D | DMSrcSink.cpp | 358 CodecSrc::CodecSrc(Path path, Mode mode, DstColorType dstColorType, SkAlphaType dstAlphaType,  in CodecSrc()386                             CodecSrc::DstColorType dstColorType, SkAlphaType dstAlphaType) {  in get_decode_info()
 829         SkAlphaType dstAlphaType, int sampleSize)  in AndroidCodecSrc()
 
 | 
| /external/skia/src/gpu/ganesh/gradients/ | 
| D | GrGradientShader.cpp | 737     SkAlphaType dstAlphaType = kPremul_SkAlphaType;  in make_interpolated_to_dst()  local
 | 
| /external/skia/src/gpu/ganesh/ | 
| D | SurfaceContext.cpp | 64 static bool alpha_types_compatible(SkAlphaType srcAlphaType, SkAlphaType dstAlphaType) {  in alpha_types_compatible()
 |