Searched refs:tmp_x (Results 1 – 6 of 6) sorted by relevance
102 int32_t tmp_x; in gradient_walker_reset() local104 tmp_x = 0x10000 - right_x; in gradient_walker_reset()106 left_x = tmp_x; in gradient_walker_reset()
158 VGfloat tmp_x = x, tmp_y = y; in matrix_map_point() local160 *out_x = mat->m[0]*tmp_x + mat->m[3]*tmp_y + mat->m[6]; in matrix_map_point()161 *out_y = mat->m[1]*tmp_x + mat->m[4]*tmp_y + mat->m[7]; in matrix_map_point()163 VGfloat w = 1/(mat->m[2]*tmp_x + mat->m[5]*tmp_y + mat->m[8]); in matrix_map_point()
1522 arithtype tmp_x = (intype)(x); \1524 dest = ((tmp_x > tmp_y) ? tmp_x - tmp_y : tmp_y - tmp_x); \1590 type1 tmp_x = x; \1592 dest = (type2)((type2)tmp_x * (type2)tmp_y); \
700 int tmp_x; in find_and_clear_dirty_height() local703 for (tmp_x = last_x; tmp_x < x; tmp_x++) in find_and_clear_dirty_height()704 vnc_clear_bit(s->dirty[y + h], tmp_x); in find_and_clear_dirty_height()
694 int tmp_x; in find_and_clear_dirty_height() local697 for (tmp_x = last_x; tmp_x < x; tmp_x++) in find_and_clear_dirty_height()698 vnc_clear_bit(s->dirty[y + h], tmp_x); in find_and_clear_dirty_height()