Searched refs:imageFormats (Results 1 – 2 of 2) sorted by relevance
365 Set<Integer> imageFormats = in colorSpaceProfilesTest() local368 Integer[] arrImageFormats = imageFormats.toArray(new Integer[0]); in colorSpaceProfilesTest()374 imageFormats = in colorSpaceProfilesTest()376 arrImageFormats = imageFormats.toArray(new Integer[0]); in colorSpaceProfilesTest()
2236 Set<Integer> imageFormats = profileMap.get(colorSpace).keySet(); in testColorSpaceProfileMap() local2238 imageFormats); in testColorSpaceProfileMap()2240 !imageFormats.isEmpty()); in testColorSpaceProfileMap()2241 for (int imageFormat : imageFormats) { in testColorSpaceProfileMap()2300 Set<Integer> imageFormats = in test8BitColorSpaceOutputCharacteristics() local2303 + "for a supported color space!", !imageFormats.isEmpty()); in test8BitColorSpaceOutputCharacteristics()2305 for (int imageFormat : imageFormats) { in test8BitColorSpaceOutputCharacteristics()2316 Set<Integer> imageFormats = in test8BitColorSpaceOutputCharacteristics() local2319 + "for a supported color space!", !imageFormats.isEmpty()); in test8BitColorSpaceOutputCharacteristics()2321 for (int imageFormat : imageFormats) { in test8BitColorSpaceOutputCharacteristics()[all …]