Home
last modified time | relevance | path

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

/external/skia/tests/
DBitmapCopyTest.cpp29 static bool canHaveAlpha(SkColorType ct) { in canHaveAlpha() function
39 if (canHaveAlpha(srcPremul.colorType()) && canHaveAlpha(dstColorType)) { in test_isOpaque()