Home
last modified time | relevance | path

Searched refs:m_Exif (Results 1 – 3 of 3) sorted by relevance

/external/pdfium/core/fxcodec/codec/
Dccodec_tiffmodule.cpp194 pAttr->m_Exif[tag] = ptr; in Tiff_Exif_GetInfo()
209 pAttr->m_Exif[tag] = ptr; in Tiff_Exif_GetStringInfo()
266 void* val = pAttribute->m_Exif[TIFFTAG_XRESOLUTION]; in LoadFrameInfo()
271 void* val = pAttribute->m_Exif[TIFFTAG_YRESOLUTION]; in LoadFrameInfo()
Dfx_codec.cpp1550 for (const auto& pair : m_Exif) in ~CFX_DIBAttribute()
/external/pdfium/core/fxcodec/
Dfx_codec.h54 std::map<uint32_t, void*> m_Exif; variable