Searched refs:nfull (Results 1 – 2 of 2) sorted by relevance
19 "from a\nfull Skia committer"
3704 UWord nfull = rlen / FI_LINE_SZB; in Filter__clear_range() local3705 UWord full_len = nfull * FI_LINE_SZB; in Filter__clear_range()3707 if (nfull > FI_NUM_LINES) in Filter__clear_range()3708 nfull = FI_NUM_LINES; // no need to check several times the same entry. in Filter__clear_range()3710 for (UWord n = 0; n < nfull; n++) { in Filter__clear_range()