Searched refs:profileMap (Results 1 – 1 of 1) sorted by relevance
2229 Map<ColorSpace.Named, Map<Integer, Set<Long>>> profileMap = in testColorSpaceProfileMap() local2232 Set<ColorSpace.Named> colorSpaces = profileMap.keySet(); in testColorSpaceProfileMap()2236 Set<Integer> imageFormats = profileMap.get(colorSpace).keySet(); in testColorSpaceProfileMap()2242 Set<Long> dynamicRangeProfiles = profileMap.get(colorSpace).get(imageFormat); in testColorSpaceProfileMap()