Searched refs:dstAlphaType (Results 1 – 5 of 5) sorted by relevance
/external/skia/src/android/ |
D | SkBitmapRegionCanvas.cpp | 33 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()
|
D | SkBitmapRegionCodec.cpp | 54 SkAlphaType dstAlphaType = fCodec->computeOutputAlphaType(requireUnpremul); in decodeRegion() local 56 dstColorType, dstAlphaType); in decodeRegion()
|
/external/skia/src/codec/ |
D | SkBmpStandardCodec.cpp | 71 bool SkBmpStandardCodec::createColorTable(SkAlphaType dstAlphaType, int* numColors) { in createColorTable() argument 98 if (fIsOpaque || kUnpremul_SkAlphaType == dstAlphaType) { in createColorTable()
|
/external/skia/dm/ |
D | DM.cpp | 242 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()
|
D | DMSrcSink.cpp | 256 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()
|