Home
last modified time | relevance | path

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

/dports/print/texlive-base/texlive-20150521-source/texk/dvisvgm/dvisvgm-1.9.2/src/
H A DDVIReader.cpp81 _prevYPos = _dviState.v; in executeCommand()
192 return _dviState.h+_tx; in getXPos()
199 return _dviState.v+_ty; in getYPos()
292 _stateStack.push(_dviState); in cmdPush()
334 _dviState.x = _dviState.y = _dviState.w = _dviState.z = 0; in putChar()
358 _actions->setChar(_dviState.h+_tx, _dviState.v+_ty, c, _dviState.d != WMODE_LR, font); in putChar()
362 switch (_dviState.d) { in putChar()
414 _actions->setRule(_dviState.h+_tx, _dviState.v+_ty, height, width); in cmdSetRule()
429 _actions->setRule(_dviState.h+_tx, _dviState.v+_ty, height, width); in cmdPutRule()
434 switch (_dviState.d) { in moveRight()
[all …]
H A DDVIReader.h62 void translateToX (double x) {_tx = x-_dviState.h-_tx;} in translateToX()
63 void translateToY (double y) {_ty = y-_dviState.v-_ty;} in translateToY()
133 DVIState _dviState; ///< current cursor position variable
/dports/textproc/groff/groff-1.22.4/src/devices/xditview/
H A DDviP.h105 typedef struct _dviState { struct
106 struct _dviState *next; argument
/dports/japanese/groff/groff-1.18.1.1/src/xditview/
H A DDviP.h114 typedef struct _dviState { struct
115 struct _dviState *next; argument
/dports/x11/xditview/xditview-1.0.5/
H A DDviP.h121 typedef struct _dviState { struct
122 struct _dviState *next; argument