Searched refs:prophoto_profiles (Results 1 – 2 of 2) sorted by relevance
1147 prophoto_profiles[0] = new ProPhotoProfile( PF::PF_TRC_STANDARD ); in ICCStore()1148 prophoto_profiles[1] = new ProPhotoProfile( PF::PF_TRC_PERCEPTUAL ); in ICCStore()1149 prophoto_profiles[2] = new ProPhotoProfile( PF::PF_TRC_LINEAR ); in ICCStore()1150 prophoto_profiles[0]->ref(); profiles.push_back( prophoto_profiles[0] ); in ICCStore()1151 prophoto_profiles[1]->ref(); profiles.push_back( prophoto_profiles[1] ); in ICCStore()1152 prophoto_profiles[2]->ref(); profiles.push_back( prophoto_profiles[2] ); in ICCStore()1233 case PF::PROF_TYPE_PROPHOTO: return prophoto_profiles[trc_type]; in get_profile()
343 ICCProfile* prophoto_profiles[6]; member in PF::ICCStore