Searched refs:glyph_id_array (Results 1 – 3 of 3) sorted by relevance
91 IntegerList* glyph_id_array = new IntegerList; in AssembleCMapTable() local118 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()
959 IntegerList* glyph_id_array, in Builder() argument964 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::Builder1028 set_glyph_id_array(IntegerList* glyph_id_array) { in set_glyph_id_array() argument1029 glyph_id_array_.assign(glyph_id_array->begin(), glyph_id_array->end()); in set_glyph_id_array()
377 IntegerList* glyph_id_array();378 void set_glyph_id_array(IntegerList* glyph_id_array);383 Builder(SegmentList* segments, IntegerList* glyph_id_array,