mirror of
https://github.com/mpv-player/mpv
synced 2025-03-20 10:17:31 +00:00
Cosmetics.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23196 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
f0ffc341b6
commit
22f759c04a
@ -1277,10 +1277,10 @@ static void get_bitmap_glyph(glyph_info_t* info)
|
||||
int error;
|
||||
info->bm = info->bm_o = info->bm_s = 0;
|
||||
if (info->glyph && info->symbol != '\n' && info->symbol != 0) {
|
||||
// calculating shift vector
|
||||
shift.x = int_to_d6(info->hash_key.shift_x);
|
||||
shift.y = int_to_d6(info->hash_key.shift_y);
|
||||
transform_3d(shift, &info->glyph, &info->outline_glyph, info->frx, info->fry, info->frz);
|
||||
// calculating shift vector
|
||||
shift.x = int_to_d6(info->hash_key.shift_x);
|
||||
shift.y = int_to_d6(info->hash_key.shift_y);
|
||||
transform_3d(shift, &info->glyph, &info->outline_glyph, info->frx, info->fry, info->frz);
|
||||
|
||||
error = glyph_to_bitmap(ass_renderer->synth_priv,
|
||||
info->glyph, info->outline_glyph,
|
||||
|
Loading…
Reference in New Issue
Block a user