Home
last modified time | relevance | path

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

/external/freetype/src/base/
Dftoutln.c1075 FT_Pos tmp_x; in FT_Outline_Get_Orientation() local
1088 tmp_x = FT_MulDiv( point->x - prev->x, in FT_Outline_Get_Orientation()
1092 if ( tmp_x < left_x ) in FT_Outline_Get_Orientation()
1094 left_x = tmp_x; in FT_Outline_Get_Orientation()
1099 if ( tmp_x > right_x ) in FT_Outline_Get_Orientation()
1101 right_x = tmp_x; in FT_Outline_Get_Orientation()
/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.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()
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()