Lines Matching defs:dstrow
1105 om1_copyrows(void *cookie, int srcrow, int dstrow, int nrows)
1114 offset = (dstrow - srcrow) * scanspan * ri->ri_font->fontheight;
1116 if (srcrow < dstrow && srcrow + nrows > dstrow) {
1144 om4_copyrows(void *cookie, int srcrow, int dstrow, int nrows)
1160 dst = (uint8_t *)ri->ri_bits + dstrow * rowheight * ri->ri_stride;
1162 if (nrows <= 0 || srcrow == dstrow) {
1164 } else if (srcrow < dstrow) {
1169 dstrow += nrows - 1;
1187 rowattr[srcrow].all == rowattr[dstrow].all) {
1265 rowattr[dstrow] = rowattr[srcrow];
1268 dstrow += rowstep;