Home
last modified time | relevance | path

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

/external/skia/gm/
Dreadpixels.cpp128 SkAlphaType dstAlphaType, sk_sp<SkColorSpace> dstColorSpace, in draw_image()
203 for (SkAlphaType dstAlphaType : alphaTypes) { in onDraw() local
263 for (SkAlphaType dstAlphaType : alphaTypes) { in onDraw() local
329 for (SkAlphaType dstAlphaType : alphaTypes) { in onDraw() local
/external/skia/src/android/
DSkBitmapRegionCodec.cpp54 SkAlphaType dstAlphaType = fCodec->computeOutputAlphaType(requireUnpremul); in decodeRegion() local
/external/skia/src/codec/
DSkBmpStandardCodec.cpp68 bool SkBmpStandardCodec::createColorTable(SkColorType dstColorType, SkAlphaType dstAlphaType, in createColorTable()
DSkCodecPriv.h322 static inline SkAlphaType select_xform_alpha(SkAlphaType dstAlphaType, SkAlphaType srcAlphaType) { in select_xform_alpha()
/external/skia/dm/
DDM.cpp376 SkAlphaType dstAlphaType, float scale) { in push_codec_src()
443 SkAlphaType dstAlphaType, int sampleSize) { in push_android_codec_src()
DDMSrcSink.cpp285 CodecSrc::CodecSrc(Path path, Mode mode, DstColorType dstColorType, SkAlphaType dstAlphaType, in CodecSrc()
343 CodecSrc::DstColorType dstColorType, SkAlphaType dstAlphaType) { in get_decode_info()
785 SkAlphaType dstAlphaType, int sampleSize) in AndroidCodecSrc()