Home
last modified time | relevance | path

Searched refs:m_gifDecoder (Results 1 – 7 of 7) sorted by relevance

/dports/x11-toolkits/wxgtk28-contrib/wxGTK-2.8.12/src/html/
H A Dm_image.cpp309 wxGIFDecoder *m_gifDecoder; member in wxHtmlImageCell
359 m_gifDecoder = NULL; in wxHtmlImageCell()
379 m_gifDecoder = new wxGIFDecoder(); in wxHtmlImageCell()
380 if ( m_gifDecoder->LoadGIF(*s) == wxGIF_OK ) in wxHtmlImageCell()
388 if ( m_gifDecoder->IsAnimation() ) in wxHtmlImageCell()
398 wxDELETE(m_gifDecoder); in wxHtmlImageCell()
403 wxDELETE(m_gifDecoder); in wxHtmlImageCell()
491 if (m_nCurrFrame == m_gifDecoder->GetFrameCount()) in AdvanceAnimation()
510 m_gifDecoder->ConvertToImage(m_nCurrFrame, &img) ) in AdvanceAnimation()
528 long delay = m_gifDecoder->GetDelay(m_nCurrFrame); in AdvanceAnimation()
[all …]
/dports/x11-toolkits/wxgtk28-contrib-common/wxGTK-2.8.12/src/html/
H A Dm_image.cpp309 wxGIFDecoder *m_gifDecoder; member in wxHtmlImageCell
359 m_gifDecoder = NULL; in wxHtmlImageCell()
379 m_gifDecoder = new wxGIFDecoder(); in wxHtmlImageCell()
380 if ( m_gifDecoder->LoadGIF(*s) == wxGIF_OK ) in wxHtmlImageCell()
388 if ( m_gifDecoder->IsAnimation() ) in wxHtmlImageCell()
398 wxDELETE(m_gifDecoder); in wxHtmlImageCell()
403 wxDELETE(m_gifDecoder); in wxHtmlImageCell()
491 if (m_nCurrFrame == m_gifDecoder->GetFrameCount()) in AdvanceAnimation()
510 m_gifDecoder->ConvertToImage(m_nCurrFrame, &img) ) in AdvanceAnimation()
528 long delay = m_gifDecoder->GetDelay(m_nCurrFrame); in AdvanceAnimation()
[all …]
/dports/x11-toolkits/wxgtk28/wxGTK-2.8.12/src/html/
H A Dm_image.cpp309 wxGIFDecoder *m_gifDecoder; member in wxHtmlImageCell
359 m_gifDecoder = NULL; in wxHtmlImageCell()
379 m_gifDecoder = new wxGIFDecoder(); in wxHtmlImageCell()
380 if ( m_gifDecoder->LoadGIF(*s) == wxGIF_OK ) in wxHtmlImageCell()
388 if ( m_gifDecoder->IsAnimation() ) in wxHtmlImageCell()
398 wxDELETE(m_gifDecoder); in wxHtmlImageCell()
403 wxDELETE(m_gifDecoder); in wxHtmlImageCell()
491 if (m_nCurrFrame == m_gifDecoder->GetFrameCount()) in AdvanceAnimation()
510 m_gifDecoder->ConvertToImage(m_nCurrFrame, &img) ) in AdvanceAnimation()
528 long delay = m_gifDecoder->GetDelay(m_nCurrFrame); in AdvanceAnimation()
[all …]
/dports/x11-toolkits/wxgtk28-common/wxGTK-2.8.12/src/html/
H A Dm_image.cpp309 wxGIFDecoder *m_gifDecoder; member in wxHtmlImageCell
359 m_gifDecoder = NULL; in wxHtmlImageCell()
379 m_gifDecoder = new wxGIFDecoder(); in wxHtmlImageCell()
380 if ( m_gifDecoder->LoadGIF(*s) == wxGIF_OK ) in wxHtmlImageCell()
388 if ( m_gifDecoder->IsAnimation() ) in wxHtmlImageCell()
398 wxDELETE(m_gifDecoder); in wxHtmlImageCell()
403 wxDELETE(m_gifDecoder); in wxHtmlImageCell()
491 if (m_nCurrFrame == m_gifDecoder->GetFrameCount()) in AdvanceAnimation()
510 m_gifDecoder->ConvertToImage(m_nCurrFrame, &img) ) in AdvanceAnimation()
528 long delay = m_gifDecoder->GetDelay(m_nCurrFrame); in AdvanceAnimation()
[all …]
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/ext/wxWidgets/src/html/
H A Dm_image.cpp319 wxGIFDecoder *m_gifDecoder; member in wxHtmlImageCell
373 m_gifDecoder = NULL; in wxHtmlImageCell()
393 m_gifDecoder = new wxGIFDecoder(); in wxHtmlImageCell()
394 if ( m_gifDecoder->LoadGIF(*s) == wxGIF_OK ) in wxHtmlImageCell()
402 if ( m_gifDecoder->IsAnimation() ) in wxHtmlImageCell()
412 wxDELETE(m_gifDecoder); in wxHtmlImageCell()
417 wxDELETE(m_gifDecoder); in wxHtmlImageCell()
499 if (m_nCurrFrame == m_gifDecoder->GetFrameCount()) in AdvanceAnimation()
518 m_gifDecoder->ConvertToImage(m_nCurrFrame, &img) ) in AdvanceAnimation()
536 long delay = m_gifDecoder->GetDelay(m_nCurrFrame); in AdvanceAnimation()
[all …]
/dports/x11-toolkits/wxgtk30/wxWidgets-3.0.5.1/src/html/
H A Dm_image.cpp319 wxGIFDecoder *m_gifDecoder; member in wxHtmlImageCell
373 m_gifDecoder = NULL; in wxHtmlImageCell()
393 m_gifDecoder = new wxGIFDecoder(); in wxHtmlImageCell()
394 if ( m_gifDecoder->LoadGIF(*s) == wxGIF_OK ) in wxHtmlImageCell()
402 if ( m_gifDecoder->IsAnimation() ) in wxHtmlImageCell()
412 wxDELETE(m_gifDecoder); in wxHtmlImageCell()
417 wxDELETE(m_gifDecoder); in wxHtmlImageCell()
499 if (m_nCurrFrame == m_gifDecoder->GetFrameCount()) in AdvanceAnimation()
518 m_gifDecoder->ConvertToImage(m_nCurrFrame, &img) ) in AdvanceAnimation()
536 long delay = m_gifDecoder->GetDelay(m_nCurrFrame); in AdvanceAnimation()
[all …]
/dports/x11-toolkits/wxgtk31/wxWidgets-3.1.5/src/html/
H A Dm_image.cpp325 wxGIFDecoder *m_gifDecoder; member in wxHtmlImageCell
379 m_gifDecoder = NULL; in wxHtmlImageCell()
399 m_gifDecoder = new wxGIFDecoder(); in wxHtmlImageCell()
400 if ( m_gifDecoder->LoadGIF(*s) == wxGIF_OK ) in wxHtmlImageCell()
408 if ( m_gifDecoder->IsAnimation() ) in wxHtmlImageCell()
418 wxDELETE(m_gifDecoder); in wxHtmlImageCell()
423 wxDELETE(m_gifDecoder); in wxHtmlImageCell()
497 if (m_nCurrFrame == m_gifDecoder->GetFrameCount()) in AdvanceAnimation()
516 m_gifDecoder->ConvertToImage(m_nCurrFrame, &img) ) in AdvanceAnimation()
534 long delay = m_gifDecoder->GetDelay(m_nCurrFrame); in AdvanceAnimation()
[all …]