Searched refs:m_strTime (Results 1 – 11 of 11) sorted by relevance
/dports/lang/spidermonkey60/firefox-60.9.0/modules/pdfium/pdfium/core/fxcodec/codec/ |
H A D | ccodec_pngmodule.cpp | 59 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()
|
H A D | fx_codec.cpp | 256 FXSYS_memset(m_strTime, 0, sizeof(m_strTime)); in CFX_DIBAttribute()
|
H A D | ccodec_gifmodule.cpp | 180 FXSYS_memcpy(pAttribute->m_strTime, buf, size); in LoadFrame()
|
/dports/editors/texmaker/texmaker-5.0.3/pdfium/core/fxcodec/codec/ |
H A D | fx_codec_png.cpp | 57 FXSYS_memset(pAttribute->m_strTime, 0, sizeof(pAttribute->m_strTime)); in _png_load_bmp_attribute() 58 FXSYS_snprintf((FX_CHAR*)pAttribute->m_strTime, in _png_load_bmp_attribute() 59 sizeof(pAttribute->m_strTime), "%4u:%2u:%2u %2u:%2u:%2u", in _png_load_bmp_attribute() 61 pAttribute->m_strTime[sizeof(pAttribute->m_strTime) - 1] = 0; in _png_load_bmp_attribute() 77 FXSYS_memset(pAttribute->m_strTime, 0, sizeof(pAttribute->m_strTime)); in _png_load_bmp_attribute() 79 pAttribute->m_strTime, text[i].text, in _png_load_bmp_attribute() 80 std::min(sizeof(pAttribute->m_strTime) - 1, text[i].text_length)); in _png_load_bmp_attribute()
|
H A D | fx_codec.cpp | 93 FXSYS_memset(m_strTime, 0, sizeof(m_strTime)); in CFX_DIBAttribute()
|
H A D | fx_codec_gif.cpp | 168 FXSYS_memcpy(pAttribute->m_strTime, buf, size); in LoadFrame()
|
/dports/net/boinc-client/boinc-client_release-7.8-7.8.6/clientgui/ |
H A D | ViewTransfers.h | 45 wxString m_strTime; variable
|
H A D | ViewTransfers.cpp | 499 strBuffer = transfer->m_strTime; in OnListGetItemText() 631 transfer->m_strTime = FormatTime(fDocumentDouble); in SynchronizeCacheItem()
|
/dports/editors/texmaker/texmaker-5.0.3/pdfium/core/fxcodec/include/ |
H A D | fx_codec.h | 49 uint8_t m_strTime[20]; variable
|
/dports/lang/spidermonkey60/firefox-60.9.0/modules/pdfium/pdfium/core/fxcodec/ |
H A D | fx_codec.h | 52 uint8_t m_strTime[20]; variable
|
/dports/security/keepass/KeePass-2.49-Source/KeePass/Resources/ |
H A D | KPRes.Generated.cs | 808 m_strTime = TryGetEx(dictNew, "Time", m_strTime); in SetTranslatedStrings() 10372 private static string m_strTime = field in KeePass.Resources.KPRes 10380 get { return m_strTime; }
|