Home
last modified time | relevance | path

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

/dports/mail/neomutt/neomutt-20211029/
H A Dhdrline.c452 size_t colorlen; in index_format_str() local
485 mutt_format_s(buf + colorlen, buflen - colorlen, prec, in index_format_str()
510 mutt_format_s(buf + colorlen, buflen - colorlen, prec, ""); in index_format_str()
563 mutt_format_s(buf + colorlen, buflen - colorlen, prec, tmp); in index_format_str()
757 mutt_format_s(buf + colorlen, buflen - colorlen, prec, tmp); in index_format_str()
793 mutt_format_s(buf + colorlen, buflen - colorlen, prec, tmp); in index_format_str()
903 mutt_format_s(buf + colorlen, buflen - colorlen, prec, ""); in index_format_str()
1085 mutt_format_s(buf + colorlen, buflen - colorlen, prec, tmp); in index_format_str()
1222 mutt_format_s(buf + colorlen, buflen - colorlen, prec, ""); in index_format_str()
1293 mutt_format_s(buf + colorlen, buflen - colorlen, prec, tmp); in index_format_str()
[all …]
/dports/games/armagetronad/armagetronad-0.2.8.3.5/src/render/
H A DrFont.cpp525 int colorlen = strlen(text); in DisplayText() local
532 colorlen -= 8; in DisplayText()
543 if ( colorlen * w > availw ) in DisplayText()
545 h *= availw/(colorlen * w); in DisplayText()
546 w = availw/REAL(colorlen); in DisplayText()
549 rTextField c(x-(center+1)*colorlen*.5*w,y+h*.5,w,h); in DisplayText()
556 if ( c.GetWidth() < colorlen ) in DisplayText()
/dports/graphics/sam2p/sam2p-0.49.4/
H A Dappliers.cpp1702 unsigned colorlen=(1<<img->getBpc()), i=0; in out_tiff_work() local
1703 unsigned short *r=new unsigned short[3*colorlen], *g=r+colorlen, *b=g+colorlen; in out_tiff_work()
1704 memset(r, '\0', 3*colorlen); in out_tiff_work()
1708 assert(3*colorlen>=(unsigned)(pend-p)); in out_tiff_work()
1715 tp.dirSHORT(tp.ColorMap, colorlen*3, r); in out_tiff_work()
/dports/games/xnethack/xNetHack-xnh6.1/src/
H A Dobjnam.c5060 int colorlen = endp - pmname; in dragon_scales_color() local
5061 strncpy(buf, pmname, colorlen); in dragon_scales_color()
5062 buf[colorlen] = '\0'; in dragon_scales_color()