Searched refs:otherAt (Results 1 – 1 of 1) sorted by relevance
128 SkAlphaType otherAt = info.alphaType(); in test_codec() local129 if (kPremul_SkAlphaType == otherAt) { in test_codec()130 otherAt = kUnpremul_SkAlphaType; in test_codec()132 otherAt = kPremul_SkAlphaType; in test_codec()135 test_info(r, codec, info.makeAlphaType(otherAt), expectedResult, nullptr); in test_codec()