Home | History | Annotate | Download | only in src

Lines Matching full:y_scale

161   return font->y_scale;
1136 font->x_scale = font->y_scale = hb_face_get_upem (face);
1165 font->y_scale = parent->y_scale;
1193 1000, /* y_scale */
1462 * @y_scale:
1471 int y_scale)
1477 font->y_scale = y_scale;
1484 * @y_scale: (out):
1493 int *y_scale)
1496 if (y_scale) *y_scale = font->y_scale;