Home
last modified time | relevance | path

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

/external/sfntly/cpp/src/sfntly/table/bitmap/
Dindex_sub_table_format5.cc30 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()
Dindex_sub_table_format4.cc28 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()
Dindex_sub_table_format5.h44 virtual int32_t NumGlyphs();
95 virtual int32_t NumGlyphs();
107 static int32_t NumGlyphs(ReadableFontData* dta, int32_t table_offset);
Dindex_sub_table_format4.h70 virtual int32_t NumGlyphs();
115 virtual int32_t NumGlyphs();
125 static int32_t NumGlyphs(ReadableFontData* data, int32_t table_offset);
Dindex_sub_table_format2.h45 virtual int32_t NumGlyphs();
91 virtual int32_t NumGlyphs();
Dindex_sub_table_format3.h44 virtual int32_t NumGlyphs();
91 virtual int32_t NumGlyphs();
Dindex_sub_table_format1.h45 virtual int32_t NumGlyphs();
94 virtual int32_t NumGlyphs();
Dindex_sub_table.h56 virtual int32_t NumGlyphs() = 0;
141 virtual int32_t NumGlyphs() = 0;
Dindex_sub_table_format2.cc41 int32_t IndexSubTableFormat2::NumGlyphs() { in NumGlyphs() function in sfntly::IndexSubTableFormat2
74 int32_t IndexSubTableFormat2::Builder::NumGlyphs() { in NumGlyphs() function in sfntly::IndexSubTableFormat2::Builder
Dindex_sub_table_format1.cc38 int32_t IndexSubTableFormat1::NumGlyphs() { in NumGlyphs() function in sfntly::IndexSubTableFormat1
76 int32_t IndexSubTableFormat1::Builder::NumGlyphs() { in NumGlyphs() function in sfntly::IndexSubTableFormat1::Builder
Dindex_sub_table_format3.cc28 int32_t IndexSubTableFormat3::NumGlyphs() { in NumGlyphs() function in sfntly::IndexSubTableFormat3
77 int32_t IndexSubTableFormat3::Builder::NumGlyphs() { in NumGlyphs() function in sfntly::IndexSubTableFormat3::Builder
/external/sfntly/cpp/src/sfntly/table/core/
Dmaximum_profile_table.h45 int32_t NumGlyphs();
75 int32_t NumGlyphs();
Dmaximum_profile_table.cc29 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/
Dloca_table.cc147 int32_t LocaTable::Builder::NumGlyphs() { in NumGlyphs() function in sfntly::LocaTable::Builder
206 if (NumGlyphs() < 0) { in Initialize()
Dloca_table.h91 int NumGlyphs();
Dglyph_table.h268 int32_t NumGlyphs();
Dglyph_table.cc530 int32_t GlyphTable::CompositeGlyph::NumGlyphs() { in NumGlyphs() function in sfntly::GlyphTable::CompositeGlyph
/external/sfntly/cpp/src/test/
Dverify_maxp.cc47 EXPECT_EQ(maxp->NumGlyphs(), MAXP_NUM_GLYPHS); in VerifyMAXP()
/external/sfntly/cpp/src/sfntly/
Dfont.cc463 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/
Dfont_info.cc243 int32_t num_glyphs = composite_glyph->NumGlyphs(); in ResolveCompositeGlyphs()
/external/sfntly/cpp/src/sample/chromium/
Dsubsetter_impl.cc246 for (int32_t j = 0; j < comp_glyph->NumGlyphs(); ++j) { in ResolveCompositeGlyphs()