Home | History | Annotate | Download | only in dib

Lines Matching refs:GetBitmap

349         if (m_Storer.GetBitmap()) {

350 m_Storer.Replace(m_Storer.GetBitmap()->SwapXY(m_pMatrix->c > 0, m_pMatrix->b < 0));
363 if (m_Storer.GetBitmap() == NULL) {
366 FX_LPCBYTE stretch_buf = m_Storer.GetBitmap()->GetBuffer();
368 if (m_Storer.GetBitmap()->m_pAlphaMask) {
369 stretch_buf_mask = m_Storer.GetBitmap()->m_pAlphaMask->GetBuffer();
371 int stretch_pitch = m_Storer.GetBitmap()->GetPitch();
391 int stretch_pitch_mask = m_Storer.GetBitmap()->m_pAlphaMask->GetPitch();
464 if (m_Storer.GetBitmap()->IsAlphaMask()) {
538 int Bpp = m_Storer.GetBitmap()->GetBPP() / 8;
541 FX_BOOL bHasAlpha = m_Storer.GetBitmap()->HasAlpha();
543 FX_ARGB* pPal = m_Storer.GetBitmap()->GetPalette();
549 if (m_Storer.GetBitmap()->IsCmykImage())
651 FX_BOOL bHasAlpha = m_Storer.GetBitmap()->HasAlpha();