Lines Matching refs:nextrange
1910 fsRange *nextrange = 0;
1961 nextrange = bglyph->expected_ranges;
1971 minchar = (nextrange->min_char_high - pfi->firstRow) *
1973 nextrange->min_char_low - pfi->firstCol;
1974 maxchar = (nextrange->max_char_high - pfi->firstRow) *
1976 nextrange->max_char_low - pfi->firstCol;
1977 nextrange++;
2034 minchar = (nextrange->min_char_high - pfi->firstRow) *
2036 nextrange->min_char_low - pfi->firstCol;
2037 maxchar = (nextrange->max_char_high - pfi->firstRow) *
2039 nextrange->max_char_low - pfi->firstCol;
2040 nextrange++;