Lines Matching refs:put_ushort

727     (void) put_ushort(0);       /* format number (0: byte encoding table) */  in ttf_byte_encoding()
728 (void) put_ushort(BYTE_ENCODING_LENGTH); /* length of table */ in ttf_byte_encoding()
729 (void) put_ushort(0); /* version number */ in ttf_byte_encoding()
747 (void) put_ushort(6); /* format number (6): trimmed table mapping */ in ttf_trimmed_table_map()
748 (void) put_ushort(TRIMMED_TABLE_MAP_LENGTH); in ttf_trimmed_table_map()
749 (void) put_ushort(0); /* version number (0) */ in ttf_trimmed_table_map()
750 (void) put_ushort(0); /* first character code */ in ttf_trimmed_table_map()
751 (void) put_ushort(256); /* number of character code in table */ in ttf_trimmed_table_map()
753 (void) put_ushort(e->newindex); in ttf_trimmed_table_map()
761 (void) put_ushort(4); /* format number (4: segment mapping to delta values) */ in ttf_seg_map_delta()
762 (void) put_ushort(SEG_MAP_DELTA_LENGTH); in ttf_seg_map_delta()
763 (void) put_ushort(0); /* version number */ in ttf_seg_map_delta()
764 (void) put_ushort(4); /* 2*segCount */ in ttf_seg_map_delta()
765 (void) put_ushort(4); /* searchRange */ in ttf_seg_map_delta()
766 (void) put_ushort(1); /* entrySelector */ in ttf_seg_map_delta()
767 (void) put_ushort(0); /* rangeShift */ in ttf_seg_map_delta()
768 (void) put_ushort(0xF0FF); /* endCount[0] */ in ttf_seg_map_delta()
769 (void) put_ushort(0xFFFF); /* endCount[1] */ in ttf_seg_map_delta()
770 (void) put_ushort(0); /* reversedPad */ in ttf_seg_map_delta()
771 (void) put_ushort(0xF000); /* startCount[0] */ in ttf_seg_map_delta()
772 (void) put_ushort(0xFFFF); /* startCount[1] */ in ttf_seg_map_delta()
773 (void) put_ushort(0); /* idDelta[0] */ in ttf_seg_map_delta()
774 (void) put_ushort(1); /* idDelta[1] */ in ttf_seg_map_delta()
775 (void) put_ushort(2 * TTF_USHORT_SIZE); /* idRangeOffset[0] */ in ttf_seg_map_delta()
776 (void) put_ushort(0); /* idRangeOffset[1] */ in ttf_seg_map_delta()
778 (void) put_ushort(e->newindex); in ttf_seg_map_delta()
802 (void) put_ushort(0); /* table version number (0) */ in ttf_write_cmap()
803 (void) put_ushort(NEW_CMAP_SIZE); /* number of encoding tables */ in ttf_write_cmap()
820 (void) put_ushort(ce->platform_id); in ttf_write_cmap()
821 (void) put_ushort(ce->encoding_id); in ttf_write_cmap()
900 (void) put_ushort(0); /* Format selector */ in ttf_write_name()
901 (void) put_ushort(name_record_num); in ttf_write_name()
902 (void) put_ushort(3 * TTF_USHORT_SIZE + in ttf_write_name()
905 (void) put_ushort(name_tab[i].platform_id); in ttf_write_name()
906 (void) put_ushort(name_tab[i].encoding_id); in ttf_write_name()
907 (void) put_ushort(name_tab[i].language_id); in ttf_write_name()
908 (void) put_ushort(name_tab[i].name_id); in ttf_write_name()
909 (void) put_ushort(name_tab[i].new_length); in ttf_write_name()
910 (void) put_ushort(name_tab[i].new_offset); in ttf_write_name()
994 (void) put_ushort(glyph_tab[idx].newindex); in ttf_write_glyf()
1161 (void) put_ushort(new_glyphs_count); in ttf_write_hhea()
1197 (void) put_ushort(glyph_tab[*id].newoffset / 2); in ttf_write_loca()
1198 (void) put_ushort(last_glyf_offset / 2); in ttf_write_loca()
1208 (void) put_ushort(new_glyphs_count); in ttf_write_mapx()
1221 (void) put_ushort(0x0001); /* fix version to 1 */ in ttf_write_OS2()
1230 (void) put_ushort(0x0000); /* usFirstCharIndex */ in ttf_write_OS2()
1231 (void) put_ushort(0xF0FF); /* usLastCharIndex */ in ttf_write_OS2()
1262 (void) put_ushort(new_glyphs_count); in ttf_write_post()
1268 (void) put_ushort(glyph->name_index); in ttf_write_post()
1289 (void) put_ushort(n); /* number of tables */ in ttf_init_font()
1290 (void) put_ushort(i << 3); /* search range */ in ttf_init_font()
1291 (void) put_ushort(k - 1); /* entry selector */ in ttf_init_font()
1292 (void) put_ushort((n << 4) - (i << 3)); /* range shift */ in ttf_init_font()