Searched refs:m_gifDecoder (Results 1 – 7 of 7) sorted by relevance
309 wxGIFDecoder *m_gifDecoder; member in wxHtmlImageCell359 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 …]
319 wxGIFDecoder *m_gifDecoder; member in wxHtmlImageCell373 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 …]
325 wxGIFDecoder *m_gifDecoder; member in wxHtmlImageCell379 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 …]