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

  /system/core/healthd/
animation.h 40 std::string font_file; member in struct:android::animation::text_field
  /external/skia/tools/
using_skia_and_harfbuzz.cpp 111 StringOption font_file = StringOption("-f", ".ttf font file", ""); member in struct:Config
122 &keywords, &creator, &font_file, &font_size, &left_margin,
203 const std::string &font_file = config.font_file.value; local
205 if (font_file.size() > 0) {
206 typeface = SkTypeface::MakeFromFile(font_file.c_str(), 0 /* index */);
  /external/harfbuzz_ng/util/
options.hh 294 font_file = NULL;
304 g_free (font_file);
314 char *font_file; member in struct:font_options_t

Completed in 125 milliseconds