Home
last modified time | relevance | path

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

/external/pdfium/core/fxge/win32/
Dfx_win32_gdipext.cpp542 int result_pitch = (result_width + 3) / 4 * 4; in StretchMonoToGray() local
556 LPBYTE dest_scan = dest_buf + dest_y * result_pitch; in StretchMonoToGray()