Searched refs:GlyphLength (Results 1 - 25 of 42) sorted by relevance

12

/external/chromium_org/third_party/sfntly/cpp/src/test/
H A Dverify_loca.cc51 EXPECT_EQ(loca->GlyphLength(i), LOCAS[i + 1] - LOCAS[i]);
/external/sfntly/cpp/src/test/
H A Dverify_loca.cc51 EXPECT_EQ(loca->GlyphLength(i), LOCAS[i + 1] - LOCAS[i]);
/external/chromium_org/third_party/sfntly/cpp/src/sfntly/table/bitmap/
H A Dindex_sub_table_format1.h46 virtual int32_t GlyphLength(int32_t glyph_id);
96 virtual int32_t GlyphLength(int32_t glyph_id);
H A Dindex_sub_table_format2.h47 virtual int32_t GlyphLength(int32_t glyph_id);
93 virtual int32_t GlyphLength(int32_t glyph_id);
H A Dindex_sub_table_format3.h46 virtual int32_t GlyphLength(int32_t glyph_id);
93 virtual int32_t GlyphLength(int32_t glyph_id);
H A Dindex_sub_table_format5.h45 virtual int32_t GlyphLength(int32_t glyph_id);
97 virtual int32_t GlyphLength(int32_t glyph_id);
H A Dbitmap_size_table.h102 int32_t GlyphLength(int32_t glyph_id);
146 int32_t GlyphLength(int32_t glyph_id);
H A Dindex_sub_table.h77 virtual int32_t GlyphLength(int32_t glyph_id) = 0;
140 virtual int32_t GlyphLength(int32_t glyph_id) = 0;
H A Dindex_sub_table_format4.h71 virtual int32_t GlyphLength(int32_t glyph_id);
117 virtual int32_t GlyphLength(int32_t glyph_id);
H A Dindex_sub_table_format1.cc50 int32_t IndexSubTableFormat1::GlyphLength(int32_t glyph_id) { function in class:sfntly::IndexSubTableFormat1
80 int32_t IndexSubTableFormat1::Builder::GlyphLength(int32_t glyph_id) { function in class:sfntly::IndexSubTableFormat1::Builder
296 container()->GlyphLength(glyph_id_),
H A Dindex_sub_table_format2.cc53 int32_t IndexSubTableFormat2::GlyphLength(int32_t glyph_id) { function in class:sfntly::IndexSubTableFormat2
86 int32_t IndexSubTableFormat2::Builder::GlyphLength(int32_t glyph_id) { function in class:sfntly::IndexSubTableFormat2::Builder
269 container()->GlyphLength(glyph_id_),
H A Dindex_sub_table_format3.cc40 int32_t IndexSubTableFormat3::GlyphLength(int32_t glyph_id) { function in class:sfntly::IndexSubTableFormat3
89 int32_t IndexSubTableFormat3::Builder::GlyphLength(int32_t glyph_id) { function in class:sfntly::IndexSubTableFormat3::Builder
292 container()->GlyphLength(glyph_id_),
/external/chromium_org/third_party/sfntly/cpp/src/sfntly/table/truetype/
H A Dloca_table.h80 int32_t GlyphLength(int32_t glyph_id);
156 int32_t GlyphLength(int32_t glyph_id);
/external/sfntly/cpp/src/sfntly/table/bitmap/
H A Dindex_sub_table_format1.h46 virtual int32_t GlyphLength(int32_t glyph_id);
96 virtual int32_t GlyphLength(int32_t glyph_id);
H A Dindex_sub_table_format2.h47 virtual int32_t GlyphLength(int32_t glyph_id);
93 virtual int32_t GlyphLength(int32_t glyph_id);
H A Dindex_sub_table_format3.h46 virtual int32_t GlyphLength(int32_t glyph_id);
93 virtual int32_t GlyphLength(int32_t glyph_id);
H A Dindex_sub_table_format5.h45 virtual int32_t GlyphLength(int32_t glyph_id);
97 virtual int32_t GlyphLength(int32_t glyph_id);
H A Dbitmap_size_table.h102 int32_t GlyphLength(int32_t glyph_id);
146 int32_t GlyphLength(int32_t glyph_id);
H A Dindex_sub_table.h77 virtual int32_t GlyphLength(int32_t glyph_id) = 0;
140 virtual int32_t GlyphLength(int32_t glyph_id) = 0;
H A Dindex_sub_table_format4.h71 virtual int32_t GlyphLength(int32_t glyph_id);
117 virtual int32_t GlyphLength(int32_t glyph_id);
H A Dindex_sub_table_format1.cc50 int32_t IndexSubTableFormat1::GlyphLength(int32_t glyph_id) { function in class:sfntly::IndexSubTableFormat1
80 int32_t IndexSubTableFormat1::Builder::GlyphLength(int32_t glyph_id) { function in class:sfntly::IndexSubTableFormat1::Builder
296 container()->GlyphLength(glyph_id_),
H A Dindex_sub_table_format2.cc53 int32_t IndexSubTableFormat2::GlyphLength(int32_t glyph_id) { function in class:sfntly::IndexSubTableFormat2
86 int32_t IndexSubTableFormat2::Builder::GlyphLength(int32_t glyph_id) { function in class:sfntly::IndexSubTableFormat2::Builder
269 container()->GlyphLength(glyph_id_),
/external/sfntly/cpp/src/sfntly/table/truetype/
H A Dloca_table.h80 int32_t GlyphLength(int32_t glyph_id);
156 int32_t GlyphLength(int32_t glyph_id);
/external/chromium_org/third_party/sfntly/cpp/src/sfntly/tools/subsetter/
H A Dglyph_table_subsetter.cc73 int old_length = loca_table->GlyphLength(*old_glyph_id);
/external/sfntly/cpp/src/sfntly/tools/subsetter/
H A Dglyph_table_subsetter.cc73 int old_length = loca_table->GlyphLength(*old_glyph_id);

Completed in 2351 milliseconds

12