Lines Matching refs:bwidth
6358 int bwidth = s->s.Bpl;
6360 int t = bwidth/3;
6361 int f = bwidth/4;
6362 int tw = bwidth/12;
6379 line = malloc(bwidth);
6383 for(i=0; i<len; i+=bwidth){
6385 int lineNum = s->s.bytes_sent[side] / bwidth;
6388 s->s.bytes_sent[side] += bwidth;
6407 for (j=bwidth-1; j>=0; j--){
6416 for(j=bwidth-1;j>=0;j-=3){
6420 for(j=bwidth*3/4-3;j>=0;j-=3){
6424 for(j=bwidth-2;j>=0;j-=3){
6437 for(j=bwidth-1;j>=0;j-=3){
6441 for(j=bwidth-3;j>=0;j-=3){
6445 for(j=bwidth-2;j>=0;j-=3){
6563 memcpy(line+line_next,buf+i,bwidth);
6564 line_next = bwidth;
6623 int bwidth = s->s.Bpl;
6624 int dbwidth = 2*bwidth;
6693 memcpy(front+flen,buf+i,bwidth);
6695 rmemcpy(front+flen,buf+i,bwidth,3); // only 24bit color is supported
6697 flen+=bwidth;
6698 memcpy(back+blen,buf+i+bwidth,bwidth);
6699 blen+=bwidth;