Lines Matching refs:put_ushort

1028     (void) put_ushort(0);       /* format number (0: byte encoding table) */
1029 (void) put_ushort(BYTE_ENCODING_LENGTH); /* length of table */
1030 (void) put_ushort(0); /* version number */
1050 (void) put_ushort(6); /* format number (6): trimmed table mapping */
1051 (void) put_ushort(TRIMMED_TABLE_MAP_LENGTH);
1052 (void) put_ushort(0); /* version number (0) */
1053 (void) put_ushort(0); /* first character code */
1054 (void) put_ushort(256); /* number of character code in table */
1056 (void) put_ushort(e->newindex);
1066 (void) put_ushort(4); /* format number (4: segment mapping to delta values) */
1067 (void) put_ushort(SEG_MAP_DELTA_LENGTH);
1068 (void) put_ushort(0); /* version number */
1069 (void) put_ushort(4); /* 2*segCount */
1070 (void) put_ushort(4); /* searchRange */
1071 (void) put_ushort(1); /* entrySelector */
1072 (void) put_ushort(0); /* rangeShift */
1073 (void) put_ushort(0xF0FF); /* endCount[0] */
1074 (void) put_ushort(0xFFFF); /* endCount[1] */
1075 (void) put_ushort(0); /* reversedPad */
1076 (void) put_ushort(0xF000); /* startCount[0] */
1077 (void) put_ushort(0xFFFF); /* startCount[1] */
1078 (void) put_ushort(0); /* idDelta[0] */
1079 (void) put_ushort(1); /* idDelta[1] */
1080 (void) put_ushort(2 * TTF_USHORT_SIZE); /* idRangeOffset[0] */
1081 (void) put_ushort(0); /* idRangeOffset[1] */
1083 (void) put_ushort(e->newindex);
1109 (void) put_ushort(0); /* table version number (0) */
1110 (void) put_ushort(NEW_CMAP_SIZE); /* number of encoding tables */
1127 (void) put_ushort(ce->platform_id);
1128 (void) put_ushort(ce->encoding_id);
1209 (void) put_ushort(0); /* Format selector */
1210 (void) put_ushort(name_record_num);
1211 (void) put_ushort(3 * TTF_USHORT_SIZE +
1214 (void) put_ushort(name_tab[i].platform_id);
1215 (void) put_ushort(name_tab[i].encoding_id);
1216 (void) put_ushort(name_tab[i].language_id);
1217 (void) put_ushort(name_tab[i].name_id);
1218 (void) put_ushort(name_tab[i].new_length);
1219 (void) put_ushort(name_tab[i].new_offset);
1307 (void) put_ushort(glyph_tab[idx].newindex);
1490 (void) put_ushort(new_glyphs_count);
1530 (void) put_ushort(glyph_tab[*id].newoffset / 2);
1531 (void) put_ushort((long) (last_glyf_offset / 2));
1543 (void) put_ushort(new_glyphs_count);
1558 (void) put_ushort(0x0001); /* fix version to 1 */
1568 (void) put_ushort(0x0000); /* usFirstCharIndex */
1569 (void) put_ushort(0xF0FF); /* usLastCharIndex */
1604 (void) put_ushort(new_glyphs_count);
1610 (void) put_ushort(glyph->name_index);
1633 (void) put_ushort(n); /* number of tables */
1634 (void) put_ushort(i << 3); /* search range */
1635 (void) put_ushort(k - 1); /* entry selector */
1636 (void) put_ushort((n << 4) - (i << 3)); /* range shift */