Lines Matching defs:ty
2255 double tx, ty;
2258 ty = state->getLineY() + args[1].getNum();
2259 state->textMoveTo(tx, ty);
2260 builder->updateTextPosition(tx, ty);
2266 double tx, ty;
2269 ty = args[1].getNum();
2270 state->setLeading(-ty);
2271 ty += state->getLineY();
2272 state->textMoveTo(tx, ty);
2273 builder->updateTextPosition(tx, ty);
2290 double tx, ty;
2293 ty = state->getLineY() - state->getLeading();
2294 state->textMoveTo(tx, ty);
2295 builder->updateTextPosition(tx, ty);
2320 double ty = 0;
2331 ty = state->getLineY() - state->getLeading();
2332 state->textMoveTo(tx, ty);
2333 builder->updateTextPosition(tx, ty);
2341 double ty = 0;
2354 ty = state->getLineY() - state->getLeading();
2355 state->textMoveTo(tx, ty);
2356 builder->updateTextPosition(tx, ty);