Searched refs:checkVal255 (Results 1 – 1 of 1) sorted by relevance
/external/libjpeg-turbo/java/ |
D | TJUnitTest.java | 287 static void checkVal255(int row, int col, int v, String vname) in checkVal255() method in TJUnitTest 323 checkVal255(row, col, c, "C"); in checkBuf() 325 checkVal255(row, col, m, "M"); in checkBuf() 326 checkVal255(row, col, y, "Y"); in checkBuf() 328 checkVal255(row, col, k, "K"); in checkBuf() 333 checkVal255(row, col, k, "K"); in checkBuf() 337 checkVal255(row, col, m, "M"); in checkBuf() 356 checkVal255(row, col, r, "R"); in checkBuf() 357 checkVal255(row, col, g, "G"); in checkBuf() 358 checkVal255(row, col, b, "B"); in checkBuf() [all …]
|