Home | History | Annotate | Download | only in chromium

Lines Matching refs:Table

26 #include "sfntly/table/bitmap/eblc_table.h"
27 #include "sfntly/table/bitmap/ebdt_table.h"
28 #include "sfntly/table/bitmap/index_sub_table.h"
29 #include "sfntly/table/bitmap/index_sub_table_format1.h"
30 #include "sfntly/table/bitmap/index_sub_table_format2.h"
31 #include "sfntly/table/bitmap/index_sub_table_format3.h"
32 #include "sfntly/table/bitmap/index_sub_table_format4.h"
33 #include "sfntly/table/bitmap/index_sub_table_format5.h"
34 #include "sfntly/table/core/name_table.h"
257 // Add glyph to new glyf table.
546 // different glyphs that are only able to be figured out from the EBLC table
549 // Subsetting EBLC table (from arthurhsu)
552 // font will have sparse bitmap glyphs. So we reconstruct the EBLC table as
568 // Check if bitmap table exists.
580 // If the bitmap table's size is too small, skip subsetting.
645 // Find glyf and loca table.
688 // Special table:
689 // CFF - if you have this table then you shouldn't have a glyf table and this
690 // is the table with all the glyphs. Shall skip subsetting completely
776 Table* table = font_->GetTable(*i);
777 if (table) {
778 font_builder->NewTableBuilder(*i, table->ReadFontData());