Home
last modified time | relevance | path

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

/external/skia/gm/
Dreadpixels.cpp130 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/
DSkBitmapRegionCodec.cpp54 SkAlphaType dstAlphaType = fCodec->computeOutputAlphaType(requireUnpremul); in decodeRegion() local
/external/skia/src/codec/
DSkBmpStandardCodec.cpp64 bool SkBmpStandardCodec::createColorTable(SkColorType dstColorType, SkAlphaType dstAlphaType) { in createColorTable()
DSkCodecPriv.h306 static inline SkAlphaType select_xform_alpha(SkAlphaType dstAlphaType, SkAlphaType srcAlphaType) { in select_xform_alpha()
/external/skia/dm/
DDM.cpp386 SkAlphaType dstAlphaType, float scale) { in push_codec_src()
450 SkAlphaType dstAlphaType, int sampleSize) { in push_android_codec_src()
DDMSrcSink.cpp292 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()