Home
last modified time | relevance | path

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

/third_party/skia/tests/
DCodecAnimTest.cpp362 auto expectedAlpha = 0 == i ? codec->getInfo().alphaType() : rec.fAlphas[i-1]; in DEF_TEST() local
364 if (expectedAlpha != alpha) { in DEF_TEST()
366 rec.fName, i, to_string(expectedAlpha), to_string(alpha)); in DEF_TEST()