HomeSort by relevance Sort by last modified time
    Searched defs:glyph_id_array (Results 1 - 3 of 3) sorted by null

  /external/sfntly/cpp/src/sample/subtly/
font_assembler.cc 91 IntegerList* glyph_id_array = new IntegerList; local
113 // id_range_offset = last_offset (offset into the glyph_id_array)
118 glyph_id_array->push_back(glyph_id);
137 cmap_builder->set_glyph_id_array(glyph_id_array);
139 delete glyph_id_array;
  /external/harfbuzz_ng/src/
hb-ot-cmap-table.hh 125 HBUINT16 *glyph_id_array = c->allocate_size<HBUINT16> (HBUINT16::static_size * num_codepoints); local
126 if (glyph_id_array == nullptr)
134 // glyph_id_array + (cp - segments[i].start_code)
140 // 2 * (glyph_id_array - id_range_offset - i)
142 glyph_id_array - id_range_offset - i));
149 glyph_id_array[j].set (new_gid);
    [all...]
  /external/sfntly/cpp/src/sfntly/table/core/
cmap_table.cc 959 IntegerList* glyph_id_array,
964 glyph_id_array_(glyph_id_array->begin(), glyph_id_array->end()) {
1019 IntegerList* CMapTable::CMapFormat4::Builder::glyph_id_array() { function in class:sfntly::CMapTable::CMapFormat4::Builder
    [all...]

Completed in 1556 milliseconds