/third_party/flutter/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/ |
D | FontFactory.java | 19 import com.google.typography.font.sfntly.Font.Builder; 127 public Font[] loadFonts(InputStream is) throws IOException { in loadFonts() 133 return new Font[] {loadSingleOTF(pbis) }; in loadFonts() 157 private Font loadSingleOTF(InputStream is) throws IOException { in loadSingleOTF() 161 private Font[] loadCollection(InputStream is) throws IOException { in loadCollection() 162 Font.Builder[] builders = loadCollectionForBuilding(is); in loadCollection() 163 Font[] fonts = new Font[builders.length]; in loadCollection() 170 private Font.Builder loadSingleOTFForBuilding(InputStream is) throws IOException { in loadSingleOTFForBuilding() 188 private Font.Builder[] loadCollectionForBuilding(InputStream is) throws IOException { in loadCollectionForBuilding() 215 public Font[] loadFonts(byte[] b) throws IOException { in loadFonts() [all …]
|
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/ |
D | FontFactory.java | 19 import com.google.typography.font.sfntly.Font.Builder; 127 public Font[] loadFonts(InputStream is) throws IOException { in loadFonts() 133 return new Font[] {loadSingleOTF(pbis) }; in loadFonts() 157 private Font loadSingleOTF(InputStream is) throws IOException { in loadSingleOTF() 161 private Font[] loadCollection(InputStream is) throws IOException { in loadCollection() 162 Font.Builder[] builders = loadCollectionForBuilding(is); in loadCollection() 163 Font[] fonts = new Font[builders.length]; in loadCollection() 170 private Font.Builder loadSingleOTFForBuilding(InputStream is) throws IOException { in loadSingleOTFForBuilding() 188 private Font.Builder[] loadCollectionForBuilding(InputStream is) throws IOException { in loadCollectionForBuilding() 215 public Font[] loadFonts(byte[] b) throws IOException { in loadFonts() [all …]
|
/third_party/icu/icu4j/demos/src/com/ibm/icu/dev/demo/impl/ |
D | DemoUtility.java | 14 import java.awt.Font; 27 public static final Font titleFont = new Font("TimesRoman",Font.BOLD,18); 28 public static final Font labelFont = new Font("TimesRoman",Font.BOLD,14); 29 public static final Font choiceFont = new Font("Helvetica",Font.BOLD,12); 30 public static final Font editFont = new Font("Helvetica",Font.PLAIN,14); 31 public static final Font creditFont = new Font("Helvetica",Font.PLAIN,10); 32 public static final Font numberFont = new Font("sansserif", Font.PLAIN, 14);
|
/third_party/flutter/skia/third_party/externals/sfntly/cpp/src/sfntly/ |
D | font.cc | 62 Font::~Font() {} in ~Font() 64 bool Font::HasTable(int32_t tag) const { in HasTable() 68 Table* Font::GetTable(int32_t tag) { in GetTable() 74 const TableMap* Font::GetTableMap() { in GetTableMap() 78 void Font::Serialize(OutputStream* os, std::vector<int32_t>* table_ordering) { in Serialize() 90 Font::Font(int32_t sfnt_version, std::vector<uint8_t>* digest) in Font() function in sfntly::Font 97 void Font::BuildTableHeadersForSerialization(std::vector<int32_t>* table_ordering, in BuildTableHeadersForSerialization() 119 void Font::SerializeHeader(FontOutputStream* fos, in SerializeHeader() 144 void Font::SerializeTables(FontOutputStream* fos, in SerializeTables() 167 void Font::GenerateTableOrdering(std::vector<int32_t>* default_table_ordering, in GenerateTableOrdering() [all …]
|
/third_party/skia/third_party/externals/sfntly/cpp/src/sfntly/ |
D | font.cc | 62 Font::~Font() {} in ~Font() 64 bool Font::HasTable(int32_t tag) const { in HasTable() 68 Table* Font::GetTable(int32_t tag) { in GetTable() 74 const TableMap* Font::GetTableMap() { in GetTableMap() 78 void Font::Serialize(OutputStream* os, std::vector<int32_t>* table_ordering) { in Serialize() 90 Font::Font(int32_t sfnt_version, std::vector<uint8_t>* digest) in Font() function in sfntly::Font 97 void Font::BuildTableHeadersForSerialization(std::vector<int32_t>* table_ordering, in BuildTableHeadersForSerialization() 119 void Font::SerializeHeader(FontOutputStream* fos, in SerializeHeader() 144 void Font::SerializeTables(FontOutputStream* fos, in SerializeTables() 167 void Font::GenerateTableOrdering(std::vector<int32_t>* default_table_ordering, in GenerateTableOrdering() [all …]
|
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/tools/fontinfo/ |
D | FontUtils.java | 19 import com.google.typography.font.sfntly.Font; 48 public static Font[] getFonts(String fontFile) throws IOException { in getFonts() 61 public static Font[] getFonts(InputStream is) throws IOException { in getFonts() 64 Font[] fonts = null; in getFonts() 87 public static Table getTable(Font font, int tag) { in getTable() 104 public static CMapTable getCMapTable(Font font) { in getCMapTable() 117 public static CMap getUCSCMap(Font font) { in getUCSCMap() 123 Font.PlatformId.Windows.value(), Font.WindowsEncodingId.UnicodeUCS4.value()); in getUCSCMap() 126 Font.PlatformId.Windows.value(), Font.WindowsEncodingId.UnicodeUCS2.value()); in getUCSCMap() 144 public static LocaTable getLocaTable(Font font) { in getLocaTable() [all …]
|
/third_party/flutter/skia/third_party/externals/sfntly/java/src/com/google/typography/font/tools/fontinfo/ |
D | FontUtils.java | 19 import com.google.typography.font.sfntly.Font; 48 public static Font[] getFonts(String fontFile) throws IOException { in getFonts() 61 public static Font[] getFonts(InputStream is) throws IOException { in getFonts() 64 Font[] fonts = null; in getFonts() 87 public static Table getTable(Font font, int tag) { in getTable() 104 public static CMapTable getCMapTable(Font font) { in getCMapTable() 117 public static CMap getUCSCMap(Font font) { in getUCSCMap() 123 Font.PlatformId.Windows.value(), Font.WindowsEncodingId.UnicodeUCS4.value()); in getUCSCMap() 126 Font.PlatformId.Windows.value(), Font.WindowsEncodingId.UnicodeUCS2.value()); in getUCSCMap() 144 public static LocaTable getLocaTable(Font font) { in getLocaTable() [all …]
|
/third_party/flutter/engine/flutter/third_party/txt/src/minikin/ |
D | FontFamily.cpp | 69 Font::Font(const std::shared_ptr<MinikinFont>& typeface, FontStyle style) in Font() function in minikin::Font 72 Font::Font(std::shared_ptr<MinikinFont>&& typeface, FontStyle style) in Font() function in minikin::Font 75 std::unordered_set<AxisTag> Font::getSupportedAxesLocked() const { in getSupportedAxesLocked() 87 Font::Font(Font&& o) { in Font() function in minikin::Font 93 Font::Font(const Font& o) { in Font() function in minikin::Font 99 FontFamily::FontFamily(std::vector<Font>&& fonts) in FontFamily() 102 FontFamily::FontFamily(int variant, std::vector<Font>&& fonts) in FontFamily() 107 FontFamily::FontFamily(uint32_t langId, int variant, std::vector<Font>&& fonts) in FontFamily() 158 const Font* bestFont = nullptr; in getClosestMatch() 161 const Font& font = mFonts[i]; in getClosestMatch() [all …]
|
D | FontFamily.h | 114 struct Font { struct 115 Font(const std::shared_ptr<MinikinFont>& typeface, FontStyle style); 116 Font(std::shared_ptr<MinikinFont>&& typeface, FontStyle style); 117 Font(Font&& o); 118 Font(const Font& o); 135 explicit FontFamily(std::vector<Font>&& fonts); 136 FontFamily(int variant, std::vector<Font>&& fonts); 137 FontFamily(uint32_t langId, int variant, std::vector<Font>&& fonts); 184 std::vector<Font> mFonts;
|
/third_party/skia/third_party/externals/sfntly/cpp/src/sample/subtly/ |
D | stats.h | 25 class Font; variable 31 int32_t TotalFontSize(Font* font); 33 double TableSizePercent(Font* font, int32_t tag); 35 void PrintComparison(FILE* out, Font* font, Font* new_font); 37 void PrintStats(FILE* out, Font* font);
|
/third_party/flutter/skia/third_party/externals/sfntly/cpp/src/sample/subtly/ |
D | stats.h | 25 class Font; variable 31 int32_t TotalFontSize(Font* font); 33 double TableSizePercent(Font* font, int32_t tag); 35 void PrintComparison(FILE* out, Font* font, Font* new_font); 37 void PrintStats(FILE* out, Font* font);
|
/third_party/skia/third_party/externals/sfntly/java/test/com/google/typography/font/sfntly/testutils/ |
D | TestFontUtils.java | 19 import com.google.typography.font.sfntly.Font; 20 import com.google.typography.font.sfntly.Font.Builder; 49 Logger.getLogger(Font.class.getCanonicalName()); 60 public static Font[] loadFont(File file) throws IOException { in loadFont() 72 public static Font[] loadFont(File file, boolean fingerprint) throws IOException { in loadFont() 94 public static Font[] loadFont(File file, byte[]... expectedFingerprints) throws IOException { in loadFont() 95 Font[] fonts = loadFont(file, true); in loadFont() 112 public static Font[] loadFontUsingByteArray(File file) throws IOException { in loadFontUsingByteArray() 124 public static Font[] loadFontUsingByteArray(File file, boolean fingerprint) throws IOException { in loadFontUsingByteArray() 138 Font[] buildAndCheckFont(FontFactory fontFactory, InputStream is, int debug) throws IOException { in buildAndCheckFont() [all …]
|
/third_party/flutter/skia/third_party/externals/sfntly/java/test/com/google/typography/font/sfntly/testutils/ |
D | TestFontUtils.java | 19 import com.google.typography.font.sfntly.Font; 20 import com.google.typography.font.sfntly.Font.Builder; 49 Logger.getLogger(Font.class.getCanonicalName()); 60 public static Font[] loadFont(File file) throws IOException { in loadFont() 72 public static Font[] loadFont(File file, boolean fingerprint) throws IOException { in loadFont() 94 public static Font[] loadFont(File file, byte[]... expectedFingerprints) throws IOException { in loadFont() 95 Font[] fonts = loadFont(file, true); in loadFont() 112 public static Font[] loadFontUsingByteArray(File file) throws IOException { in loadFontUsingByteArray() 124 public static Font[] loadFontUsingByteArray(File file, boolean fingerprint) throws IOException { in loadFontUsingByteArray() 138 Font[] buildAndCheckFont(FontFactory fontFactory, InputStream is, int debug) throws IOException { in buildAndCheckFont() [all …]
|
/third_party/flutter/skia/third_party/externals/sfntly/java/test/com/google/typography/font/sfntly/ |
D | NameEditingTests.java | 19 import com.google.typography.font.sfntly.Font.PlatformId; 20 import com.google.typography.font.sfntly.Font.WindowsEncodingId; 47 Font.Builder fontBuilder = TestFontUtils.builderForFontFile(fontFile); in testChangeOneName() 57 Font font = fontBuilder.build(); in testChangeOneName() 61 Font[] serializedFontArray = TestFontUtils.loadFont(serializedFontFile); in testChangeOneName() 76 Font.Builder fontBuilder = TestFontUtils.builderForFontFile(fontFile); in testModifyNameTableAndRevert() 89 Font font = fontBuilder.build(); in testModifyNameTableAndRevert() 93 Font[] serializedFontArray = TestFontUtils.loadFont(serializedFontFile); in testModifyNameTableAndRevert() 105 Font.Builder fontBuilder = TestFontUtils.builderForFontFile(fontFile); in testRemoveOneName() 116 Font font = fontBuilder.build(); in testRemoveOneName() [all …]
|
/third_party/skia/third_party/externals/sfntly/java/test/com/google/typography/font/sfntly/ |
D | NameEditingTests.java | 19 import com.google.typography.font.sfntly.Font.PlatformId; 20 import com.google.typography.font.sfntly.Font.WindowsEncodingId; 47 Font.Builder fontBuilder = TestFontUtils.builderForFontFile(fontFile); in testChangeOneName() 57 Font font = fontBuilder.build(); in testChangeOneName() 61 Font[] serializedFontArray = TestFontUtils.loadFont(serializedFontFile); in testChangeOneName() 76 Font.Builder fontBuilder = TestFontUtils.builderForFontFile(fontFile); in testModifyNameTableAndRevert() 89 Font font = fontBuilder.build(); in testModifyNameTableAndRevert() 93 Font[] serializedFontArray = TestFontUtils.loadFont(serializedFontFile); in testModifyNameTableAndRevert() 105 Font.Builder fontBuilder = TestFontUtils.builderForFontFile(fontFile); in testRemoveOneName() 116 Font font = fontBuilder.build(); in testRemoveOneName() [all …]
|
/third_party/flutter/skia/third_party/externals/sfntly/cpp/data/fonts/cabinsketch/ |
D | OFL.txt | 3 with Reserved Font Name "Cabin", "Cabin Sketch". 5 This Font Software is licensed under the SIL Open Font License, Version 1.1. 15 The goals of the Open Font License (OFL) are to stimulate worldwide 31 "Font Software" refers to the set of files released by the Copyright 35 "Reserved Font Name" refers to any names specified as such after the 38 "Original Version" refers to the collection of Font Software components as 43 Original Version, by changing formats or by porting the Font Software to a 47 writer or other person who contributed to the Font Software. 51 a copy of the Font Software, to use, study, copy, merge, embed, modify, 52 redistribute, and sell modified and unmodified copies of the Font [all …]
|
/third_party/flutter/skia/third_party/externals/sfntly/cpp/data/fonts/daysone/ |
D | OFL.txt | 2 with Reserved Font Name "Days One" 4 This Font Software is licensed under the SIL Open Font License, Version 1.1. 14 The goals of the Open Font License (OFL) are to stimulate worldwide 30 "Font Software" refers to the set of files released by the Copyright 34 "Reserved Font Name" refers to any names specified as such after the 37 "Original Version" refers to the collection of Font Software components as 42 Original Version, by changing formats or by porting the Font Software to a 46 writer or other person who contributed to the Font Software. 50 a copy of the Font Software, to use, study, copy, merge, embed, modify, 51 redistribute, and sell modified and unmodified copies of the Font [all …]
|
/third_party/skia/third_party/externals/sfntly/cpp/data/fonts/federo/ |
D | OFL.txt | 2 with Reserved Font Name "Federo". 4 This Font Software is licensed under the SIL Open Font License, Version 1.1. 14 The goals of the Open Font License (OFL) are to stimulate worldwide 30 "Font Software" refers to the set of files released by the Copyright 34 "Reserved Font Name" refers to any names specified as such after the 37 "Original Version" refers to the collection of Font Software components as 42 Original Version, by changing formats or by porting the Font Software to a 46 writer or other person who contributed to the Font Software. 50 a copy of the Font Software, to use, study, copy, merge, embed, modify, 51 redistribute, and sell modified and unmodified copies of the Font [all …]
|
/third_party/flutter/skia/third_party/externals/sfntly/cpp/data/fonts/forum/ |
D | OFL.txt | 2 with Reserved Font Name "Forum". 4 This Font Software is licensed under the SIL Open Font License, Version 1.1. 14 The goals of the Open Font License (OFL) are to stimulate worldwide 30 "Font Software" refers to the set of files released by the Copyright 34 "Reserved Font Name" refers to any names specified as such after the 37 "Original Version" refers to the collection of Font Software components as 42 Original Version, by changing formats or by porting the Font Software to a 46 writer or other person who contributed to the Font Software. 50 a copy of the Font Software, to use, study, copy, merge, embed, modify, 51 redistribute, and sell modified and unmodified copies of the Font [all …]
|
/third_party/flutter/skia/third_party/externals/sfntly/cpp/data/fonts/bokor/ |
D | OFL.txt | 2 with Reserved Font Name Bokor. 4 This Font Software is licensed under the SIL Open Font License, Version 1.1. 14 The goals of the Open Font License (OFL) are to stimulate worldwide 30 "Font Software" refers to the set of files released by the Copyright 34 "Reserved Font Name" refers to any names specified as such after the 37 "Original Version" refers to the collection of Font Software components as 42 Original Version, by changing formats or by porting the Font Software to a 46 writer or other person who contributed to the Font Software. 50 a copy of the Font Software, to use, study, copy, merge, embed, modify, 51 redistribute, and sell modified and unmodified copies of the Font [all …]
|
/third_party/skia/third_party/externals/sfntly/cpp/data/fonts/allerta/ |
D | OFL.txt | 2 with Reserved Font Name Allerta. 4 This Font Software is licensed under the SIL Open Font License, Version 1.1. 14 The goals of the Open Font License (OFL) are to stimulate worldwide 30 "Font Software" refers to the set of files released by the Copyright 34 "Reserved Font Name" refers to any names specified as such after the 37 "Original Version" refers to the collection of Font Software components as 42 Original Version, by changing formats or by porting the Font Software to a 46 writer or other person who contributed to the Font Software. 50 a copy of the Font Software, to use, study, copy, merge, embed, modify, 51 redistribute, and sell modified and unmodified copies of the Font [all …]
|
/third_party/flutter/skia/third_party/externals/sfntly/cpp/data/fonts/astloch/ |
D | OFL.txt | 2 with Reserved Font Name Astloch. 4 This Font Software is licensed under the SIL Open Font License, Version 1.1. 14 The goals of the Open Font License (OFL) are to stimulate worldwide 30 "Font Software" refers to the set of files released by the Copyright 34 "Reserved Font Name" refers to any names specified as such after the 37 "Original Version" refers to the collection of Font Software components as 42 Original Version, by changing formats or by porting the Font Software to a 46 writer or other person who contributed to the Font Software. 50 a copy of the Font Software, to use, study, copy, merge, embed, modify, 51 redistribute, and sell modified and unmodified copies of the Font [all …]
|
/third_party/skia/third_party/externals/sfntly/cpp/data/fonts/andika/ |
D | OFL.txt | 2 with Reserved Font Names 'Andika' and 'SIL'. 4 This Font Software is licensed under the SIL Open Font License, Version 1.1. 14 The goals of the Open Font License (OFL) are to stimulate worldwide 30 "Font Software" refers to the set of files released by the Copyright 34 "Reserved Font Name" refers to any names specified as such after the 37 "Original Version" refers to the collection of Font Software components as 42 Original Version, by changing formats or by porting the Font Software to a 46 writer or other person who contributed to the Font Software. 50 a copy of the Font Software, to use, study, copy, merge, embed, modify, 51 redistribute, and sell modified and unmodified copies of the Font [all …]
|
/third_party/skia/third_party/externals/sfntly/cpp/data/fonts/crimson/ |
D | OFL.txt | 2 with Reserved Font Name "Crimson" and "Crimson Text". 4 This Font Software is licensed under the SIL Open Font License, Version 1.1. 14 The goals of the Open Font License (OFL) are to stimulate worldwide 30 "Font Software" refers to the set of files released by the Copyright 34 "Reserved Font Name" refers to any names specified as such after the 37 "Original Version" refers to the collection of Font Software components as 42 Original Version, by changing formats or by porting the Font Software to a 46 writer or other person who contributed to the Font Software. 50 a copy of the Font Software, to use, study, copy, merge, embed, modify, 51 redistribute, and sell modified and unmodified copies of the Font [all …]
|
/third_party/skia/third_party/externals/sfntly/cpp/data/fonts/battambang/ |
D | OFL.txt | 2 with Reserved Font Name Battambang. 4 This Font Software is licensed under the SIL Open Font License, Version 1.1. 14 The goals of the Open Font License (OFL) are to stimulate worldwide 30 "Font Software" refers to the set of files released by the Copyright 34 "Reserved Font Name" refers to any names specified as such after the 37 "Original Version" refers to the collection of Font Software components as 42 Original Version, by changing formats or by porting the Font Software to a 46 writer or other person who contributed to the Font Software. 50 a copy of the Font Software, to use, study, copy, merge, embed, modify, 51 redistribute, and sell modified and unmodified copies of the Font [all …]
|