HomeSort by relevance Sort by last modified time
    Searched refs:dest_col (Results 1 - 2 of 2) sorted by null

  /external/pdfium/core/src/fxge/dib/
fx_dib_transform.cpp 87 int dest_col = (bXFlip ? dest_clip.right - (row - row_start) - 1 : row) - dest_clip.left; local
95 dest_scan[dest_col / 8] &= ~(1 << (7 - dest_col % 8));
107 int dest_col = (bXFlip ? dest_clip.right - (row - row_start) - 1 : row) - dest_clip.left; local
108 FX_LPBYTE dest_scan = dest_buf + dest_col * nBytes;
141 int dest_col = (bXFlip ? dest_clip.right - (row - row_start) - 1 : row) - dest_clip.left; local
142 FX_LPBYTE dest_scan = dest_buf + dest_col;
    [all...]
fx_dib_main.cpp 1450 int dest_col = m_Width - col - 1; local
    [all...]

Completed in 327 milliseconds