Home
last modified time | relevance | path

Searched refs:GlyphLength (Results 1 – 21 of 21) sorted by relevance

/external/sfntly/cpp/src/sfntly/table/truetype/
Dloca_table.h80 int32_t GlyphLength(int32_t glyph_id);
156 int32_t GlyphLength(int32_t glyph_id);
Dloca_table.cc36 int32_t LocaTable::GlyphLength(int32_t glyph_id) { in GlyphLength() function in sfntly::LocaTable
131 int32_t LocaTable::Builder::GlyphLength(int32_t glyph_id) { in GlyphLength() function in sfntly::LocaTable::Builder
/external/sfntly/cpp/src/sfntly/table/bitmap/
Dindex_sub_table_format2.h47 virtual int32_t GlyphLength(int32_t glyph_id);
93 virtual int32_t GlyphLength(int32_t glyph_id);
Dindex_sub_table_format3.h46 virtual int32_t GlyphLength(int32_t glyph_id);
93 virtual int32_t GlyphLength(int32_t glyph_id);
Dindex_sub_table_format1.h46 virtual int32_t GlyphLength(int32_t glyph_id);
96 virtual int32_t GlyphLength(int32_t glyph_id);
Dindex_sub_table_format5.h45 virtual int32_t GlyphLength(int32_t glyph_id);
97 virtual int32_t GlyphLength(int32_t glyph_id);
Dindex_sub_table_format2.cc53 int32_t IndexSubTableFormat2::GlyphLength(int32_t glyph_id) { in GlyphLength() function in sfntly::IndexSubTableFormat2
86 int32_t IndexSubTableFormat2::Builder::GlyphLength(int32_t glyph_id) { in GlyphLength() function in sfntly::IndexSubTableFormat2::Builder
269 container()->GlyphLength(glyph_id_), in Next()
Dindex_sub_table_format3.cc40 int32_t IndexSubTableFormat3::GlyphLength(int32_t glyph_id) { in GlyphLength() function in sfntly::IndexSubTableFormat3
89 int32_t IndexSubTableFormat3::Builder::GlyphLength(int32_t glyph_id) { in GlyphLength() function in sfntly::IndexSubTableFormat3::Builder
292 container()->GlyphLength(glyph_id_), in Next()
Dindex_sub_table_format4.h71 virtual int32_t GlyphLength(int32_t glyph_id);
117 virtual int32_t GlyphLength(int32_t glyph_id);
Dindex_sub_table_format1.cc50 int32_t IndexSubTableFormat1::GlyphLength(int32_t glyph_id) { in GlyphLength() function in sfntly::IndexSubTableFormat1
80 int32_t IndexSubTableFormat1::Builder::GlyphLength(int32_t glyph_id) { in GlyphLength() function in sfntly::IndexSubTableFormat1::Builder
296 container()->GlyphLength(glyph_id_), in Next()
Dindex_sub_table.h77 virtual int32_t GlyphLength(int32_t glyph_id) = 0;
140 virtual int32_t GlyphLength(int32_t glyph_id) = 0;
Dbitmap_size_table.h102 int32_t GlyphLength(int32_t glyph_id);
146 int32_t GlyphLength(int32_t glyph_id);
Dbitmap_size_table.cc95 int32_t BitmapSizeTable::GlyphLength(int32_t glyph_id) { in GlyphLength() function in sfntly::BitmapSizeTable
100 return subtable->GlyphLength(glyph_id); in GlyphLength()
346 int32_t BitmapSizeTable::Builder::GlyphLength(int32_t glyph_id) { in GlyphLength() function in sfntly::BitmapSizeTable::Builder
351 return subtable->GlyphLength(glyph_id); in GlyphLength()
Dindex_sub_table.cc41 GlyphLength(glyph_id), in GlyphInfo()
113 GlyphLength(glyph_id), in GlyphInfo()
Dindex_sub_table_format5.cc50 int32_t IndexSubTableFormat5::GlyphLength(int32_t glyph_id) { in GlyphLength() function in sfntly::IndexSubTableFormat5
97 int32_t IndexSubTableFormat5::Builder::GlyphLength(int32_t glyph_id) { in GlyphLength() function in sfntly::IndexSubTableFormat5::Builder
Dindex_sub_table_format4.cc47 int32_t IndexSubTableFormat4::GlyphLength(int32_t glyph_id) { in GlyphLength() function in sfntly::IndexSubTableFormat4
119 int32_t IndexSubTableFormat4::Builder::GlyphLength(int32_t glyph_id) { in GlyphLength() function in sfntly::IndexSubTableFormat4::Builder
/external/sfntly/cpp/src/test/
Dverify_loca.cc51 EXPECT_EQ(loca->GlyphLength(i), LOCAS[i + 1] - LOCAS[i]); in VerifyLOCA()
/external/sfntly/cpp/src/sfntly/tools/subsetter/
Dglyph_table_subsetter.cc73 int old_length = loca_table->GlyphLength(*old_glyph_id); in Subset()
/external/sfntly/cpp/src/sample/subtly/
Dfont_info.cc221 int32_t length = loca_table_->GlyphLength(glyph_id); in ResolveCompositeGlyphs()
Dfont_assembler.cc190 int32_t length = loca_table->GlyphLength(resolved_glyph_id); in AssembleGlyphAndLocaTables()
/external/sfntly/cpp/src/sample/chromium/
Dsubsetter_impl.cc190 int32_t length = loca_table->GlyphLength(*i); in ResolveCompositeGlyphs()
253 int32_t length = loca_table->GlyphLength(*i); in SetupGlyfBuilders()