Home
last modified time | relevance | path

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

/external/pdfium/core/src/fxcodec/codec/
Dfx_codec_tiff.cpp260 pAttr->m_Exif[tag] = (void*)ptr; in Tiff_Exif_GetInfo()
274 pAttr->m_Exif[tag] = ptr; in Tiff_Exif_GetStringInfo()
311 void* val = pAttribute->m_Exif[TIFFTAG_XRESOLUTION]; in LoadFrameInfo()
316 void* val = pAttribute->m_Exif[TIFFTAG_YRESOLUTION]; in LoadFrameInfo()
Dfx_codec.cpp282 for (const auto& pair : m_Exif) in ~CFX_DIBAttribute()
/external/pdfium/core/include/fxcodec/
Dfx_codec.h59 std::map<FX_DWORD, void*> m_Exif; variable