Searched refs:NumGlyphs (Results 1 - 25 of 46) sorted by relevance

12

/external/chromium_org/third_party/sfntly/cpp/src/sfntly/table/bitmap/
H A 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);
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,
H A 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);
H A Dindex_sub_table_format1.h45 virtual int32_t NumGlyphs();
94 virtual int32_t NumGlyphs();
H A Dindex_sub_table_format2.h45 virtual int32_t NumGlyphs();
91 virtual int32_t NumGlyphs();
H A Dindex_sub_table_format3.h44 virtual int32_t NumGlyphs();
91 virtual int32_t NumGlyphs();
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.h56 virtual int32_t NumGlyphs() = 0;
141 virtual int32_t NumGlyphs() = 0;
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
/external/sfntly/cpp/src/sfntly/table/bitmap/
H A 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);
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,
H A 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);
H A Dindex_sub_table_format1.h45 virtual int32_t NumGlyphs();
94 virtual int32_t NumGlyphs();
H A Dindex_sub_table_format2.h45 virtual int32_t NumGlyphs();
91 virtual int32_t NumGlyphs();
H A Dindex_sub_table_format3.h44 virtual int32_t NumGlyphs();
91 virtual int32_t NumGlyphs();
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.h56 virtual int32_t NumGlyphs() = 0;
141 virtual int32_t NumGlyphs() = 0;
/external/chromium_org/third_party/brotli/src/woff2/
H A Dfont.h67 int NumGlyphs(const Font& font);
/external/chromium_org/third_party/sfntly/cpp/src/sfntly/table/core/
H A Dmaximum_profile_table.h45 int32_t NumGlyphs();
75 int32_t NumGlyphs();
/external/sfntly/cpp/src/sfntly/table/core/
H A Dmaximum_profile_table.h45 int32_t NumGlyphs();
75 int32_t NumGlyphs();
/external/chromium_org/third_party/sfntly/cpp/src/test/
H A Dverify_maxp.cc47 EXPECT_EQ(maxp->NumGlyphs(), MAXP_NUM_GLYPHS);
/external/sfntly/cpp/src/test/
H A Dverify_maxp.cc47 EXPECT_EQ(maxp->NumGlyphs(), MAXP_NUM_GLYPHS);
/external/chromium_org/third_party/sfntly/cpp/src/sfntly/table/truetype/
H A Dloca_table.h91 int NumGlyphs();
/external/sfntly/cpp/src/sfntly/table/truetype/
H A Dloca_table.h91 int NumGlyphs();

Completed in 276 milliseconds

12