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

  /external/pdfium/core/fxcodec/codec/
ccodec_tiffmodule.cpp 189 pAttr->m_Exif[tag] = (void*)ptr;
204 pAttr->m_Exif[tag] = ptr;
262 void* val = pAttribute->m_Exif[TIFFTAG_XRESOLUTION];
268 void* val = pAttribute->m_Exif[TIFFTAG_YRESOLUTION];
fx_codec.cpp 260 for (const auto& pair : m_Exif)
  /external/pdfium/core/fxcodec/
fx_codec.h 58 std::map<uint32_t, void*> m_Exif;

Completed in 77 milliseconds