Home | History | Annotate | Download | only in hb-old

Lines Matching refs:x10000

495     gd->x_pos += x_scale * vr->XPlacement / 0x10000;
497 gd->y_pos += y_scale * vr->YPlacement / 0x10000;
499 gd->x_advance += x_scale * vr->XAdvance / 0x10000;
501 gd->y_advance += y_scale * vr->YAdvance / 0x10000;
748 *x_value = x_scale * an->af.af1.XCoordinate / 0x10000;
749 *y_value = y_scale * an->af.af1.YCoordinate / 0x10000;
770 *x_value = x_scale * an->af.af3.XCoordinate / 0x10000;
771 *y_value = y_scale * an->af.af3.YCoordinate / 0x10000;
786 *x_value += x_scale * an->af.af3.XCoordinate / 0x10000;
787 *y_value += y_scale * an->af.af3.YCoordinate / 0x10000;