Whitespace
This commit is contained in:
parent
30c114ffec
commit
8008bca83b
|
@ -213,7 +213,7 @@ struct hb_font_t
|
|||
unicode, glyph,
|
||||
klass->user_data.nominal_glyph);
|
||||
}
|
||||
inline unsigned int get_nominal_glyphs ( unsigned int count,
|
||||
inline unsigned int get_nominal_glyphs (unsigned int count,
|
||||
const hb_codepoint_t *first_unicode,
|
||||
unsigned int unicode_stride,
|
||||
hb_codepoint_t *first_glyph,
|
||||
|
|
|
@ -320,6 +320,7 @@ _hb_ot_shape_normalize (const hb_ot_shape_plan_t *plan,
|
|||
/* First round, decompose */
|
||||
|
||||
bool all_simple = true;
|
||||
{
|
||||
buffer->clear_output ();
|
||||
count = buffer->len;
|
||||
buffer->idx = 0;
|
||||
|
@ -352,8 +353,11 @@ _hb_ot_shape_normalize (const hb_ot_shape_plan_t *plan,
|
|||
}
|
||||
while (buffer->idx < count && buffer->successful);
|
||||
buffer->swap_buffers ();
|
||||
}
|
||||
|
||||
|
||||
/* Second round, reorder (inplace) */
|
||||
|
||||
if (!all_simple)
|
||||
{
|
||||
count = buffer->len;
|
||||
|
|
Loading…
Reference in New Issue