HomeSort by relevance Sort by last modified time
    Searched refs:m_Exif (Results 1 - 3 of 3) sorted by null

  /external/pdfium/core/src/fxcodec/codec/
fx_codec_tiff.cpp 260 pAttr->m_Exif[tag] = (void*)ptr;
274 pAttr->m_Exif[tag] = ptr;
311 void* val = pAttribute->m_Exif[TIFFTAG_XRESOLUTION];
316 void* val = pAttribute->m_Exif[TIFFTAG_YRESOLUTION];
fx_codec.cpp 282 for (const auto& pair : m_Exif)
  /external/pdfium/core/include/fxcodec/
fx_codec.h 59 std::map<FX_DWORD, void*> m_Exif;

Completed in 111 milliseconds