Home
last modified time | relevance | path

Searched refs:dstAlphaType (Results 1 – 5 of 5) sorted by relevance

/external/skia/src/android/
DSkBitmapRegionCanvas.cpp33 SkAlphaType dstAlphaType = fDecoder->getInfo().alphaType(); in decodeRegion() local
34 if (kUnpremul_SkAlphaType == dstAlphaType) { in decodeRegion()
35 dstAlphaType = kPremul_SkAlphaType; in decodeRegion()
62 dstColorType, dstAlphaType); in decodeRegion()
DSkBitmapRegionCodec.cpp54 SkAlphaType dstAlphaType = fCodec->computeOutputAlphaType(requireUnpremul); in decodeRegion() local
56 dstColorType, dstAlphaType); in decodeRegion()
/external/skia/src/codec/
DSkBmpStandardCodec.cpp71 bool SkBmpStandardCodec::createColorTable(SkAlphaType dstAlphaType, int* numColors) { in createColorTable() argument
98 if (fIsOpaque || kUnpremul_SkAlphaType == dstAlphaType) { in createColorTable()
/external/skia/dm/
DDM.cpp242 SkAlphaType dstAlphaType, float scale) { in push_codec_src() argument
285 switch (dstAlphaType) { in push_codec_src()
303 CodecSrc* src = new CodecSrc(path, mode, dstColorType, dstAlphaType, scale); in push_codec_src()
308 CodecSrc::DstColorType dstColorType, SkAlphaType dstAlphaType, int sampleSize) { in push_android_codec_src() argument
330 switch (dstAlphaType) { in push_android_codec_src()
348 AndroidCodecSrc* src = new AndroidCodecSrc(path, mode, dstColorType, dstAlphaType, sampleSize); in push_android_codec_src()
DDMSrcSink.cpp256 CodecSrc::CodecSrc(Path path, Mode mode, DstColorType dstColorType, SkAlphaType dstAlphaType, in CodecSrc() argument
261 , fDstAlphaType(dstAlphaType) in CodecSrc()
644 SkAlphaType dstAlphaType, int sampleSize) in AndroidCodecSrc() argument
648 , fDstAlphaType(dstAlphaType) in AndroidCodecSrc()