Lines Matching refs:glyph_index
215 unsigned long glyph_index,
224 glyph_index = glyph_index | mask;
228 return( conv_to_source(codeset->mbconv, glyph_index) );
230 return(glyph_index);
236 unsigned long glyph_index,
248 *wc = (*wc << wc_shift_bits) | ((glyph_index >> (length * 8 )) & mask);
259 unsigned long *glyph_index,
283 for (*glyph_index = 0, i = (*codeset)->length - 1; i >= 0; i--)
284 *glyph_index = (*glyph_index << 8) |
374 unsigned long glyph_index,
405 if (area[i].start <= glyph_index && glyph_index <= area[i].end) {
552 unsigned long *glyph_index)
572 if (*glyph_index < range.start || range.end < *glyph_index)
578 *glyph_index = conv_to_dest(&conv_rec, *glyph_index);
621 unsigned long *glyph_index)
641 glyph_index_tmp = conv_to_source(ctconv, *glyph_index);
646 if (glyph_index_tmp == *glyph_index) {
663 if (glyph_index_tmp != *glyph_index) {
675 *glyph_index = glyph_index_tmp;
907 unsigned long mb, glyph_index;
937 if ( !wc_to_gi(lcd, wc, &glyph_index, &codeset) ) {
951 mb = gi_to_mb(glyph_index, codeset);
1062 unsigned long glyph_index;
1093 if ( !wc_to_gi(lcd, wc, &glyph_index, &codeset) ) {
1099 if ( !(charset = gi_parse_charset(glyph_index, codeset)) ) {
1170 glyph_index = conv_to_dest(codeset->ctconv, glyph_index);
1177 output_ulong_value(outbufptr, glyph_index, charset->char_size, side);
1247 unsigned long glyph_index = 0;
1287 /* same glyph_index data */
1353 glyph_index = 0;
1357 glyph_index = (glyph_index << 8) | (ch & GL);
1359 glyph_index = (glyph_index << 8) | ch;
1363 /* last of one glyph_index data */
1368 segment_conversion(lcd, &charset_tmp, &glyph_index);
1372 &codeset, &glyph_index) ) {
1378 gi_to_wc(lcd, glyph_index, codeset, &wc);
1433 unsigned long glyph_index = 0;
1458 glyph_index = 0;
1478 glyph_index = (glyph_index << 8) | (ch & GL);
1480 glyph_index = (glyph_index << 8) | ch;
1484 /* last of one glyph_index data */
1489 segment_conversion(lcd, &charset_tmp, &glyph_index);
1493 &codeset, &glyph_index) ) {
1499 gi_to_wc(lcd, glyph_index, codeset, &wc);
1754 unsigned long glyph_index;
1826 glyph_index = mb_to_gi(mb, codeset);
1827 if (!(charset = gi_parse_charset(glyph_index, codeset))) {
1836 glyph_index = conv_to_dest(codeset->ctconv, glyph_index);
1843 output_ulong_value(outbufptr, glyph_index, char_len, side);
1934 unsigned long mb, glyph_index;
1963 if ( !wc_to_gi(lcd, wc, &glyph_index, &codeset) ) {
1977 mb = gi_to_mb(glyph_index, codeset);
2089 unsigned long glyph_index;
2114 if ( !wc_to_gi(lcd, wc, &glyph_index, &codeset) ) {
2119 if ( !(charset = gi_parse_charset(glyph_index, codeset)) ) {
2128 glyph_index = conv_to_dest(codeset->ctconv, glyph_index);
2135 output_ulong_value(outbufptr, glyph_index, char_len, side);
2398 unsigned long mb, glyph_index;
2425 glyph_index = ch;
2428 glyph_index = ch & GL;
2437 mb = gi_to_mb(glyph_index, codeset);
2507 unsigned long glyph_index;
2532 glyph_index = ch;
2535 glyph_index = ch & GL;
2544 gi_to_wc(lcd, glyph_index, codeset, &wc);