/external/sfntly/cpp/src/sfntly/table/bitmap/ |
D | index_sub_table_format5.cc | 30 int32_t IndexSubTableFormat5::NumGlyphs() { in NumGlyphs() function in sfntly::IndexSubTableFormat5 31 return NumGlyphs(data_, 0); in NumGlyphs() 42 NumGlyphs(), in GlyphStartOffset() 80 int32_t IndexSubTableFormat5::NumGlyphs(ReadableFontData* data, in NumGlyphs() function in sfntly::IndexSubTableFormat5 93 int32_t IndexSubTableFormat5::Builder::NumGlyphs() { in NumGlyphs() function in sfntly::IndexSubTableFormat5::Builder 291 int32_t num_glyphs = IndexSubTableFormat5::NumGlyphs(data, 0); in Initialize() 306 int32_t num_glyphs = IndexSubTableFormat5::NumGlyphs(data, in DataLength()
|
D | index_sub_table_format4.cc | 28 int32_t IndexSubTableFormat4::NumGlyphs() { in NumGlyphs() function in sfntly::IndexSubTableFormat4 29 return IndexSubTableFormat4::NumGlyphs(data_, 0); in NumGlyphs() 76 NumGlyphs(), in FindCodeOffsetPair() 80 int32_t IndexSubTableFormat4::NumGlyphs(ReadableFontData* data, in NumGlyphs() function in sfntly::IndexSubTableFormat4 115 int32_t IndexSubTableFormat4::Builder::NumGlyphs() { in NumGlyphs() function in sfntly::IndexSubTableFormat4::Builder 295 int32_t num_pairs = IndexSubTableFormat4::NumGlyphs(data, 0) + 1; in Initialize() 336 int32_t num_glyphs = IndexSubTableFormat4::NumGlyphs(data, in DataLength()
|
D | index_sub_table_format5.h | 44 virtual int32_t NumGlyphs(); 95 virtual int32_t NumGlyphs(); 107 static int32_t NumGlyphs(ReadableFontData* dta, int32_t table_offset);
|
D | index_sub_table_format4.h | 70 virtual int32_t NumGlyphs(); 115 virtual int32_t NumGlyphs(); 125 static int32_t NumGlyphs(ReadableFontData* data, int32_t table_offset);
|
D | index_sub_table_format2.h | 45 virtual int32_t NumGlyphs(); 91 virtual int32_t NumGlyphs();
|
D | index_sub_table_format3.h | 44 virtual int32_t NumGlyphs(); 91 virtual int32_t NumGlyphs();
|
D | index_sub_table_format1.h | 45 virtual int32_t NumGlyphs(); 94 virtual int32_t NumGlyphs();
|
D | index_sub_table.h | 56 virtual int32_t NumGlyphs() = 0; 141 virtual int32_t NumGlyphs() = 0;
|
D | index_sub_table_format2.cc | 41 int32_t IndexSubTableFormat2::NumGlyphs() { in NumGlyphs() function in sfntly::IndexSubTableFormat2 74 int32_t IndexSubTableFormat2::Builder::NumGlyphs() { in NumGlyphs() function in sfntly::IndexSubTableFormat2::Builder
|
D | index_sub_table_format3.cc | 28 int32_t IndexSubTableFormat3::NumGlyphs() { in NumGlyphs() function in sfntly::IndexSubTableFormat3 77 int32_t IndexSubTableFormat3::Builder::NumGlyphs() { in NumGlyphs() function in sfntly::IndexSubTableFormat3::Builder
|
D | index_sub_table_format1.cc | 38 int32_t IndexSubTableFormat1::NumGlyphs() { in NumGlyphs() function in sfntly::IndexSubTableFormat1 76 int32_t IndexSubTableFormat1::Builder::NumGlyphs() { in NumGlyphs() function in sfntly::IndexSubTableFormat1::Builder
|
/external/sfntly/cpp/src/sfntly/table/core/ |
D | maximum_profile_table.h | 45 int32_t NumGlyphs(); 75 int32_t NumGlyphs();
|
D | maximum_profile_table.cc | 29 int32_t MaximumProfileTable::NumGlyphs() { in NumGlyphs() function in sfntly::MaximumProfileTable 121 int32_t MaximumProfileTable::Builder::NumGlyphs() { in NumGlyphs() function in sfntly::MaximumProfileTable::Builder
|
/external/sfntly/cpp/src/sfntly/table/truetype/ |
D | loca_table.cc | 147 int32_t LocaTable::Builder::NumGlyphs() { in NumGlyphs() function in sfntly::LocaTable::Builder 206 if (NumGlyphs() < 0) { in Initialize()
|
D | loca_table.h | 91 int NumGlyphs();
|
D | glyph_table.h | 268 int32_t NumGlyphs();
|
D | glyph_table.cc | 530 int32_t GlyphTable::CompositeGlyph::NumGlyphs() { in NumGlyphs() function in sfntly::GlyphTable::CompositeGlyph
|
/external/sfntly/cpp/src/test/ |
D | verify_maxp.cc | 47 EXPECT_EQ(maxp->NumGlyphs(), MAXP_NUM_GLYPHS); in VerifyMAXP()
|
/external/sfntly/cpp/src/sfntly/ |
D | font.cc | 463 int32_t num_glyphs = max_profile_builder->NumGlyphs(); in InterRelateBuilders() 476 int32_t num_glyphs = max_profile_builder->NumGlyphs(); in InterRelateBuilders() 489 hdmx_table_builder->SetNumGlyphs(max_profile_builder->NumGlyphs()); in InterRelateBuilders()
|
/external/sfntly/cpp/src/sample/subtly/ |
D | font_info.cc | 243 int32_t num_glyphs = composite_glyph->NumGlyphs(); in ResolveCompositeGlyphs()
|
/external/sfntly/cpp/src/sample/chromium/ |
D | subsetter_impl.cc | 246 for (int32_t j = 0; j < comp_glyph->NumGlyphs(); ++j) { in ResolveCompositeGlyphs()
|