Home
last modified time | relevance | path

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

/external/pdfium/core/fxcodec/tiff/
Dtiffmodule.cpp200 pAttr->m_Exif[tag] = ptr; in Tiff_Exif_GetInfo()
215 pAttr->m_Exif[tag] = ptr; in Tiff_Exif_GetStringInfo()
264 void* val = pAttribute->m_Exif[TIFFTAG_XRESOLUTION]; in LoadFrameInfo()
270 void* val = pAttribute->m_Exif[TIFFTAG_YRESOLUTION]; in LoadFrameInfo()
/external/pdfium/core/fxcodec/
Dfx_codec.cpp74 for (const auto& pair : m_Exif) in ~CFX_DIBAttribute()
Dfx_codec.h48 std::map<uint32_t, void*> m_Exif; variable