Home | History | Annotate | Download | only in src

Lines Matching defs:y_scale

481   HB_16Dot16   x_scale, y_scale;
490 y_scale = gpi->font->y_scale;
497 gd->y_pos += y_scale * vr->YPlacement / 0x10000;
501 gd->y_advance += y_scale * vr->YAdvance / 0x10000;
731 HB_16Dot16 x_scale, y_scale;
737 y_scale = gpi->font->y_scale;
749 *y_value = y_scale * an->af.af1.YCoordinate / 0x10000;
771 *y_value = y_scale * an->af.af3.YCoordinate / 0x10000;
787 *y_value += y_scale * an->af.af3.YCoordinate / 0x10000;