Home
last modified time | relevance | path

Searched refs:textEndBaselineY (Results 1 – 3 of 3) sorted by relevance

/dports/graphics/tgif/tgif-QPL-4.2.5/
H A Dminiline.c67 int textEndX=20, textEndY=20, textEndBaselineY=0; variable
276 pDrawTextInfo->text_end_baseline_y = textEndBaselineY;
335 textEndBaselineY = pDrawTextInfo->text_end_baseline_y;
1664 min_y_2 = textEndBaselineY - endStrBlock->seg->asc; in UpdateTextHighlightInfo()
1665 max_y_2 = textEndBaselineY + endStrBlock->seg->des; in UpdateTextHighlightInfo()
1667 min_y_2 = textEndBaselineY - endStrBlock->owner_mini_line->asc; in UpdateTextHighlightInfo()
1668 max_y_2 = textEndBaselineY + endStrBlock->owner_mini_line->des; in UpdateTextHighlightInfo()
1691 gstTextHighlightInfo.start_baseline_y = textEndBaselineY; in UpdateTextHighlightInfo()
1711 gstTextHighlightInfo.end_baseline_y = textEndBaselineY; in UpdateTextHighlightInfo()
3142 GetTextXY(endStrBlock, textEndIndex, &textEndX, &textEndBaselineY); in SetTextEndXY()
H A Dminiline.e47 extern int textEndX, textEndY, textEndBaselineY;
H A Dtext.c1767 textEndBaselineY = textOrigBaselineY + abs_baseline_dy;
3236 new_y_off = textEndBaselineY-endStrBlock->seg->asc-2;
3240 new_y_off = textEndBaselineY - pOwnerMiniLine->asc -
3365 new_y_off = textEndBaselineY+endStrBlock->seg->des+2;
3369 new_y_off = textEndBaselineY+pOwnerMiniLine->des+2;
5797 textEndBaselineY += YOff;