Searched refs:colr (Results 1 – 1 of 1) sorted by relevance
483 auto colr = GetProperty<HeifColrBox>(itemId); in ExtractImageProperties() local484 if (colr) { in ExtractImageProperties()485 auto profile = colr->GetColorProfile(); in ExtractImageProperties()830 auto colr = std::make_shared<HeifColrBox>(); in SetColorProfile() local831 colr->SetColorProfile(profile); in SetColorProfile()832 AddProperty(itemId, colr, false); in SetColorProfile()