Home
last modified time | relevance | path

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

/third_party/skia/tests/
DSkRemoteGlyphCacheTest.cpp155 int actualChannel = (actualColor >> (k*8)) & 0xff; in compare_blobs() local
156 REPORTER_ASSERT(reporter, abs(expectedChannel - actualChannel) <= tolerance); in compare_blobs()