Lines Matching refs:chromaticity
4988 PrimaryChromaticity** chromaticity) { in Parse() argument
4992 if (!*chromaticity) in Parse()
4993 *chromaticity = new PrimaryChromaticity(); in Parse()
4995 if (!*chromaticity) in Parse()
4998 PrimaryChromaticity* pc = *chromaticity; in Parse()
5065 PrimaryChromaticity** chromaticity; in Parse() local
5070 chromaticity = &mm_ptr->r; in Parse()
5075 chromaticity = &mm_ptr->g; in Parse()
5080 chromaticity = &mm_ptr->b; in Parse()
5085 chromaticity = &mm_ptr->white_point; in Parse()
5091 reader, read_pos, child_size, is_x, chromaticity); in Parse()