Home
last modified time | relevance | path

Searched refs:otherAt (Results 1 – 1 of 1) sorted by relevance

/external/skia/tests/
DCodexTest.cpp128 SkAlphaType otherAt = info.alphaType(); in test_codec() local
129 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()