Home | History | Annotate | Download | only in dib

Lines Matching refs:src_scan

204         const uint8_t* src_scan = pSrcBitmap->GetScanline(src_top + row);
206 if (src_scan[(src_left + col) / 8] &
221 const uint8_t* src_scan =
223 memcpy(dest_scan, src_scan, width * Bpp);
432 uint8_t* src_scan = pSrcClone->m_pBuffer.Get() + pSrcClone->m_Pitch * row;
435 if (!((1 << (7 - col % 8)) & src_scan[col / 8]))
440 *dest_scan = (*dest_scan) * src_scan[col] / 255;
452 uint8_t* src_scan =
455 *dest_scan = (*dest_scan) * src_scan[col] / 255;
878 const uint8_t* src_scan =
894 compositor.CompositeRgbBitmapLine(dest_scan, src_scan, width, clip_scan,
898 compositor.CompositePalBitmapLine(dest_scan, src_scan, src_left, width,
954 const uint8_t* src_scan = pMask->GetScanline(src_top + row);
966 compositor.CompositeBitMaskLine(dest_scan, src_scan, src_left, width,
969 compositor.CompositeByteMaskLine(dest_scan, src_scan + src_left, width,