Home
last modified time | relevance | path

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

/external/pdfium/core/fxge/win32/
Dfx_win32_gdipext.cpp503 int src_x_end = src_x_start + x_unit; in StretchMonoToGray() local
506 for (int src_x = src_x_start; src_x < src_x_end; src_x++) { in StretchMonoToGray()