Home | History | Annotate | Download | only in chromium

Lines Matching refs:Table

29 #include "sfntly/table/bitmap/eblc_table.h"
30 #include "sfntly/table/bitmap/ebdt_table.h"
31 #include "sfntly/table/bitmap/index_sub_table.h"
32 #include "sfntly/table/bitmap/index_sub_table_format1.h"
33 #include "sfntly/table/bitmap/index_sub_table_format2.h"
34 #include "sfntly/table/bitmap/index_sub_table_format3.h"
35 #include "sfntly/table/bitmap/index_sub_table_format4.h"
36 #include "sfntly/table/bitmap/index_sub_table_format5.h"
37 #include "sfntly/table/core/name_table.h"
296 // Add glyph to new glyf table.
585 // different glyphs that are only able to be figured out from the EBLC table
588 // Subsetting EBLC table (from arthurhsu)
591 // font will have sparse bitmap glyphs. So we reconstruct the EBLC table as
607 // Check if bitmap table exists.
619 // If the bitmap table's size is too small, skip subsetting.
702 // Find glyf and loca table.
745 // Special table:
746 // CFF - if you have this table then you shouldn't have a glyf table and this
747 // is the table with all the glyphs. Shall skip subsetting completely
833 Table* table = font_->GetTable(*i);
834 if (table) {
835 font_builder->NewTableBuilder(*i, table->ReadFontData());