Searched defs:new_font (Results 1 - 19 of 19) sorted by relevance

/external/chromium_org/third_party/sfntly/cpp/src/sample/subtly/
H A Ddebug_main.cc50 Ptr<Font> new_font; local
51 new_font.Attach(subsetter->Subset());
52 if (!new_font) {
57 subtly::SerializeFont(output_font_path, new_font);
58 subtly::PrintComparison(stdout, font, new_font);
59 int32_t new_size = TotalFontSize(new_font);
H A Dmerger_main.cc58 FontPtr new_font; local
59 new_font.Attach(merger->Merge());
62 SerializeFont(argv[argc - 1], new_font);
63 if (!new_font) {
H A Dsubsetter_main.cc68 Ptr<Font> new_font; local
69 new_font.Attach(subsetter->Subset());
70 if (!new_font) {
75 subtly::SerializeFont(output_font_path, new_font);
76 subtly::PrintComparison(stdout, font, new_font);
77 int32_t new_size = TotalFontSize(new_font);
H A Dstats.cc42 void PrintComparison(FILE* out, Font* font, Font* new_font) { argument
53 Ptr<FontDataTable> new_table = new_font->GetTable(it->first);
58 size_percent = subtly::TableSizePercent(new_font, it->first);
/external/chromium_org/third_party/sfntly/cpp/src/test/
H A Dcmap_editing_test.cc91 FontPtr new_font; local
92 new_font.Attach(font_builder->Build());
H A Dname_editing_test.cc77 FontPtr new_font = font_array[0]; local
126 FontPtr new_font = font_array[0]; local
172 FontPtr new_font = font_array[0]; local
220 FontPtr new_font = font_array[0];
H A Dbitmap_table_test.cc145 FontPtr new_font; local
146 new_font.Attach(font_builder->Build());
150 factory->SerializeFont(new_font, &os);
160 new_font = font_array[0];
162 EXPECT_TRUE(CommonReadingTest(new_font));
166 down_cast<EblcTable*>(new_font->GetTable(Tag::EBLC));
/external/sfntly/cpp/src/sample/subtly/
H A Ddebug_main.cc50 Ptr<Font> new_font; local
51 new_font.Attach(subsetter->Subset());
52 if (!new_font) {
57 subtly::SerializeFont(output_font_path, new_font);
58 subtly::PrintComparison(stdout, font, new_font);
59 int32_t new_size = TotalFontSize(new_font);
H A Dmerger_main.cc58 FontPtr new_font; local
59 new_font.Attach(merger->Merge());
62 SerializeFont(argv[argc - 1], new_font);
63 if (!new_font) {
H A Dsubsetter_main.cc68 Ptr<Font> new_font; local
69 new_font.Attach(subsetter->Subset());
70 if (!new_font) {
75 subtly::SerializeFont(output_font_path, new_font);
76 subtly::PrintComparison(stdout, font, new_font);
77 int32_t new_size = TotalFontSize(new_font);
H A Dstats.cc42 void PrintComparison(FILE* out, Font* font, Font* new_font) { argument
53 Ptr<FontDataTable> new_table = new_font->GetTable(it->first);
58 size_percent = subtly::TableSizePercent(new_font, it->first);
/external/sfntly/cpp/src/test/
H A Dcmap_editing_test.cc91 FontPtr new_font; local
92 new_font.Attach(font_builder->Build());
H A Dname_editing_test.cc77 FontPtr new_font = font_array[0]; local
126 FontPtr new_font = font_array[0]; local
172 FontPtr new_font = font_array[0]; local
220 FontPtr new_font = font_array[0];
H A Dbitmap_table_test.cc145 FontPtr new_font; local
146 new_font.Attach(font_builder->Build());
150 factory->SerializeFont(new_font, &os);
160 new_font = font_array[0];
162 EXPECT_TRUE(CommonReadingTest(new_font));
166 down_cast<EblcTable*>(new_font->GetTable(Tag::EBLC));
/external/chromium_org/third_party/sfntly/cpp/src/sample/subsetter/
H A Dsubset_util.cc83 FontPtr new_font; local
84 new_font.Attach(font_builder->Build());
90 factory->SerializeFont(new_font, &output_stream);
/external/sfntly/cpp/src/sample/subsetter/
H A Dsubset_util.cc83 FontPtr new_font; local
84 new_font.Attach(font_builder->Build());
90 factory->SerializeFont(new_font, &output_stream);
/external/chromium_org/components/dom_distiller/content/
H A Ddom_distiller_viewer_source.cc249 DistilledPagePrefs::FontFamily new_font) {
250 SendJavaScript(viewer::GetDistilledPageFontFamilyJs(new_font));
248 OnChangeFontFamily( DistilledPagePrefs::FontFamily new_font) argument
/external/chromium_org/third_party/sfntly/cpp/src/sample/chromium/
H A Dsubsetter_impl.cc661 FontPtr new_font; local
662 new_font.Attach(Subset(glyph_id_processed, glyph_table, loca_table));
663 if (new_font == NULL) {
668 factory_->SerializeFont(new_font, &output_stream);
/external/sfntly/cpp/src/sample/chromium/
H A Dsubsetter_impl.cc661 FontPtr new_font; local
662 new_font.Attach(Subset(glyph_id_processed, glyph_table, loca_table));
663 if (new_font == NULL) {
668 factory_->SerializeFont(new_font, &output_stream);

Completed in 204 milliseconds