Searched refs:SC_MIN_WIDTH (Results 1 – 2 of 2) sorted by relevance
821 if (*ovlw < SC_MIN_WIDTH || bld_rect->w < SC_MIN_WIDTH) { in de_recalc_ovl_bld_for_scale()827 bld_rect->w = SC_MIN_WIDTH; in de_recalc_ovl_bld_for_scale()828 *ovlw = (step->hstep * SC_MIN_WIDTH) >> shift; in de_recalc_ovl_bld_for_scale()831 *ovlw = SC_MIN_WIDTH; in de_recalc_ovl_bld_for_scale()832 bld_rect->w = SC_MIN_WIDTH * (1 << shift) in de_recalc_ovl_bld_for_scale()
49 #define SC_MIN_WIDTH 32 macro
Completed in 6 milliseconds