Lines Matching refs:nextrange
1923 fsRange *nextrange = 0;
1974 nextrange = bglyph->expected_ranges;
1984 minchar = (nextrange->min_char_high - pfi->firstRow) *
1986 nextrange->min_char_low - pfi->firstCol;
1987 maxchar = (nextrange->max_char_high - pfi->firstRow) *
1989 nextrange->max_char_low - pfi->firstCol;
1990 nextrange++;
2047 minchar = (nextrange->min_char_high - pfi->firstRow) *
2049 nextrange->min_char_low - pfi->firstCol;
2050 maxchar = (nextrange->max_char_high - pfi->firstRow) *
2052 nextrange->max_char_low - pfi->firstCol;
2053 nextrange++;