Home | History | Annotate | Download | only in dm

Lines Matching refs:dstAlphaType

406         SkAlphaType dstAlphaType, float scale) {
450 switch (dstAlphaType) {
465 CodecSrc* src = new CodecSrc(path, mode, dstColorType, dstAlphaType, scale);
470 SkAlphaType dstAlphaType, int sampleSize) {
485 switch (dstAlphaType) {
500 AndroidCodecSrc* src = new AndroidCodecSrc(path, dstColorType, dstAlphaType, sampleSize);