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

  /external/sfntly/cpp/src/sample/subtly/
utils.cc 29 CALLER_ATTACH Font* LoadFont(const char* font_path) {
  /external/sfntly/cpp/src/test/
test_font_utils.cc 45 void LoadFont(const char* font_path, FontFactory* factory, FontArray* fonts) {
  /external/sfntly/cpp/src/sfntly/
font.cc 218 builder->LoadFont(is);
227 builder->LoadFont(wfd, offset_to_offset_table);
322 void Font::Builder::LoadFont(InputStream* is) {
333 void Font::Builder::LoadFont(WritableFontData* wfd,
  /external/sfntly/cpp/src/sample/chromium/
subsetter_impl.cc 619 bool SubsetterImpl::LoadFont(const char* font_name,

Completed in 689 milliseconds