Lines Matching refs:nc
386 int wc, n, nc, wr, wrd;
408 nc = wc / wr;
409 if (nc > h)
410 nc = h;
452 if (!beCareful || h % nc > 3 || (w > 16 && h % nc)) {
454 if (h / nc)
455 SETWIDTHHEIGHT(wr, nc);
457 for (n = h / nc; n-- > 0; ) {
460 if (pApm->ScratchMemPtr + nc * wrd * 4 < pApm->ScratchMemEnd) {
485 pApm->ScratchMemPtr = ((memType)(dstPtr + wrd * nc) + 4)
487 for (i = nc; i-- > 0; ) {
496 SETWIDTHHEIGHT(wr, nc);
504 if (h / nc)
505 SETWIDTHHEIGHT(wr, nc);
507 for (n = h / nc; n-- > 0; ) {
510 if (pApm->ScratchMemPtr + nc * wrd * 4 < pApm->ScratchMemEnd) {
535 pApm->ScratchMemPtr = ((memType)(dstPtr + wrd * nc * 4) + 4) & ~7;
536 for (i = nc; i-- > 0; ) {
561 SETWIDTHHEIGHT(wr, nc);
572 h %= nc;