HomeSort by relevance Sort by last modified time
    Searched refs:SAMPLE_TTF_FILE (Results 1 - 11 of 11) sorted by null

  /external/sfntly/cpp/src/test/
test_data.h 24 extern const char* SAMPLE_TTF_FILE;
file_io_test.cc 29 fopen_s(&file_handle, SAMPLE_TTF_FILE, "rb");
31 file_handle = fopen(SAMPLE_TTF_FILE, "rb");
47 is.Open(SAMPLE_TTF_FILE);
56 is.Open(SAMPLE_TTF_FILE);
90 fopen_s(&file_handle, SAMPLE_TTF_FILE, "rb");
92 file_handle = fopen(SAMPLE_TTF_FILE, "rb");
107 is.Open(SAMPLE_TTF_FILE);
117 is.Open(SAMPLE_TTF_FILE);
134 is.Open(SAMPLE_TTF_FILE);
chrome_subsetter.cc 24 const char* kInputFileName = sfntly::SAMPLE_TTF_FILE;
font_parsing_test.cc 36 LoadFile(SAMPLE_TTF_FILE, &input_buffer);
42 BuilderForFontFile(SAMPLE_TTF_FILE, factory, &font_builder_array);
105 BuilderForFontFile(SAMPLE_TTF_FILE, factory, &font_builder_array);
118 LoadFile(SAMPLE_TTF_FILE, &input_buffer);
cmap_editing_test.cc 39 BuilderForFontFile(SAMPLE_TTF_FILE, font_factory, &builders);
71 LoadFont(SAMPLE_TTF_FILE, font_factory, &fonts);
otf_basic_editing_test.cc 35 BuilderForFontFile(SAMPLE_TTF_FILE, factory, &font_builder_array);
test_data.cc 28 const char* SAMPLE_TTF_FILE = "Tuffy.ttf";
serialization_test.cc 32 LoadFont(SAMPLE_TTF_FILE, factory1, &font_array);
37 BuilderForFontFile(SAMPLE_TTF_FILE, factory2, &font_builder_array);
cmap_iterator_test.cc 144 SAMPLE_TTF_FILE)
cmap_test.cc 193 CMapTestCase(SAMPLE_TTF_FILE,
name_editing_test.cc 42 LoadFile(SAMPLE_TTF_FILE, &input_buffer);

Completed in 75 milliseconds