Home
last modified time | relevance | path

Searched refs:FontBuilderArray (Results 1 – 13 of 13) sorted by relevance

/external/sfntly/cpp/src/sfntly/
Dfont_factory.cc70 FontBuilderArray* output) { in LoadFontsForBuilding()
84 FontBuilderArray* output) { in LoadFontsForBuilding()
120 FontBuilderArray ba; in LoadCollection()
123 for (FontBuilderArray::iterator builder = ba.begin(), builders_end = ba.end(); in LoadCollection()
132 FontBuilderArray builders; in LoadCollection()
135 for (FontBuilderArray::iterator builder = builders.begin(), in LoadCollection()
163 FontBuilderArray* builders) { in LoadCollectionForBuilding()
173 FontBuilderArray* builders) { in LoadCollectionForBuilding()
Dfont_factory.h67 void LoadFontsForBuilding(InputStream* is, FontBuilderArray* output);
75 void LoadFontsForBuilding(std::vector<uint8_t>* b, FontBuilderArray* output);
120 void LoadCollectionForBuilding(InputStream* is, FontBuilderArray* builders);
122 FontBuilderArray* builders);
Dfont.h348 typedef std::vector<FontBuilderPtr> FontBuilderArray; typedef
/external/sfntly/cpp/src/test/
Dfont_parsing_test.cc41 FontBuilderArray font_builder_array; in TestFontParsing()
45 FontBuilderArray font_builder_array2; in TestFontParsing()
104 FontBuilderArray font_builder_array; in TestTTFReadWrite()
122 FontBuilderArray font_builder_array; in TestTTFMemoryBasedReadWrite()
Dname_editing_test.cc38 void LoadTestFile(FontFactory* factory, FontBuilderArray* font_builders) { in LoadTestFile()
50 FontBuilderArray font_builder_array; in TestChangeOneName()
94 FontBuilderArray font_builder_array; in TestModifyNameTableAndRevert()
145 FontBuilderArray font_builder_array; in TestRemoveOneName()
Dserialization_test.cc36 FontBuilderArray font_builder_array; in TestSerialization()
102 FontBuilderArray font_builder_array; in TestSerializationBitmap()
Dtest_font_utils.h27 FontBuilderArray* builders);
Dotf_basic_editing_test.cc34 FontBuilderArray font_builder_array; in TestOTFBasicEditing()
Dtest_font_utils.cc28 FontBuilderArray* builders) { in BuilderForFontFile()
Dcmap_editing_test.cc36 FontBuilderArray builders; in TEST()
Dbitmap_table_test.cc141 FontBuilderArray builder_array; in TestIndexFormatConversion()
/external/sfntly/cpp/src/sample/subtly/
Dutils.cc40 FontBuilderArray builders; in LoadFontBuilder()
54 FontBuilderArray* builders) { in LoadFontBuilders()
Dutils.h31 sfntly::FontBuilderArray* builders);