Home | History | Annotate | Download | only in dib

Lines Matching refs:copy_len

638     int copy_len = (pNewBitmap->GetWidth() * pNewBitmap->GetBPP() + 7) / 8;
639 if (m_Pitch < static_cast<uint32_t>(copy_len))
640 copy_len = m_Pitch;
645 memcpy(dest_scan, src_scan, copy_len);