Searched refs:tmp_x (Results 1 – 4 of 4) sorted by relevance
1075 FT_Pos tmp_x; in FT_Outline_Get_Orientation() local1088 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()
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); \
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()
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()