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

  /external/sfntly/cpp/src/sample/subtly/
utils.cc 33 LoadFonts(font_path, font_factory, &fonts);
45 void LoadFonts(const char* font_path, FontFactory* factory, FontArray* fonts) {
48 factory->LoadFonts(&input_stream, fonts);
  /external/sfntly/cpp/src/sfntly/
font_factory.cc 41 void FontFactory::LoadFonts(InputStream* is, FontArray* output) {
55 void FontFactory::LoadFonts(ByteVector* b, FontArray* output) {

Completed in 79 milliseconds