Lines Matching defs:tx
2255 double tx, ty;
2257 tx = state->getLineX() + args[0].getNum();
2259 state->textMoveTo(tx, ty);
2260 builder->updateTextPosition(tx, ty);
2266 double tx, ty;
2268 tx = state->getLineX() + args[0].getNum();
2272 state->textMoveTo(tx, ty);
2273 builder->updateTextPosition(tx, ty);
2290 double tx, ty;
2292 tx = state->getLineX();
2294 state->textMoveTo(tx, ty);
2295 builder->updateTextPosition(tx, ty);
2319 double tx = 0;
2330 tx = state->getLineX();
2332 state->textMoveTo(tx, ty);
2333 builder->updateTextPosition(tx, ty);
2340 double tx = 0;
2353 tx = state->getLineX();
2355 state->textMoveTo(tx, ty);
2356 builder->updateTextPosition(tx, ty);