Searched refs:m_Exif (Results 1 – 3 of 3) sorted by relevance
189 pAttr->m_Exif[tag] = (void*)ptr; in Tiff_Exif_GetInfo()204 pAttr->m_Exif[tag] = ptr; in Tiff_Exif_GetStringInfo()262 void* val = pAttribute->m_Exif[TIFFTAG_XRESOLUTION]; in LoadFrameInfo()268 void* val = pAttribute->m_Exif[TIFFTAG_YRESOLUTION]; in LoadFrameInfo()
260 for (const auto& pair : m_Exif) in ~CFX_DIBAttribute()
58 std::map<uint32_t, void*> m_Exif; variable