Home | History | Annotate | Download | only in src

Lines Matching defs:firstRow

1594     T* firstRow = dst.ptr<T>();
1601 firstRow[x] = (firstRow+dstep)[x];
1607 firstRow[x] = lastRow[x] = 0;