Home
last modified time | relevance | path

Searched refs:indexToLocFormat (Results 1 – 14 of 14) sorted by relevance

/external/fonttools/Lib/fontTools/ttLib/tables/
D_l_o_c_a.py17 longFormat = ttFont['head'].indexToLocFormat
45 ttFont['head'].indexToLocFormat = 0
48 ttFont['head'].indexToLocFormat = 1
/external/harfbuzz_ng/src/
Dhb-ot-glyf-table.hh115 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()
Dhb-ot-head-table.hh157 HBUINT16 indexToLocFormat; /* 0 for short offsets, 1 for long. */ member
/external/skia/src/sfnt/
DSkOTTable_head.h131 } indexToLocFormat; member
/external/skqp/src/sfnt/
DSkOTTable_head.h131 } indexToLocFormat; member
/external/icu/icu4c/source/samples/layout/
Dsfnt.h168 le_int16 indexToLocFormat; member
/external/fonttools/Tests/ttLib/
Dwoff2_test.py169 origIndexFormat = font['head'].indexToLocFormat
186 font['head'].indexToLocFormat = origIndexFormat
585 newIndexFormat = self.font['head'].indexToLocFormat
593 newIndexFormat = self.font['head'].indexToLocFormat
598 newIndexFormat = self.font['head'].indexToLocFormat
/external/icu/icu4c/source/test/perf/leperf/
DFontObject.h131 le_int16 indexToLocFormat; member
Dsfnt.h297 le_int16 indexToLocFormat; member
/external/icu/icu4c/source/test/letest/
DFontObject.h127 le_int16 indexToLocFormat; member
Dsfnt.h293 le_int16 indexToLocFormat; member
/external/fonttools/Lib/fontTools/ttLib/
Dwoff2.py633 ttFont['head'].indexToLocFormat = self.indexFormat
670 self.indexFormat = ttFont['head'].indexToLocFormat
/external/fonttools/Lib/fontTools/
DfontBuilder.py141 indexToLocFormat = 0,
/external/u-boot/drivers/video/
Dstb_truetype.h644 int indexToLocFormat; // format needed to map from glyph index to glyph member
1074 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()