Searched refs:ch_index (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.1-release/contrib/groff/src/libs/libgroff/
H A Dfont.cpp153 : ligatures(0), kern_hash_table(0), space_width(0), ch_index(0), nindices(0),
169 a_delete ch_index; local
249 return c >= 0 && c < nindices && ch_index[c] >= 0;
274 int i = ch_index[c];
304 assert(c >= 0 && c < nindices && ch_index[c] >= 0);
305 return scale(ch[ch_index[c]].height, point_size);
310 assert(c >= 0 && c < nindices && ch_index[c] >= 0);
311 return scale(ch[ch_index[c]].depth, point_size);
316 assert(c >= 0 && c < nindices && ch_index[c] >= 0);
317 return scale(ch[ch_index[
[all...]
/freebsd-10.1-release/contrib/groff/src/include/
H A Dfont.h94 int *ch_index; member in class:font

Completed in 90 milliseconds