Home | History | Annotate | Download | only in src

Lines Matching full:normalized

1618 				      int *coords, /* 2.14 normalized */
1648 int *normalized = coords_length ? (int *) calloc (coords_length, sizeof (int)) : nullptr;
1649 if (unlikely (coords_length && !normalized))
1654 normalized, coords_length);
1655 _hb_font_adopt_var_coords_normalized (font, normalized, coords_length);
1671 int *normalized = coords_length ? (int *) calloc (coords_length, sizeof (int)) : nullptr;
1672 if (unlikely (coords_length && !normalized))
1675 hb_ot_var_normalize_coords (font->face, coords_length, coords, normalized);
1676 _hb_font_adopt_var_coords_normalized (font, normalized, coords_length);
1686 const int *coords, /* 2.14 normalized */