Home
last modified time | relevance | path

Searched refs:SAMPLE_BITMAP_FONT (Results 1 – 5 of 5) sorted by relevance

/external/sfntly/cpp/src/test/
Dbitmap_table_test.cc99 LoadFont(SAMPLE_BITMAP_FONT, factory, &font_array); in TestReadingBitmapTable()
135 BuilderForFontFile(SAMPLE_BITMAP_FONT, factory, &builder_array); in TestIndexFormatConversion()
175 LoadFont(SAMPLE_BITMAP_FONT, factory, &original_font_array); in TestIndexFormatConversion()
Dserialization_test.cc98 LoadFont(SAMPLE_BITMAP_FONT, factory1, &font_array); in TestSerializationBitmap()
103 BuilderForFontFile(SAMPLE_BITMAP_FONT, factory2, &font_builder_array); in TestSerializationBitmap()
Dtest_data.h25 extern const char* SAMPLE_BITMAP_FONT;
Dtest_data.cc29 const char* SAMPLE_BITMAP_FONT = "AnonymousPro-Regular.ttf"; variable
Dhdmx_test.cc35 LoadFont(SAMPLE_BITMAP_FONT, factory, &font_array); in TestReadingHdmxTable()