Searched refs:checkVal255 (Results 1 – 1 of 1) sorted by relevance
/external/libjpeg-turbo/java/ |
D | TJUnitTest.java | 295 private static void checkVal255(int row, int col, int v, String vname) in checkVal255() method in TJUnitTest 329 checkVal255(row, col, c, "C"); in checkBuf() 331 checkVal255(row, col, m, "M"); in checkBuf() 332 checkVal255(row, col, y, "Y"); in checkBuf() 334 checkVal255(row, col, k, "K"); in checkBuf() 339 checkVal255(row, col, k, "K"); in checkBuf() 343 checkVal255(row, col, m, "M"); in checkBuf() 362 checkVal255(row, col, r, "R"); in checkBuf() 363 checkVal255(row, col, g, "G"); in checkBuf() 364 checkVal255(row, col, b, "B"); in checkBuf() [all …]
|