Home
last modified time | relevance | path

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

/external/skia/tests/
DBitmapCopyTest.cpp252 bool hasCT = subset.getColorTable() != nullptr; in DEF_TEST() local
253 REPORTER_ASSERT(reporter, (copy.getColorTable() != nullptr) == hasCT); in DEF_TEST()