Lines Matching defs:row
645 ulg i, row, lastrow = 0;
662 for (lastrow = row = 0; row < image_height; ++row) {
663 src = image_data + row*image_rowbytes;
664 dest = ximage->data + row*ximage_rowbytes;
725 if (((row+1) & 0xf) == 0) {
729 lastrow = row + 1;
736 for (lastrow = row = 0; row < image_height; ++row) {
737 src = image_data + row*image_rowbytes;
738 dest = ximage->data + row*ximage_rowbytes;
788 if (((row+1) & 0xf) == 0) {
792 lastrow = row + 1;