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

  /external/sfntly/cpp/src/sample/chromium/
font_subsetter.cc 21 int SfntlyWrapper::SubsetFont(const char* font_name,
38 return subsetter.SubsetFont(glyph_ids, glyph_count, output_buffer);
41 int SfntlyWrapper::SubsetFont(int font_index,
58 return subsetter.SubsetFont(glyph_ids, glyph_count, output_buffer);
subsetter_impl.cc 658 int SubsetterImpl::SubsetFont(const unsigned int* glyph_ids,

Completed in 48 milliseconds