Searched defs:NumGlyphs (Results 1 - 17 of 17) sorted by relevance

/external/chromium_org/third_party/brotli/src/woff2/
H A Dfont.cc127 int NumGlyphs(const Font& font) { function in namespace:woff2
/external/chromium_org/third_party/sfntly/cpp/src/sfntly/table/bitmap/
H A Dindex_sub_table_format1.cc38 int32_t IndexSubTableFormat1::NumGlyphs() { function in class:sfntly::IndexSubTableFormat1
76 int32_t IndexSubTableFormat1::Builder::NumGlyphs() { function in class:sfntly::IndexSubTableFormat1::Builder
H A Dindex_sub_table_format2.cc41 int32_t IndexSubTableFormat2::NumGlyphs() { function in class:sfntly::IndexSubTableFormat2
74 int32_t IndexSubTableFormat2::Builder::NumGlyphs() { function in class:sfntly::IndexSubTableFormat2::Builder
H A Dindex_sub_table_format3.cc28 int32_t IndexSubTableFormat3::NumGlyphs() { function in class:sfntly::IndexSubTableFormat3
77 int32_t IndexSubTableFormat3::Builder::NumGlyphs() { function in class:sfntly::IndexSubTableFormat3::Builder
H A Dindex_sub_table_format4.cc28 int32_t IndexSubTableFormat4::NumGlyphs() { function in class:sfntly::IndexSubTableFormat4
29 return IndexSubTableFormat4::NumGlyphs(data_, 0);
76 NumGlyphs(),
80 int32_t IndexSubTableFormat4::NumGlyphs(ReadableFontData* data, function in class:sfntly::IndexSubTableFormat4
115 int32_t IndexSubTableFormat4::Builder::NumGlyphs() { function in class:sfntly::IndexSubTableFormat4::Builder
295 int32_t num_pairs = IndexSubTableFormat4::NumGlyphs(data, 0) + 1;
336 int32_t num_glyphs = IndexSubTableFormat4::NumGlyphs(data,
H A Dindex_sub_table_format5.cc30 int32_t IndexSubTableFormat5::NumGlyphs() { function in class:sfntly::IndexSubTableFormat5
31 return NumGlyphs(data_, 0);
42 NumGlyphs(),
80 int32_t IndexSubTableFormat5::NumGlyphs(ReadableFontData* data, function in class:sfntly::IndexSubTableFormat5
93 int32_t IndexSubTableFormat5::Builder::NumGlyphs() { function in class:sfntly::IndexSubTableFormat5::Builder
291 int32_t num_glyphs = IndexSubTableFormat5::NumGlyphs(data, 0);
306 int32_t num_glyphs = IndexSubTableFormat5::NumGlyphs(data,
/external/chromium_org/third_party/sfntly/cpp/src/sfntly/table/core/
H A Dmaximum_profile_table.cc29 int32_t MaximumProfileTable::NumGlyphs() { function in class:sfntly::MaximumProfileTable
121 int32_t MaximumProfileTable::Builder::NumGlyphs() { function in class:sfntly::MaximumProfileTable::Builder
/external/chromium_org/third_party/sfntly/cpp/src/sfntly/table/truetype/
H A Dloca_table.cc142 int32_t LocaTable::Builder::NumGlyphs() { function in class:sfntly::LocaTable::Builder
201 if (NumGlyphs() < 0) {
H A Dglyph_table.cc550 int32_t GlyphTable::CompositeGlyph::NumGlyphs() { function in class:sfntly::GlyphTable::CompositeGlyph
/external/sfntly/cpp/src/sfntly/table/bitmap/
H A Dindex_sub_table_format1.cc38 int32_t IndexSubTableFormat1::NumGlyphs() { function in class:sfntly::IndexSubTableFormat1
76 int32_t IndexSubTableFormat1::Builder::NumGlyphs() { function in class:sfntly::IndexSubTableFormat1::Builder
H A Dindex_sub_table_format2.cc41 int32_t IndexSubTableFormat2::NumGlyphs() { function in class:sfntly::IndexSubTableFormat2
74 int32_t IndexSubTableFormat2::Builder::NumGlyphs() { function in class:sfntly::IndexSubTableFormat2::Builder
H A Dindex_sub_table_format3.cc28 int32_t IndexSubTableFormat3::NumGlyphs() { function in class:sfntly::IndexSubTableFormat3
77 int32_t IndexSubTableFormat3::Builder::NumGlyphs() { function in class:sfntly::IndexSubTableFormat3::Builder
H A Dindex_sub_table_format4.cc28 int32_t IndexSubTableFormat4::NumGlyphs() { function in class:sfntly::IndexSubTableFormat4
29 return IndexSubTableFormat4::NumGlyphs(data_, 0);
76 NumGlyphs(),
80 int32_t IndexSubTableFormat4::NumGlyphs(ReadableFontData* data, function in class:sfntly::IndexSubTableFormat4
115 int32_t IndexSubTableFormat4::Builder::NumGlyphs() { function in class:sfntly::IndexSubTableFormat4::Builder
295 int32_t num_pairs = IndexSubTableFormat4::NumGlyphs(data, 0) + 1;
336 int32_t num_glyphs = IndexSubTableFormat4::NumGlyphs(data,
H A Dindex_sub_table_format5.cc30 int32_t IndexSubTableFormat5::NumGlyphs() { function in class:sfntly::IndexSubTableFormat5
31 return NumGlyphs(data_, 0);
42 NumGlyphs(),
80 int32_t IndexSubTableFormat5::NumGlyphs(ReadableFontData* data, function in class:sfntly::IndexSubTableFormat5
93 int32_t IndexSubTableFormat5::Builder::NumGlyphs() { function in class:sfntly::IndexSubTableFormat5::Builder
291 int32_t num_glyphs = IndexSubTableFormat5::NumGlyphs(data, 0);
306 int32_t num_glyphs = IndexSubTableFormat5::NumGlyphs(data,
/external/sfntly/cpp/src/sfntly/table/core/
H A Dmaximum_profile_table.cc29 int32_t MaximumProfileTable::NumGlyphs() { function in class:sfntly::MaximumProfileTable
121 int32_t MaximumProfileTable::Builder::NumGlyphs() { function in class:sfntly::MaximumProfileTable::Builder
/external/sfntly/cpp/src/sfntly/table/truetype/
H A Dloca_table.cc142 int32_t LocaTable::Builder::NumGlyphs() { function in class:sfntly::LocaTable::Builder
201 if (NumGlyphs() < 0) {
H A Dglyph_table.cc550 int32_t GlyphTable::CompositeGlyph::NumGlyphs() { function in class:sfntly::GlyphTable::CompositeGlyph

Completed in 1731 milliseconds