Lines Matching refs:charw

1141   int charw = 0;  in drawtext()  local
1509 charw = 0; in drawtext()
1513 charw = -lastcharwidth; in drawtext()
1531 charw = 0; in drawtext()
1542 charw = 0; in drawtext()
1547 charw = 0; in drawtext()
1552 charw = 0; in drawtext()
1564 charw = 0; in drawtext()
1575 charw = 0; in drawtext()
1581 charw = 0; in drawtext()
1584 charw = getcharwidth(&lf, '#', false); in drawtext()
1586 …pdrawtext(flag, f, RotatedPoint.x, RotatedPoint.y, "#", fr->scale(lf.size), charw, lf.angle, casce… in drawtext()
1588 lastcharwidth = charw; in drawtext()
1589 linewidth += charw; in drawtext()
1595 charw = getcharwidth(&lf, '|', false); in drawtext()
1597 …pdrawtext(flag, f, RotatedPoint.x, RotatedPoint.y, "|", fr->scale(lf.size), charw, lf.angle, casce… in drawtext()
1599 lastcharwidth = charw; in drawtext()
1600 linewidth += charw; in drawtext()
1606 charw = getcharwidth(&lf, '^', false); in drawtext()
1608 …pdrawtext(flag, f, RotatedPoint.x, RotatedPoint.y, "^", fr->scale(lf.size), charw, lf.angle, casce… in drawtext()
1610 lastcharwidth = charw; in drawtext()
1611 linewidth += charw; in drawtext()
1618 …pdrawtext(flag, f, RotatedPoint.x, RotatedPoint.y, "_", fr->scale(lf.size), charw, lf.angle, casce… in drawtext()
1620 charw = getcharwidth(&lf, '_', false); in drawtext()
1621 lastcharwidth = charw; in drawtext()
1622 linewidth += charw; in drawtext()
1637 charw = (int)(LengthRate * fr->scale(lf0.size) / 100.0); in drawtext()
1638 lastcharwidth = charw; in drawtext()
1639 linewidth += charw; in drawtext()
1647 charw = 0; in drawtext()
1652 charw = 0; in drawtext()
1666 charw = getcharwidth(&lf, (unsigned int)*temp3, false); in drawtext()
1668 …pdrawtext(flag, f, RotatedPoint.x, RotatedPoint.y, temp3, fr->scale(lf.size), charw, lf.angle, cas… in drawtext()
1669 lastcharwidth = charw; in drawtext()
1670 linewidth += charw; in drawtext()
1683 charw = getcharwidth(&lf, (unsigned int)*ustemp, false); in drawtext()
1685 …RotatedPoint.x, RotatedPoint.y, (const char *)ustemp, fr->scale(lf.size), charw, lf.angle, cascend… in drawtext()
1686 lastcharwidth = charw; in drawtext()
1687 linewidth += charw; in drawtext()
1708 charw = 0; in drawtext()
1719 charw = getcharwidth(&lf, (unsigned int)*temp3, true); in drawtext()
1725 charw = getcharwidth(&lf, (unsigned int)*temp3, false); in drawtext()
1729 …pdrawtext(flag, f, RotatedPoint.x, RotatedPoint.y, temp3, fr->scale(lf.size), charw, lf.angle, cas… in drawtext()
1730 lastcharwidth = charw; in drawtext()
1731 linewidth += charw; in drawtext()
1740 CX = CX + charw + dx + tdx; in drawtext()