Home
last modified time | relevance | path

Searched refs:SubsetFont (Results 1 – 8 of 8) sorted by relevance

/external/sfntly/cpp/src/sample/chromium/
Dfont_subsetter.cc21 int SfntlyWrapper::SubsetFont(const char* font_name, in SubsetFont() function in SfntlyWrapper
38 return subsetter.SubsetFont(glyph_ids, glyph_count, output_buffer); in SubsetFont()
41 int SfntlyWrapper::SubsetFont(int font_index, in SubsetFont() function in SfntlyWrapper
58 return subsetter.SubsetFont(glyph_ids, glyph_count, output_buffer); in SubsetFont()
Dfont_subsetter.h43 static int SubsetFont(const char* font_name,
67 static int SubsetFont(int font_index,
Dsubsetter_impl.h63 int SubsetFont(const unsigned int* glyph_ids,
Dchrome_subsetter.cc121 SfntlyWrapper::SubsetFont(argv[3], in main()
Dsubsetter_impl.cc695 int SubsetterImpl::SubsetFont(const unsigned int* glyph_ids, in SubsetFont() function in sfntly::SubsetterImpl
/external/skqp/src/pdf/
DSkPDFSubsetFont.cpp27 int subsetFontSize = SfntlyWrapper::SubsetFont(fontName, in SkPDFSubsetFont()
35 int subsetFontSize = SfntlyWrapper::SubsetFont(ttcIndex, in SkPDFSubsetFont()
/external/skia/src/pdf/
DSkPDFSubsetFont.cpp102 int subsetFontSize = SfntlyWrapper::SubsetFont(fontName, in SkPDFSubsetFont()
110 int subsetFontSize = SfntlyWrapper::SubsetFont(ttcIndex, in SkPDFSubsetFont()
/external/sfntly/cpp/src/test/
Dchrome_subsetter.cc42 SfntlyWrapper::SubsetFont(kFontName, in TestChromeSubsetter()