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 83 int dest_col = (bXFlip ? dest_clip.right - (row - row_start) - 1 : row) - dest_clip.left; local
91 dest_scan[dest_col / 8] &= ~(1 << (7 - dest_col % 8));
103 int dest_col = (bXFlip ? dest_clip.right - (row - row_start) - 1 : row) - dest_clip.left; local
104 FX_LPBYTE dest_scan = dest_buf + dest_col * nBytes;
136 int dest_col = (bXFlip ? dest_clip.right - (row - row_start) - 1 : row) - dest_clip.left; local
137 FX_LPBYTE dest_scan = dest_buf + dest_col;
    [all...]
fx_dib_main.cpp 1406 int dest_col = m_Width - col - 1; local
    [all...]

Completed in 81 milliseconds