Searched refs:x_limit (Results 1 – 1 of 1) sorted by relevance
131 int x_limit = x_src + w_dst; in blend() local134 for (j = x_src, j_dst = x_dst; j < x_limit; ++j) { in blend()