Home
last modified time | relevance | path

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

/dports/editors/ted/Ted-2.23/docLayout/
H A DdocLayoutShapes.c164 dgBox.dgLeftMarginTwips += EMUtoTWIPS( ds->dsDrawing.sd_dxTextLeft ); in docShapeCheckTextLayout()
165 dgBox.dgTopMarginTwips += EMUtoTWIPS( ds->dsDrawing.sd_dyTextTop ); in docShapeCheckTextLayout()
166 dgBox.dgRightMarginTwips += EMUtoTWIPS( ds->dsDrawing.sd_dxTextRight ); in docShapeCheckTextLayout()
H A DdocPsPrintShapes.c261 widthTwips= EMUtoTWIPS( sd->sdLineWidthEmu ); in docPsPrintGetLine()
/dports/editors/ted/Ted-2.23/docBase/
H A DdocShapeDrawing.h22 # define EMUtoTWIPS(e) ((e+317)/635) macro
/dports/editors/ted/Ted-2.23/docHtml/
H A DdocSvgDraw.c297 int widthTwips= EMUtoTWIPS( sd->sdLineWidthEmu ); in docSvgEmitStroke()
/dports/editors/ted/Ted-2.23/Ted/
H A DtedDrawShape.c138 int widthTwips= EMUtoTWIPS( sd->sdLineWidthEmu ); in tedShapeGetLine()