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

  /external/chromium_org/third_party/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/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/chromium_org/third_party/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...]
  /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 165 milliseconds