Searched refs:x_bottom (Results 1 – 1 of 1) sorted by relevance
152 pixman_fixed_t x_top, x_bottom, x; in bits_image_fetch_bilinear_no_repeat_8888() local175 x = x_top = x_bottom = v.vector[0] - pixman_fixed_1/2; in bits_image_fetch_bilinear_no_repeat_8888()210 x_bottom = 0; in bits_image_fetch_bilinear_no_repeat_8888()216 x_bottom = x; in bits_image_fetch_bilinear_no_repeat_8888()273 x_bottom += ux_bottom; in bits_image_fetch_bilinear_no_repeat_8888()285 br = bottom_row[pixman_fixed_to_int (x_bottom) + 1] | bottom_mask; in bits_image_fetch_bilinear_no_repeat_8888()293 x_bottom += ux_bottom; in bits_image_fetch_bilinear_no_repeat_8888()309 bl = bottom_row [pixman_fixed_to_int (x_bottom)] | bottom_mask; in bits_image_fetch_bilinear_no_repeat_8888()310 br = bottom_row [pixman_fixed_to_int (x_bottom) + 1] | bottom_mask; in bits_image_fetch_bilinear_no_repeat_8888()320 x_bottom += ux_bottom; in bits_image_fetch_bilinear_no_repeat_8888()[all …]