Searched refs:SAMPLE_BITMAP_FONT (Results 1 – 5 of 5) sorted by relevance
/external/sfntly/cpp/src/test/ |
D | bitmap_table_test.cc | 99 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()
|
D | serialization_test.cc | 98 LoadFont(SAMPLE_BITMAP_FONT, factory1, &font_array); in TestSerializationBitmap() 103 BuilderForFontFile(SAMPLE_BITMAP_FONT, factory2, &font_builder_array); in TestSerializationBitmap()
|
D | test_data.h | 25 extern const char* SAMPLE_BITMAP_FONT;
|
D | test_data.cc | 29 const char* SAMPLE_BITMAP_FONT = "AnonymousPro-Regular.ttf"; variable
|
D | hdmx_test.cc | 35 LoadFont(SAMPLE_BITMAP_FONT, factory, &font_array); in TestReadingHdmxTable()
|