Home
last modified time | relevance | path

Searched refs:textOrigBaselineY (Results 1 – 4 of 4) sorted by relevance

/dports/graphics/tgif/tgif-QPL-4.2.5/
H A Dminiline.e42 extern int textOrigX, textOrigY, textOrigBaselineY;
H A Dtext.c443 h = (textOrigBaselineY - textOrigY) +
1458 textOrigBaselineY = textOrigY + text_ptr->baseline_y - obj_ptr->y;
1498 textOrigBaselineY = textOrigY + text_ptr->baseline_y - obj_ptr->y;
1636 baseline_y = textOrigBaselineY;
1668 textOrigBaselineY = grid_y;
1669 textOrigY = textOrigBaselineY-canvasFontAsc;
1767 textEndBaselineY = textOrigBaselineY + abs_baseline_dy;
1772 textCurBaselineY = textOrigBaselineY + abs_baseline_dy;
5791 textOrigBaselineY += YOff;
6984 textOrigBaselineY = textOrigY + text_ptr->baseline_y - curTextObj->y;
[all …]
H A Dminiline.c62 int textOrigX=20, textOrigY=20, textOrigBaselineY=20; variable
265 pDrawTextInfo->text_orig_baseline_y = textOrigBaselineY;
324 textOrigBaselineY = pDrawTextInfo->text_orig_baseline_y;
1480 UpdateMiniLinesBBoxes(&text_ptr->minilines, textOrigX, textOrigBaselineY,
1613 lty = textOrigBaselineY-minilines->first->asc;
2249 int baseline_y=textOrigBaselineY, saved_pen=penPat; in PaintCurText()
3125 *pn_baseline_y = textOrigBaselineY + dy;
H A Dcmd.c1580 editingText, curTextModified, textOrigX, textOrigBaselineY); in UndoCmd()
1655 editingText, curTextModified, textOrigX, textOrigBaselineY); in RedoCmd()