Searched refs:pair_counts (Results 1 – 2 of 2) sorted by relevance
2978 INT pair_counts = *(glyph->gx_kerning_table); in GetGlyphKerningTableSize() local2979 table_size = 1 + pair_counts * (sizeof(GX_UBYTE) + sizeof(GX_CHAR)); in GetGlyphKerningTableSize()
2847 GX_UBYTE pair_counts = *kerning_table; in WriteKerningTable() local2850 table_size = sizeof(GX_UBYTE) + pair_counts * (sizeof(GX_CHAR) + sizeof(GX_UBYTE)); in WriteKerningTable()