/external/skqp/gm/ |
D | readpixels.cpp | 99 SkAlphaType dstAlphaType, sk_sp<SkColorSpace> dstColorSpace, in draw_image() argument 104 dstAlphaType, dstColorSpace); in draw_image() 156 for (SkAlphaType dstAlphaType : alphaTypes) { in onDraw() local 157 draw_image(canvas, image.get(), dstColorType, dstAlphaType, in onDraw() 216 for (SkAlphaType dstAlphaType : alphaTypes) { in onDraw() local 218 draw_image(canvas, image.get(), dstColorType, dstAlphaType, dstColorSpace, in onDraw() 282 for (SkAlphaType dstAlphaType : alphaTypes) { in onDraw() local 284 draw_image(canvas, image.get(), dstColorType, dstAlphaType, in onDraw()
|
/external/skia/gm/ |
D | readpixels.cpp | 99 SkAlphaType dstAlphaType, sk_sp<SkColorSpace> dstColorSpace, in draw_image() argument 104 dstAlphaType, dstColorSpace); in draw_image() 156 for (SkAlphaType dstAlphaType : alphaTypes) { in onDraw() local 157 draw_image(canvas, image.get(), dstColorType, dstAlphaType, in onDraw() 216 for (SkAlphaType dstAlphaType : alphaTypes) { in onDraw() local 218 draw_image(canvas, image.get(), dstColorType, dstAlphaType, dstColorSpace, in onDraw() 283 for (SkAlphaType dstAlphaType : alphaTypes) { in onDraw() local 285 draw_image(canvas, image.get(), dstColorType, dstAlphaType, in onDraw()
|
/external/skqp/src/android/ |
D | SkBitmapRegionCodec.cpp | 52 SkAlphaType dstAlphaType = fCodec->computeOutputAlphaType(requireUnpremul); in decodeRegion() local 54 dstColorType, dstAlphaType, dstColorSpace); in decodeRegion()
|
/external/skia/src/android/ |
D | SkBitmapRegionCodec.cpp | 52 SkAlphaType dstAlphaType = fCodec->computeOutputAlphaType(requireUnpremul); in decodeRegion() local 54 dstColorType, dstAlphaType, dstColorSpace); in decodeRegion()
|
/external/skqp/src/codec/ |
D | SkBmpStandardCodec.cpp | 65 bool SkBmpStandardCodec::createColorTable(SkColorType dstColorType, SkAlphaType dstAlphaType) { in createColorTable() argument 85 SkAlphaType packAlphaType = dstAlphaType; in createColorTable()
|
/external/skia/src/codec/ |
D | SkBmpStandardCodec.cpp | 65 bool SkBmpStandardCodec::createColorTable(SkColorType dstColorType, SkAlphaType dstAlphaType) { in createColorTable() argument 85 SkAlphaType packAlphaType = dstAlphaType; in createColorTable()
|
/external/skqp/dm/ |
D | DM.cpp | 401 SkAlphaType dstAlphaType, float scale) { in push_codec_src() argument 445 switch (dstAlphaType) { in push_codec_src() 460 CodecSrc* src = new CodecSrc(path, mode, dstColorType, dstAlphaType, scale); in push_codec_src() 465 SkAlphaType dstAlphaType, int sampleSize) { in push_android_codec_src() argument 480 switch (dstAlphaType) { in push_android_codec_src() 495 AndroidCodecSrc* src = new AndroidCodecSrc(path, dstColorType, dstAlphaType, sampleSize); in push_android_codec_src()
|
D | DMSrcSink.cpp | 309 CodecSrc::CodecSrc(Path path, Mode mode, DstColorType dstColorType, SkAlphaType dstAlphaType, in CodecSrc() argument 314 , fDstAlphaType(dstAlphaType) in CodecSrc() 337 CodecSrc::DstColorType dstColorType, SkAlphaType dstAlphaType) { in get_decode_info() argument 366 *decodeInfo = decodeInfo->makeAlphaType(dstAlphaType); in get_decode_info() 760 SkAlphaType dstAlphaType, int sampleSize) in AndroidCodecSrc() argument 763 , fDstAlphaType(dstAlphaType) in AndroidCodecSrc()
|
/external/skia/dm/ |
D | DM.cpp | 403 SkAlphaType dstAlphaType, float scale) { in push_codec_src() argument 447 switch (dstAlphaType) { in push_codec_src() 462 CodecSrc* src = new CodecSrc(path, mode, dstColorType, dstAlphaType, scale); in push_codec_src() 467 SkAlphaType dstAlphaType, int sampleSize) { in push_android_codec_src() argument 482 switch (dstAlphaType) { in push_android_codec_src() 497 AndroidCodecSrc* src = new AndroidCodecSrc(path, dstColorType, dstAlphaType, sampleSize); in push_android_codec_src()
|
D | DMSrcSink.cpp | 313 CodecSrc::CodecSrc(Path path, Mode mode, DstColorType dstColorType, SkAlphaType dstAlphaType, in CodecSrc() argument 318 , fDstAlphaType(dstAlphaType) in CodecSrc() 341 CodecSrc::DstColorType dstColorType, SkAlphaType dstAlphaType) { in get_decode_info() argument 370 *decodeInfo = decodeInfo->makeAlphaType(dstAlphaType); in get_decode_info() 763 SkAlphaType dstAlphaType, int sampleSize) in AndroidCodecSrc() argument 766 , fDstAlphaType(dstAlphaType) in AndroidCodecSrc()
|