Home
last modified time | relevance | path

Searched defs:font_path (Results 1 – 13 of 13) sorted by relevance

/third_party/skia/third_party/externals/sfntly/cpp/src/sample/subtly/
Dutils.cc29 CALLER_ATTACH Font* LoadFont(const char* font_path) { in LoadFont()
37 CALLER_ATTACH Font::Builder* LoadFontBuilder(const char* font_path) { in LoadFontBuilder()
45 void LoadFonts(const char* font_path, FontFactory* factory, FontArray* fonts) { in LoadFonts()
52 void LoadFontBuilders(const char* font_path, in LoadFontBuilders()
61 bool SerializeFont(const char* font_path, Font* font) { in SerializeFont()
69 bool SerializeFont(const char* font_path, FontFactory* factory, Font* font) { in SerializeFont()
Dmerger_main.cc36 void CheckLoading(const char* font_path, Font* font) { in CheckLoading()
Dsubsetter.cc40 Subsetter::Subsetter(const char* font_path, CharacterPredicate* predicate) in Subsetter()
/third_party/skia/third_party/externals/sfntly/cpp/src/test/
Dtest_font_utils.cc27 void BuilderForFontFile(const char* font_path, FontFactory* factory, in BuilderForFontFile()
36 void SerializeFont(const char* font_path, FontFactory* factory, Font* font) { in SerializeFont()
45 void LoadFont(const char* font_path, FontFactory* factory, FontArray* fonts) { in LoadFont()
52 void LoadFontUsingByteVector(const char* font_path, in LoadFontUsingByteVector()
/third_party/skia/third_party/externals/harfbuzz/util/
Dface-options.hh55 char *font_path = nullptr; member
83 const char *font_path = font_file; in post_parse() local
/third_party/skia/third_party/externals/sfntly/cpp/tools/
Dfont_data_generator_xml.py26 def __init__(self, table_data_generators, font_path): argument
/third_party/skia/third_party/externals/harfbuzz/test/subset/
Drepack_test.py16 def font_path(self): member in RepackTest
Dsubset_test_suite.py8 def __init__(self, font_path, profile_path, subset): argument
/third_party/skia/third_party/externals/harfbuzz/perf/
Dperf-shaping.hh7 const char *font_path) in shape()
Dperf-extents.hh11 static void extents (benchmark::State &state, const char *font_path, bool is_var, backend_t backend) in extents()
Dperf-draw.hh56 static void draw (benchmark::State &state, const char *font_path, bool is_var, backend_t backend) in draw()
/third_party/skia/third_party/externals/harfbuzz/test/api/
Dtest-multithread.c34 static const char *font_path = "fonts/Inconsolata-Regular.abc.ttf"; variable
Dhb-test.h291 hb_test_open_font_file (const char *font_path) in hb_test_open_font_file()