Home
last modified time | relevance | path

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

/external/pdfium/core/src/fxge/win32/
Dfx_win32_gdipext.cpp330 int src_x_end = src_x_start + x_unit; in _StretchMonoToGray() local
333 for (int src_x = src_x_start; src_x < src_x_end; src_x ++) { in _StretchMonoToGray()