Searched refs:FontArray (Results 1 – 20 of 20) sorted by relevance
/external/sfntly/cpp/src/sfntly/ |
D | font_factory.h | 50 void LoadFonts(InputStream* is, FontArray* output); 59 void LoadFonts(ByteVector* b, FontArray* output); 118 void LoadCollection(InputStream* is, FontArray* output); 119 void LoadCollection(WritableFontData* wfd, FontArray* output);
|
D | font_factory.cc | 41 void FontFactory::LoadFonts(InputStream* is, FontArray* output) { in LoadFonts() 55 void FontFactory::LoadFonts(ByteVector* b, FontArray* output) { in LoadFonts() 123 void FontFactory::LoadCollection(InputStream* is, FontArray* output) { in LoadCollection() 135 void FontFactory::LoadCollection(WritableFontData* wfd, FontArray* output) { in LoadCollection()
|
D | font.h | 346 typedef std::vector<FontPtr> FontArray; typedef
|
/external/sfntly/cpp/src/test/ |
D | cmap_test.cc | 93 void CommonSetUp(FontArray* font_array); 117 void CMapTests::CommonSetUp(FontArray* font_array) { in CommonSetUp() 118 ASSERT_NE(font_array, reinterpret_cast<FontArray*>(NULL)); in CommonSetUp() 170 FontArray font_array; in TEST_P() 179 FontArray font_array; in TEST_P() 186 FontArray font_array; in TEST_P()
|
D | serialization_test.cc | 31 FontArray font_array; in TestSerialization() 46 FontArray new_font_array; in TestSerialization() 97 FontArray font_array; in TestSerializationBitmap() 112 FontArray new_font_array; in TestSerializationBitmap()
|
D | test_font_utils.h | 29 void LoadFont(const char* font_path, FontFactory* factory, FontArray* fonts); 32 FontArray* fonts);
|
D | name_editing_test.cc | 75 FontArray font_array; in TestChangeOneName() 124 FontArray font_array; in TestModifyNameTableAndRevert() 170 FontArray font_array; in TestRemoveOneName()
|
D | test_font_utils.cc | 45 void LoadFont(const char* font_path, FontFactory* factory, FontArray* fonts) { in LoadFont() 54 FontArray* fonts) { in LoadFontUsingByteVector()
|
D | bitmap_table_test.cc | 98 FontArray font_array; in TestReadingBitmapTable() 158 FontArray font_array; in TestIndexFormatConversion() 174 FontArray original_font_array; in TestIndexFormatConversion()
|
D | hdmx_test.cc | 34 FontArray font_array; in TestReadingHdmxTable()
|
D | cmap_editing_test.cc | 68 FontArray fonts; in TEST()
|
D | cmap_iterator_test.cc | 76 FontArray fonts; in SetUp()
|
/external/sfntly/cpp/src/sample/subtly/ |
D | utils.cc | 32 FontArray fonts; in LoadFont() 45 void LoadFonts(const char* font_path, FontFactory* factory, FontArray* fonts) { in LoadFonts()
|
D | merger.h | 31 explicit Merger(sfntly::FontArray* fonts);
|
D | utils.h | 28 sfntly::FontArray* fonts);
|
D | merger_main.cc | 49 FontArray fonts; in main()
|
D | merger.cc | 34 Merger::Merger(FontArray* fonts) { in Merger()
|
/external/sfntly/cpp/src/sample/subsetter/ |
D | subset_util.cc | 62 FontArray font_array; in Subset()
|
/external/sfntly/cpp/src/test/autogenerated/ |
D | cmap_basic_test.cc | 61 FontArray font_array; in SetUp()
|
/external/sfntly/cpp/src/sample/chromium/ |
D | subsetter_impl.cc | 143 Font* FindFont(const char* font_name, const FontArray& font_array) { in FindFont() 149 for (FontArray::const_iterator i = font_array.begin(), e = font_array.end(); in FindFont() 628 FontArray font_array; in LoadFont()
|