Home
last modified time | relevance | path

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

/external/pdfium/core/fxge/win32/
Dfx_win32_gdipext.cpp551 int x_unit = src_width / dest_width; in StretchMonoToGray() local
552 int area_unit = y_unit * x_unit; in StretchMonoToGray()
566 int src_x_end = src_x_start + x_unit; in StretchMonoToGray()