Searched defs:dstAlphaType (Results 1 – 6 of 6) sorted by relevance
/external/skia/gm/ |
D | readpixels.cpp | 130 SkAlphaType dstAlphaType, sk_sp<SkColorSpace> dstColorSpace, in draw_image() 205 for (SkAlphaType dstAlphaType : alphaTypes) { in onDraw() local 265 for (SkAlphaType dstAlphaType : alphaTypes) { in onDraw() local 331 for (SkAlphaType dstAlphaType : alphaTypes) { in onDraw() local
|
/external/skia/src/android/ |
D | SkBitmapRegionCodec.cpp | 54 SkAlphaType dstAlphaType = fCodec->computeOutputAlphaType(requireUnpremul); in decodeRegion() local
|
/external/skia/src/codec/ |
D | SkBmpStandardCodec.cpp | 64 bool SkBmpStandardCodec::createColorTable(SkColorType dstColorType, SkAlphaType dstAlphaType) { in createColorTable()
|
D | SkCodecPriv.h | 306 static inline SkAlphaType select_xform_alpha(SkAlphaType dstAlphaType, SkAlphaType srcAlphaType) { in select_xform_alpha()
|
/external/skia/dm/ |
D | DM.cpp | 386 SkAlphaType dstAlphaType, float scale) { in push_codec_src() 450 SkAlphaType dstAlphaType, int sampleSize) { in push_android_codec_src()
|
D | DMSrcSink.cpp | 292 CodecSrc::CodecSrc(Path path, Mode mode, DstColorType dstColorType, SkAlphaType dstAlphaType, in CodecSrc() 354 CodecSrc::DstColorType dstColorType, SkAlphaType dstAlphaType) { in get_decode_info() 794 SkAlphaType dstAlphaType, int sampleSize) in AndroidCodecSrc()
|