Home
last modified time | relevance | path

Searched refs:glyph_id_array (Results 1 – 4 of 4) sorted by relevance

/external/sfntly/cpp/src/sample/subtly/
Dfont_assembler.cc91 IntegerList* glyph_id_array = new IntegerList; in AssembleCMapTable() local
118 glyph_id_array->push_back(glyph_id); in AssembleCMapTable()
137 cmap_builder->set_glyph_id_array(glyph_id_array); in AssembleCMapTable()
139 delete glyph_id_array; in AssembleCMapTable()
/external/sfntly/cpp/src/sfntly/table/core/
Dcmap_table.cc959 IntegerList* glyph_id_array, in Builder() argument
964 glyph_id_array_(glyph_id_array->begin(), glyph_id_array->end()) { in Builder()
1019 IntegerList* CMapTable::CMapFormat4::Builder::glyph_id_array() { in glyph_id_array() function in sfntly::CMapTable::CMapFormat4::Builder
1028 set_glyph_id_array(IntegerList* glyph_id_array) { in set_glyph_id_array() argument
1029 glyph_id_array_.assign(glyph_id_array->begin(), glyph_id_array->end()); in set_glyph_id_array()
Dcmap_table.h377 IntegerList* glyph_id_array();
378 void set_glyph_id_array(IntegerList* glyph_id_array);
383 Builder(SegmentList* segments, IntegerList* glyph_id_array,
/external/harfbuzz_ng/src/
Dhb-ot-cmap-table.hh125 HBUINT16 *glyph_id_array = c->allocate_size<HBUINT16> (HBUINT16::static_size * num_codepoints); in serialize() local
126 if (glyph_id_array == nullptr) in serialize()
142 glyph_id_array - id_range_offset - i)); in serialize()
149 glyph_id_array[j].set (new_gid); in serialize()