Searched refs:HeifColrBox (Results 1 – 5 of 5) sorted by relevance
24 heif_error HeifColrBox::ParseContent(HeifStreamReader& reader) in ParseContent()68 heif_error HeifColrBox::Write(HeifStreamWriter& writer) const in Write()
188 MAKE_BOX_CASE("colr", HeifColrBox); in MakeBox()
71 class HeifColrBox : public HeifBox {73 HeifColrBox() : HeifBox(BOX_TYPE_COLR) {} in HeifColrBox() function
125 HeifColrBox *heifcolrbox, HeifStreamReader &reader, HeifStreamWriter &writer) in ItemPropertyColorBoxTest001()259 auto heifcolrbox = static_cast<HeifColrBox*>(objHeifbox); in HeifImplFuzzTest001()
483 auto colr = GetProperty<HeifColrBox>(itemId); in ExtractImageProperties()830 auto colr = std::make_shared<HeifColrBox>(); in SetColorProfile()