Home | History | Annotate | Download | only in gregbook

Lines Matching refs:row

691     ulg i, row, lastrow = 0;
708 for (lastrow = row = 0; row < image_height; ++row) {
709 src = image_data + row*image_rowbytes;
710 dest = ximage->data + row*ximage_rowbytes;
771 if (((row+1) & 0xf) == 0) {
775 lastrow = row + 1;
782 for (lastrow = row = 0; row < image_height; ++row) {
783 src = image_data + row*image_rowbytes;
784 dest = ximage->data + row*ximage_rowbytes;
834 if (((row+1) & 0xf) == 0) {
838 lastrow = row + 1;