Searched defs:sentinal (Results 1 - 1 of 1) sorted by last modified time

/external/chromium_org/third_party/skia/tests/
H A DImageDecodingTest.cpp800 static const uint16_t sentinal = 0xBEEF; local
806 pixels[pixelCount] = sentinal; // This value should not be changed.
818 REPORTER_ASSERT(r, sentinal == pixels[pixelCount]);

Completed in 346 milliseconds