Searched defs:y_unit (Results 1 - 1 of 1) sorted by relevance

/external/pdfium/core/src/fxge/win32/
H A Dfx_win32_gdipext.cpp314 int y_unit = src_height / dest_height; local
316 int area_unit = y_unit * x_unit;
330 for (int src_y = 0; src_y < y_unit; src_y ++) {

Completed in 100 milliseconds