Lines Matching defs:ncolumns
865 int ncolumns = ((w + 15) / 16) * 2;
866 int dstpitch = ncolumns * bpp;
885 for (j = 0; j < ncolumns; j++) {
886 ofsdst = j + k * ncolumns;
1043 int ncolumns = (w + 15) >> 4;
1044 int dstpitch = ncolumns * bpp * 2;
1072 for (j = 0; j < ncolumns; j++) {
1073 ofsdst = (j + k * ncolumns) * 2;
1111 int ncolumns = (w + 31) >> 5;
1141 for (j = 0; j < ncolumns; j++) {
1142 ofsdst = (j + k * ncolumns) * 4 - h * (2 * k);
1150 if (h && (j == (ncolumns - 1))) {
1162 if (h && (j == (ncolumns - 1))) {
1177 if (h && (j == (ncolumns - 1))) {
1197 int ncolumns = (w + 15) >> 4;
1198 int dstpitch = ncolumns * bpp * 2;
1217 for (j = 0; j < ncolumns; j++) {
1218 ofsdst = (j + k * ncolumns) * 2;
1257 int ncolumns = (w + 31) >> 5;
1279 for (j = 0; j < ncolumns; j++) {
1280 ofsdst = (j + k * ncolumns) * 4 - h * (2 * k);
1282 if (h && (j == (ncolumns - 1))) {
1292 if (h && (j == ncolumns - 1)) {
1305 if (h && (j == ncolumns - 1))
1320 if (h && (j == ncolumns - 1)) {