Searched refs:SubsetFont (Results 1 – 8 of 8) sorted by relevance
/external/sfntly/cpp/src/sample/chromium/ |
D | font_subsetter.cc | 21 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()
|
D | font_subsetter.h | 43 static int SubsetFont(const char* font_name, 67 static int SubsetFont(int font_index,
|
D | subsetter_impl.h | 63 int SubsetFont(const unsigned int* glyph_ids,
|
D | chrome_subsetter.cc | 121 SfntlyWrapper::SubsetFont(argv[3], in main()
|
D | subsetter_impl.cc | 695 int SubsetterImpl::SubsetFont(const unsigned int* glyph_ids, in SubsetFont() function in sfntly::SubsetterImpl
|
/external/skqp/src/pdf/ |
D | SkPDFSubsetFont.cpp | 27 int subsetFontSize = SfntlyWrapper::SubsetFont(fontName, in SkPDFSubsetFont() 35 int subsetFontSize = SfntlyWrapper::SubsetFont(ttcIndex, in SkPDFSubsetFont()
|
/external/skia/src/pdf/ |
D | SkPDFSubsetFont.cpp | 102 int subsetFontSize = SfntlyWrapper::SubsetFont(fontName, in SkPDFSubsetFont() 110 int subsetFontSize = SfntlyWrapper::SubsetFont(ttcIndex, in SkPDFSubsetFont()
|
/external/sfntly/cpp/src/test/ |
D | chrome_subsetter.cc | 42 SfntlyWrapper::SubsetFont(kFontName, in TestChromeSubsetter()
|