HomeSort by relevance Sort by last modified time
    Searched refs:GlyphLength (Results 1 - 25 of 42) sorted by null

1 2

  /external/chromium_org/third_party/sfntly/cpp/src/test/
verify_loca.cc 51 EXPECT_EQ(loca->GlyphLength(i), LOCAS[i + 1] - LOCAS[i]);
  /external/sfntly/cpp/src/test/
verify_loca.cc 51 EXPECT_EQ(loca->GlyphLength(i), LOCAS[i + 1] - LOCAS[i]);
  /external/chromium_org/third_party/sfntly/cpp/src/sfntly/table/bitmap/
index_sub_table_format1.h 46 virtual int32_t GlyphLength(int32_t glyph_id);
96 virtual int32_t GlyphLength(int32_t glyph_id);
index_sub_table_format2.h 47 virtual int32_t GlyphLength(int32_t glyph_id);
93 virtual int32_t GlyphLength(int32_t glyph_id);
index_sub_table_format3.h 46 virtual int32_t GlyphLength(int32_t glyph_id);
93 virtual int32_t GlyphLength(int32_t glyph_id);
index_sub_table_format4.h 71 virtual int32_t GlyphLength(int32_t glyph_id);
117 virtual int32_t GlyphLength(int32_t glyph_id);
index_sub_table_format5.h 45 virtual int32_t GlyphLength(int32_t glyph_id);
97 virtual int32_t GlyphLength(int32_t glyph_id);
bitmap_size_table.h 102 int32_t GlyphLength(int32_t glyph_id);
146 int32_t GlyphLength(int32_t glyph_id);
index_sub_table.h 77 virtual int32_t GlyphLength(int32_t glyph_id) = 0;
140 virtual int32_t GlyphLength(int32_t glyph_id) = 0;
index_sub_table_format1.cc 50 int32_t IndexSubTableFormat1::GlyphLength(int32_t glyph_id) {
80 int32_t IndexSubTableFormat1::Builder::GlyphLength(int32_t glyph_id) {
296 container()->GlyphLength(glyph_id_),
index_sub_table_format2.cc 53 int32_t IndexSubTableFormat2::GlyphLength(int32_t glyph_id) {
86 int32_t IndexSubTableFormat2::Builder::GlyphLength(int32_t glyph_id) {
269 container()->GlyphLength(glyph_id_),
index_sub_table_format3.cc 40 int32_t IndexSubTableFormat3::GlyphLength(int32_t glyph_id) {
89 int32_t IndexSubTableFormat3::Builder::GlyphLength(int32_t glyph_id) {
292 container()->GlyphLength(glyph_id_),
  /external/chromium_org/third_party/sfntly/cpp/src/sfntly/table/truetype/
loca_table.h 80 int32_t GlyphLength(int32_t glyph_id);
156 int32_t GlyphLength(int32_t glyph_id);
  /external/sfntly/cpp/src/sfntly/table/bitmap/
index_sub_table_format1.h 46 virtual int32_t GlyphLength(int32_t glyph_id);
96 virtual int32_t GlyphLength(int32_t glyph_id);
index_sub_table_format2.h 47 virtual int32_t GlyphLength(int32_t glyph_id);
93 virtual int32_t GlyphLength(int32_t glyph_id);
index_sub_table_format3.h 46 virtual int32_t GlyphLength(int32_t glyph_id);
93 virtual int32_t GlyphLength(int32_t glyph_id);
index_sub_table_format4.h 71 virtual int32_t GlyphLength(int32_t glyph_id);
117 virtual int32_t GlyphLength(int32_t glyph_id);
index_sub_table_format5.h 45 virtual int32_t GlyphLength(int32_t glyph_id);
97 virtual int32_t GlyphLength(int32_t glyph_id);
bitmap_size_table.h 102 int32_t GlyphLength(int32_t glyph_id);
146 int32_t GlyphLength(int32_t glyph_id);
index_sub_table.h 77 virtual int32_t GlyphLength(int32_t glyph_id) = 0;
140 virtual int32_t GlyphLength(int32_t glyph_id) = 0;
index_sub_table_format1.cc 50 int32_t IndexSubTableFormat1::GlyphLength(int32_t glyph_id) {
80 int32_t IndexSubTableFormat1::Builder::GlyphLength(int32_t glyph_id) {
296 container()->GlyphLength(glyph_id_),
index_sub_table_format2.cc 53 int32_t IndexSubTableFormat2::GlyphLength(int32_t glyph_id) {
86 int32_t IndexSubTableFormat2::Builder::GlyphLength(int32_t glyph_id) {
269 container()->GlyphLength(glyph_id_),
  /external/sfntly/cpp/src/sfntly/table/truetype/
loca_table.h 80 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/
glyph_table_subsetter.cc 73 int old_length = loca_table->GlyphLength(*old_glyph_id);
  /external/sfntly/cpp/src/sfntly/tools/subsetter/
glyph_table_subsetter.cc 73 int old_length = loca_table->GlyphLength(*old_glyph_id);

Completed in 902 milliseconds

1 2