Home | History | Annotate | Download | only in dist

Lines Matching refs:nprops

263     int format, count, nprops, i, string_size;
294 nprops = getInt32(f, format);
295 if (nprops <= 0 || nprops > 1000)
297 props = malloc(nprops * sizeof(PropRec));
301 for (i = 0; i < nprops; i++) {
306 if (nprops & 3) {
307 rc = fontFileSeek(f, 4 - (nprops & 3), SEEK_CUR);
323 for (i = 0; i < nprops; i++) {
331 if (i >= nprops)