Home
last modified time | relevance | path

Searched refs:x_iaoffh (Results 1 – 1 of 1) sorted by relevance

/dports/print/fontforge/fontforge-20201107/fontforgeexe/
H A Dmetricsview.c353 int x_iaoffh = 0, x_iaoffl = 0; in MVSubExpose() local
375 x_iaoffh = rint(ybase*s), x_iaoffl = rint((mv->vheight-ybase)*s); in MVSubExpose()
376 if ( ItalicConstrained && x_iaoffh!=0 ) { in MVSubExpose()
377 MVDrawLine(mv,pixmap,x+x_iaoffh,0,x-x_iaoffl,mv->vheight,italicwidthcol); in MVSubExpose()
392 if ( ItalicConstrained && x_iaoffh!=0 ) { in MVSubExpose()
393 MVDrawLine(mv,pixmap,xp+x_iaoffh,0,xp-x_iaoffl,mv->vheight,italicwidthcol); in MVSubExpose()