Searched refs:MinHeight (Results 1 - 4 of 4) sorted by relevance
/third_party/backends/backend/escl/ |
H A D | escl.h | 119 int MinHeight; member
|
H A D | escl.c | 753 s->scanner->caps[s->scanner->source].MinHeight), in init_options_small() 756 s->y_range2.min = PIXEL_TO_MM(s->scanner->caps[s->scanner->source].MinHeight, 300.0); in init_options_small() 878 s->scanner->caps[s->scanner->source].MinHeight), in init_options() 881 s->y_range2.min = PIXEL_TO_MM(s->scanner->caps[s->scanner->source].MinHeight, 300.0); in init_options()
|
H A D | escl_capabilities.c | 270 * MinWidth, MaxWidth, MaxHeight, MinHeight, MaxScanRegions, MaxOpticalXResolution, 289 else if (strcmp(name, "MinHeight") == 0) in find_value_of_int_variables() 290 scanner->caps[type].MinHeight = atoi((const char*)xmlNodeGetContent(node)); in find_value_of_int_variables() 391 strcmp(name, "MinHeight") == 0 || in find_true_variables()
|
/third_party/mesa3d/src/gallium/drivers/d3d12/ |
H A D | d3d12_video_screen.cpp | 669 return supportCaps.ScaleSupport.OutputSizeRange.MinHeight; in d3d12_screen_get_video_param_postproc() 677 return supportCaps.ScaleSupport.OutputSizeRange.MinHeight; in d3d12_screen_get_video_param_postproc()
|
Completed in 6 milliseconds