Home
last modified time | relevance | path

Searched refs:tmp_x (Results 1 – 6 of 6) sorted by relevance

/external/pixman/pixman/
Dpixman-gradient-walker.c102 int32_t tmp_x; in gradient_walker_reset() local
104 tmp_x = 0x10000 - right_x; in gradient_walker_reset()
106 left_x = tmp_x; in gradient_walker_reset()
/external/mesa3d/src/gallium/state_trackers/vega/
Dmatrix.h158 VGfloat tmp_x = x, tmp_y = y; in matrix_map_point() local
160 *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()
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/vega/
Dmatrix.h158 VGfloat tmp_x = x, tmp_y = y; in matrix_map_point() local
160 *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()
/external/qemu/target-arm/
Dneon_helper.c1522 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); \
/external/qemu/
Dvnc-android.c700 int tmp_x; in find_and_clear_dirty_height() local
703 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()
Dvnc.c694 int tmp_x; in find_and_clear_dirty_height() local
697 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()