Home
last modified time | relevance | path

Searched refs:real_h (Results 1 - 1 of 1) sorted by relevance

/third_party/backends/backend/escl/
H A Descl_crop.c44 int real_h = 0; in escl_crop_surface() local
63 real_h = scanner->caps[scanner->source].height - y_off; in escl_crop_surface()
69 *height = real_h; in escl_crop_surface()
72 y_off > 0 || real_h < scanner->caps[scanner->source].height) { in escl_crop_surface()
74 * real_h * bps); in escl_crop_surface()
81 for (y = 0; y < real_h; y++) in escl_crop_surface()
98 scanner->img_size = (int)(real_w * real_h * bps); in escl_crop_surface()

Completed in 1 milliseconds