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

  /external/pdfium/core/src/fxcodec/codec/
fx_codec_png.cpp 57 FXSYS_memset(pAttribute->m_strTime, 0, sizeof(pAttribute->m_strTime));
58 FXSYS_snprintf((FX_CHAR*)pAttribute->m_strTime,
59 sizeof(pAttribute->m_strTime), "%4d:%2d:%2d %2d:%2d:%2d",
61 pAttribute->m_strTime[sizeof(pAttribute->m_strTime) - 1] = 0;
77 FXSYS_memset(pAttribute->m_strTime, 0, sizeof(pAttribute->m_strTime));
79 pAttribute->m_strTime, text[i].text,
80 std::min(sizeof(pAttribute->m_strTime) - 1, text[i].text_length));
    [all...]
fx_codec.cpp 279 FXSYS_memset(m_strTime, 0, sizeof(m_strTime));
fx_codec_gif.cpp 171 FXSYS_memcpy(pAttribute->m_strTime, buf, size);
  /external/pdfium/core/include/fxcodec/
fx_codec.h 53 uint8_t m_strTime[20];

Completed in 2186 milliseconds