Home
last modified time | relevance | path

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

/netbsd/src/external/bsd/nvi/dist/motif_l/
Dxtabbed.c2709 XImage *I_out; in XRotMagnifyImage() local
2726 I_out=MakeXImage(dpy, cols_out, rows_out); in XRotMagnifyImage()
2727 if(I_out==NULL) in XRotMagnifyImage()
2792 I_out->data[j2*byte_width_out+i2/8]|=128>>i2%8; in XRotMagnifyImage()
2803 return I_out; in XRotMagnifyImage()