Home
last modified time | relevance | path

Searched refs:m_strTime (Results 1 – 4 of 4) sorted by relevance

/external/pdfium/core/fxcodec/codec/
Dccodec_pngmodule.cpp59 FXSYS_memset(pAttribute->m_strTime, 0, sizeof(pAttribute->m_strTime)); in _png_load_bmp_attribute()
60 FXSYS_snprintf((FX_CHAR*)pAttribute->m_strTime, in _png_load_bmp_attribute()
61 sizeof(pAttribute->m_strTime), "%4u:%2u:%2u %2u:%2u:%2u", in _png_load_bmp_attribute()
63 pAttribute->m_strTime[sizeof(pAttribute->m_strTime) - 1] = 0; in _png_load_bmp_attribute()
79 FXSYS_memset(pAttribute->m_strTime, 0, sizeof(pAttribute->m_strTime)); in _png_load_bmp_attribute()
81 pAttribute->m_strTime, text[i].text, in _png_load_bmp_attribute()
82 std::min(sizeof(pAttribute->m_strTime) - 1, text[i].text_length)); in _png_load_bmp_attribute()
Dfx_codec.cpp257 FXSYS_memset(m_strTime, 0, sizeof(m_strTime)); in CFX_DIBAttribute()
Dccodec_gifmodule.cpp180 FXSYS_memcpy(pAttribute->m_strTime, buf, size); in LoadFrame()
/external/pdfium/core/fxcodec/
Dfx_codec.h52 uint8_t m_strTime[20]; variable