Home | History | Annotate | Download | only in dib

Lines Matching defs:dest_pitch

1397     uint32_t dest_pitch = pFlipped->m_pAlphaMask->GetPitch();
1401 pDestBuffer + dest_pitch * (bYFlip ? (m_Height - row - 1) : row);
1403 FXSYS_memcpy(dest_scan, src_scan, dest_pitch);