Searched refs:SC_MIN_HEIGHT (Results 1 – 2 of 2) sorted by relevance
850 if (*ovlh < SC_MIN_HEIGHT || bld_rect->h < SC_MIN_HEIGHT) { in de_recalc_ovl_bld_for_scale()856 bld_rect->h = SC_MIN_HEIGHT; in de_recalc_ovl_bld_for_scale()857 *ovlh = (step->vstep * SC_MIN_HEIGHT) >> shift; in de_recalc_ovl_bld_for_scale()860 *ovlh = SC_MIN_HEIGHT; in de_recalc_ovl_bld_for_scale()861 bld_rect->h = SC_MIN_HEIGHT * (1 << shift) in de_recalc_ovl_bld_for_scale()
50 #define SC_MIN_HEIGHT 8 macro
Completed in 8 milliseconds