Home | History | Annotate | Download | only in dib

Lines Matching refs:col_start

198   int col_start = bYFlip ? m_Width - dest_clip.bottom : dest_clip.top;
211 for (int col = col_start; col < col_end; col++) {
232 FX_DWORD* src_scan = (FX_DWORD*)GetScanline(row) + col_start;
233 for (int col = col_start; col < col_end; col++) {
238 const uint8_t* src_scan = GetScanline(row) + col_start * nBytes;
240 for (int col = col_start; col < col_end; col++) {
245 for (int col = col_start; col < col_end; col++) {
266 const uint8_t* src_scan = m_pAlphaMask->GetScanline(row) + col_start;
267 for (int col = col_start; col < col_end; col++) {