Searched refs:start_from_bottom (Results 1 – 1 of 1) sorted by relevance
31 bool start_from_bottom; member46 const size_t y_in_mod = config->start_from_bottom ? (mod_h - 1) - (y % mod_h) : y % mod_h; in pixel_index()