Minor
This commit is contained in:
parent
0a2b2a505b
commit
a88a62f70f
|
@ -170,7 +170,7 @@ decompose (const hb_ot_shape_normalize_context_t *c, bool shortest, hb_codepoint
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Returns 0 if didn't decompose, number of resulting characters otherwise. */
|
/* Returns 0 if didn't decompose, number of resulting characters otherwise. */
|
||||||
static inline bool
|
static inline unsigned int
|
||||||
decompose_compatibility (const hb_ot_shape_normalize_context_t *c, hb_codepoint_t u)
|
decompose_compatibility (const hb_ot_shape_normalize_context_t *c, hb_codepoint_t u)
|
||||||
{
|
{
|
||||||
unsigned int len, i;
|
unsigned int len, i;
|
||||||
|
@ -191,7 +191,6 @@ decompose_compatibility (const hb_ot_shape_normalize_context_t *c, hb_codepoint_
|
||||||
return len;
|
return len;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Returns true if recomposition may be benefitial. */
|
|
||||||
static inline void
|
static inline void
|
||||||
decompose_current_character (const hb_ot_shape_normalize_context_t *c, bool shortest)
|
decompose_current_character (const hb_ot_shape_normalize_context_t *c, bool shortest)
|
||||||
{
|
{
|
||||||
|
@ -231,7 +230,6 @@ handle_variation_selector_cluster (const hb_ot_shape_normalize_context_t *c, uns
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Returns true if recomposition may be benefitial. */
|
|
||||||
static inline void
|
static inline void
|
||||||
decompose_multi_char_cluster (const hb_ot_shape_normalize_context_t *c, unsigned int end)
|
decompose_multi_char_cluster (const hb_ot_shape_normalize_context_t *c, unsigned int end)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue