Home | History | Annotate | Download | only in ge

Lines Matching refs:dest_row

373                 int dest_row = row + top;

374 if (dest_row < 0 || dest_row >= bitmap.GetHeight()) {
378 FX_LPBYTE dest_scan = dest_buf + dest_row * dest_pitch + (start_col << 2);
686 int dest_row = row + top;
687 if (dest_row < 0 || dest_row >= bitmap.GetHeight()) {
691 FX_LPBYTE dest_scan = dest_buf + dest_row * dest_pitch + start_col * Bpp;