Searched refs:yDst (Results 1 – 1 of 1) sorted by relevance
58 int ySrc, yDst, which_copy, t; in copywin() local91 for (ySrc = minRowSrc, yDst = minRowDst; height-- > 0; ySrc++, yDst++) { in copywin()94 spDst = &_yDst[yDst][minColDst]; in copywin()98 epDst = savepD = &_yDst[yDst][maxColDst]; in copywin()135 (intptr_t)(spDst - *_yDst[yDst])); in copywin()139 (intptr_t)(epDst - *_yDst[yDst])); in copywin()154 (void) memcpy((char *)&_yDst[yDst][minColDst], in copywin()159 if (minColDst < Dstwin->_firstch[yDst]) in copywin()161 Dstwin->_firstch[yDst] = (short)minColDst; in copywin()162 if (maxColDst > Dstwin->_lastch[yDst]) in copywin()[all …]