Searched refs:indexToLocFormat (Results 1 – 14 of 14) sorted by relevance
17 longFormat = ttFont['head'].indexToLocFormat45 ttFont['head'].indexToLocFormat = 048 ttFont['head'].indexToLocFormat = 1
115 head_prime->indexToLocFormat.set (use_short_loca ? 0 : 1); in _add_head_and_set_loca_version()236 if (head.indexToLocFormat > 1 || head.glyphDataFormat != 0) in init()239 short_offset = 0 == head.indexToLocFormat; in init()
157 HBUINT16 indexToLocFormat; /* 0 for short offsets, 1 for long. */ member
131 } indexToLocFormat; member
168 le_int16 indexToLocFormat; member
169 origIndexFormat = font['head'].indexToLocFormat186 font['head'].indexToLocFormat = origIndexFormat585 newIndexFormat = self.font['head'].indexToLocFormat593 newIndexFormat = self.font['head'].indexToLocFormat598 newIndexFormat = self.font['head'].indexToLocFormat
131 le_int16 indexToLocFormat; member
297 le_int16 indexToLocFormat; member
127 le_int16 indexToLocFormat; member
293 le_int16 indexToLocFormat; member
633 ttFont['head'].indexToLocFormat = self.indexFormat670 self.indexFormat = ttFont['head'].indexToLocFormat
141 indexToLocFormat = 0,
644 int indexToLocFormat; // format needed to map from glyph index to glyph member1074 info->indexToLocFormat = ttUSHORT(data+info->head + 50); in stbtt_InitFont()1190 if (info->indexToLocFormat >= 2) return -1; // unknown index->glyph map format in stbtt__GetGlyfOffset()1192 if (info->indexToLocFormat == 0) { in stbtt__GetGlyfOffset()