HomeSort by relevance Sort by last modified time
    Searched refs:NumGlyphs (Results 1 - 21 of 21) sorted by null

  /external/sfntly/cpp/src/sfntly/table/bitmap/
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);
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);
index_sub_table_format1.h 45 virtual int32_t NumGlyphs();
94 virtual int32_t NumGlyphs();
index_sub_table_format2.h 45 virtual int32_t NumGlyphs();
91 virtual int32_t NumGlyphs();
index_sub_table_format3.h 44 virtual int32_t NumGlyphs();
91 virtual int32_t NumGlyphs();
index_sub_table_format5.cc 30 int32_t IndexSubTableFormat5::NumGlyphs() {
31 return NumGlyphs(data_, 0);
42 NumGlyphs(),
80 int32_t IndexSubTableFormat5::NumGlyphs(ReadableFontData* data,
93 int32_t IndexSubTableFormat5::Builder::NumGlyphs() {
291 int32_t num_glyphs = IndexSubTableFormat5::NumGlyphs(data, 0);
306 int32_t num_glyphs = IndexSubTableFormat5::NumGlyphs(data,
index_sub_table_format4.cc 28 int32_t IndexSubTableFormat4::NumGlyphs() {
29 return IndexSubTableFormat4::NumGlyphs(data_, 0);
76 NumGlyphs(),
80 int32_t IndexSubTableFormat4::NumGlyphs(ReadableFontData* data,
115 int32_t IndexSubTableFormat4::Builder::NumGlyphs() {
295 int32_t num_pairs = IndexSubTableFormat4::NumGlyphs(data, 0) + 1;
336 int32_t num_glyphs = IndexSubTableFormat4::NumGlyphs(data,
index_sub_table.h 56 virtual int32_t NumGlyphs() = 0;
141 virtual int32_t NumGlyphs() = 0;
index_sub_table_format1.cc 38 int32_t IndexSubTableFormat1::NumGlyphs() {
76 int32_t IndexSubTableFormat1::Builder::NumGlyphs() {
index_sub_table_format2.cc 41 int32_t IndexSubTableFormat2::NumGlyphs() {
74 int32_t IndexSubTableFormat2::Builder::NumGlyphs() {
index_sub_table_format3.cc 28 int32_t IndexSubTableFormat3::NumGlyphs() {
77 int32_t IndexSubTableFormat3::Builder::NumGlyphs() {
  /external/sfntly/cpp/src/sfntly/table/core/
maximum_profile_table.h 45 int32_t NumGlyphs();
75 int32_t NumGlyphs();
maximum_profile_table.cc 29 int32_t MaximumProfileTable::NumGlyphs() {
121 int32_t MaximumProfileTable::Builder::NumGlyphs() {
  /external/sfntly/cpp/src/test/
verify_maxp.cc 47 EXPECT_EQ(maxp->NumGlyphs(), MAXP_NUM_GLYPHS);
  /external/sfntly/cpp/src/sfntly/table/truetype/
loca_table.h 91 int NumGlyphs();
loca_table.cc 142 int32_t LocaTable::Builder::NumGlyphs() {
201 if (NumGlyphs() < 0) {
203 throw IllegalStateException("numglyphs not set on LocaTable Builder.");
glyph_table.h 273 int32_t NumGlyphs();
glyph_table.cc 550 int32_t GlyphTable::CompositeGlyph::NumGlyphs() {
  /external/sfntly/cpp/src/sfntly/
font.cc 454 max_profile_builder->NumGlyphs());
464 loca_table_builder->SetNumGlyphs(max_profile_builder->NumGlyphs());
475 hdmx_table_builder->SetNumGlyphs(max_profile_builder->NumGlyphs());
  /external/sfntly/cpp/src/sample/subtly/
font_info.cc 243 int32_t num_glyphs = composite_glyph->NumGlyphs();
  /external/sfntly/cpp/src/sample/chromium/
subsetter_impl.cc 205 for (int32_t j = 0; j < comp_glyph->NumGlyphs(); ++j) {

Completed in 2139 milliseconds