OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:dest_col
(Results
1 - 2
of
2
) sorted by null
/external/pdfium/core/src/fxge/dib/
fx_dib_transform.cpp
204
int
dest_col
= (bXFlip ? dest_clip.right - (row - row_start) - 1 : row) -
local
213
dest_scan[
dest_col
/ 8] &= ~(1 << (7 -
dest_col
% 8));
225
int
dest_col
= (bXFlip ? dest_clip.right - (row - row_start) - 1 : row) -
local
227
uint8_t* dest_scan = dest_buf +
dest_col
* nBytes;
260
int
dest_col
= (bXFlip ? dest_clip.right - (row - row_start) - 1 : row) -
local
262
uint8_t* dest_scan = dest_buf +
dest_col
;
[
all
...]
fx_dib_main.cpp
1441
int
dest_col
= m_Width - col - 1;
local
[
all
...]
Completed in 1702 milliseconds