Home
last modified time | relevance | path

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

/dports/cad/xcircuit/xcircuit-3.10.30/
H A Dtext.c1421 objinst charinst; in UDrawChar() local
1428 charinst.type = OBJINST; in UDrawChar()
1429 charinst.color = DEFAULTCOLOR; in UDrawChar()
1430 charinst.rotation = 0.0; in UDrawChar()
1431 charinst.scale = fonts[ffont].scale; in UDrawChar()
1432 charinst.position = alphapts[0]; in UDrawChar()
1433 charinst.params = NULL; in UDrawChar()
1438 charinst.thisobject = drawchar; in UDrawChar()
1449 UDrawObject(&charinst, SINGLE, passcolor, passwidth, NULL); in UDrawChar()
H A Dcairo.c942 objinst charinst; in xc_user_font_render() local
953 theinstance = &charinst; in xc_user_font_render()
954 charinst.thisobject = chr; in xc_user_font_render()