comparison libass/ass_render.c @ 23024:a66b42eda8e8

Cosmetics: reindentation.
author eugeni
date Fri, 20 Apr 2007 23:12:19 +0000
parents 0694bbf7ac84
children ab0943242d1a
comparison
equal deleted inserted replaced
23023:0694bbf7ac84 23024:a66b42eda8e8
1949 FT_Vector start_old; 1949 FT_Vector start_old;
1950 FT_Vector shift; 1950 FT_Vector shift;
1951 glyph_info_t* info = text_info.glyphs + i; 1951 glyph_info_t* info = text_info.glyphs + i;
1952 1952
1953 if (info->bm == 0) { 1953 if (info->bm == 0) {
1954 // calculating shift vector 1954 // calculating shift vector
1955 shift.x = int_to_d6(info->pos.x + device_x - center.x); 1955 shift.x = int_to_d6(info->pos.x + device_x - center.x);
1956 shift.y = - int_to_d6(info->pos.y + device_y - center.y); 1956 shift.y = - int_to_d6(info->pos.y + device_y - center.y);
1957 1957
1958 transform_3d(shift, &info->glyph, &info->outline_glyph, info->frx, info->fry, info->frz); 1958 transform_3d(shift, &info->glyph, &info->outline_glyph, info->frx, info->fry, info->frz);
1959 } 1959 }
1960 } 1960 }
1961 } 1961 }
1962 1962
1963 event_images->top = device_y - d6_to_int(text_info.lines[0].asc); 1963 event_images->top = device_y - d6_to_int(text_info.lines[0].asc);