Home | History | Annotate | Download | only in tests

Lines Matching full:otherat

128             SkAlphaType otherAt = info.alphaType();
129 if (kPremul_SkAlphaType == otherAt) {
130 otherAt = kUnpremul_SkAlphaType;
132 otherAt = kPremul_SkAlphaType;
135 test_info(r, codec, info.makeAlphaType(otherAt), expectedResult, nullptr);