Searched refs:makeAlphaType (Results 1 - 25 of 46) sorted by relevance

12

/external/skia/samplecode/
H A DDecodeFile.h27 info = info.makeAlphaType(kUnpremul_SkAlphaType);
/external/skqp/samplecode/
H A DDecodeFile.h27 info = info.makeAlphaType(kUnpremul_SkAlphaType);
/external/skia/bench/
H A DAndroidCodecBench.cpp38 fInfo = fInfo.makeAlphaType(kPremul_SkAlphaType);
H A DCodecBench.cpp43 .makeAlphaType(fAlphaType)
/external/skqp/bench/
H A DAndroidCodecBench.cpp38 fInfo = fInfo.makeAlphaType(kPremul_SkAlphaType);
H A DCodecBench.cpp43 .makeAlphaType(fAlphaType)
/external/skia/gm/
H A Dencode-alpha-jpeg.cpp68 info = info.makeAlphaType(kUnpremul_SkAlphaType);
88 info = info.makeAlphaType(kUnpremul_SkAlphaType);
H A Dencode-srgb.cpp60 .makeAlphaType(alphaType)
H A Dreadpixels.cpp60 .makeAlphaType(kPremul_SkAlphaType)
149 dstInfo = dstInfo.makeAlphaType(kPremul_SkAlphaType);
/external/skqp/gm/
H A Dencode-alpha-jpeg.cpp67 info = info.makeAlphaType(kUnpremul_SkAlphaType);
87 info = info.makeAlphaType(kUnpremul_SkAlphaType);
H A Dencode-srgb.cpp60 .makeAlphaType(alphaType)
H A Dreadpixels.cpp59 .makeAlphaType(kPremul_SkAlphaType)
148 dstInfo = dstInfo.makeAlphaType(kPremul_SkAlphaType);
/external/skia/src/codec/
H A DSkBmpMaskCodec.cpp63 swizzlerInfo = swizzlerInfo.makeAlphaType(kUnpremul_SkAlphaType);
H A DSkCodecImageGenerator.cpp24 info = info.makeAlphaType(kPremul_SkAlphaType);
/external/skqp/src/codec/
H A DSkBmpMaskCodec.cpp63 swizzlerInfo = swizzlerInfo.makeAlphaType(kUnpremul_SkAlphaType);
H A DSkCodecImageGenerator.cpp24 info = info.makeAlphaType(kPremul_SkAlphaType);
/external/skia/tests/
H A DAnimatedImageTest.cpp121 const auto imageInfo = codec->getInfo().makeAlphaType(kPremul_SkAlphaType);
196 const auto imageInfo = codec->getInfo().makeAlphaType(kPremul_SkAlphaType);
199 auto info = codec->getInfo().makeAlphaType(frameInfos[i].fAlphaType);
H A DCodecAnimTest.cpp304 decodeInfo = info.makeAlphaType(frameInfos[index].fAlphaType);
398 auto info = codec->getInfo().makeAlphaType(kPremul_SkAlphaType);
416 info = info.makeAlphaType(frameInfo.fAlphaType);
H A DCodecTest.cpp191 info565 = info565.makeAlphaType(alpha);
213 grayInfo = grayInfo.makeAlphaType(alpha);
227 test_info(r, codec, info.makeAlphaType(kUnpremul_SkAlphaType),
229 test_info(r, codec, info.makeAlphaType(kPremul_SkAlphaType),
233 test_info(r, codec, info.makeAlphaType(kOpaque_SkAlphaType),
242 test_info(r, codec, info.makeAlphaType(otherAt), expectedResult, nullptr);
1098 .makeAlphaType(alphaType)
1107 SkImageInfo newInfo = codec->getInfo().makeAlphaType(alphaType)
/external/skia/src/android/
H A DSkBitmapRegionCodec.cpp79 outInfo = outInfo.makeColorType(kAlpha_8_SkColorType).makeAlphaType(kPremul_SkAlphaType);
/external/skqp/src/android/
H A DSkBitmapRegionCodec.cpp82 outInfo = outInfo.makeColorType(kAlpha_8_SkColorType).makeAlphaType(kPremul_SkAlphaType);
/external/skqp/tests/
H A DAnimatedImageTest.cpp46 const auto imageInfo = codec->getInfo().makeAlphaType(kPremul_SkAlphaType);
49 auto info = codec->getInfo().makeAlphaType(frameInfos[i].fAlphaType);
H A DCodecAnimTest.cpp304 decodeInfo = info.makeAlphaType(frameInfos[index].fAlphaType);
398 auto info = codec->getInfo().makeAlphaType(kPremul_SkAlphaType);
416 info = info.makeAlphaType(frameInfo.fAlphaType);
H A DCodecTest.cpp189 info565 = info565.makeAlphaType(alpha);
211 grayInfo = grayInfo.makeAlphaType(alpha);
225 test_info(r, codec, info.makeAlphaType(kUnpremul_SkAlphaType),
227 test_info(r, codec, info.makeAlphaType(kPremul_SkAlphaType),
231 test_info(r, codec, info.makeAlphaType(kOpaque_SkAlphaType),
240 test_info(r, codec, info.makeAlphaType(otherAt), expectedResult, nullptr);
1087 .makeAlphaType(alphaType)
1096 SkImageInfo newInfo = codec->getInfo().makeAlphaType(alphaType)
/external/skia/include/core/
H A DSkImageInfo.h225 SkImageInfo makeAlphaType(SkAlphaType newAlphaType) const { function in struct:SkImageInfo

Completed in 736 milliseconds

12