Home
last modified time | relevance | path

Searched refs:src_col (Results 1 – 1 of 1) sorted by relevance

/external/pdfium/core/src/fxge/dib/
Dfx_dib_transform.cpp440 int src_col, src_row; in Continue() local
441 result2stretch_fix.Transform(col, row, src_col, src_row); in Continue()
442 … if (src_col >= 0 && src_col <= stretch_width && src_row >= 0 && src_row <= stretch_height) { in Continue()
443 if (src_col == stretch_width) { in Continue()
444 src_col --; in Continue()
449 *dest_pos_mask = stretch_buf_mask[src_row * stretch_pitch_mask + src_col]; in Continue()
513 int src_col, src_row; in Continue() local
514 result2stretch_fix.Transform(col, row, src_col, src_row); in Continue()
515 … if (src_col >= 0 && src_col <= stretch_width && src_row >= 0 && src_row <= stretch_height) { in Continue()
516 if (src_col == stretch_width) { in Continue()
[all …]