Home
last modified time | relevance | path

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

/external/pdfium/core/src/fxge/win32/
Dfx_win32_gdipext.cpp328 …int src_x_start = bFlipX ? (dest_width - 1 - dest_x - pClipRect->left) : (dest_x + pClipRect->left… in _StretchMonoToGray() local
329 src_x_start = src_x_start * src_width / dest_width; in _StretchMonoToGray()
330 int src_x_end = src_x_start + x_unit; in _StretchMonoToGray()
333 for (int src_x = src_x_start; src_x < src_x_end; src_x ++) { in _StretchMonoToGray()