/external/sfntly/cpp/src/sfntly/table/bitmap/ |
index_sub_table_format1.h | 63 int32_t first_glyph_index, 67 int32_t first_glyph_index, 76 int32_t first_glyph_index, 79 int32_t first_glyph_index, 86 int32_t first_glyph_index, 105 int32_t first_glyph_index,
|
index_sub_table_format3.h | 60 int32_t first_glyph_index, 64 int32_t first_glyph_index, 73 int32_t first_glyph_index, 76 int32_t first_glyph_index, 83 int32_t first_glyph_index, 102 int32_t first_glyph_index,
|
index_sub_table_format1.cc | 39 return last_glyph_index() - first_glyph_index() + 1; 59 int32_t first_glyph_index, 61 : IndexSubTable(data, first_glyph_index, last_glyph_index) { 115 int32_t first_glyph_index, 119 first_glyph_index, 129 first_glyph_index, 139 int32_t first_glyph_index, 143 first_glyph_index, 150 first_glyph_index, 158 data, first_glyph_index(), last_glyph_index()) [all...] |
index_sub_table_format3.cc | 29 return last_glyph_index() - first_glyph_index() + 1; 59 int32_t first_glyph_index, 61 : IndexSubTable(data, first_glyph_index, last_glyph_index) { 128 int32_t first_glyph_index, 132 first_glyph_index, 142 first_glyph_index, 151 int32_t first_glyph_index, 155 first_glyph_index, 162 first_glyph_index, 170 data, first_glyph_index(), last_glyph_index()) [all...] |
index_sub_table_format2.cc | 42 return last_glyph_index() - first_glyph_index() + 1; 75 return last_glyph_index() - first_glyph_index() + 1; 133 int32_t first_glyph_index, 137 first_glyph_index, 147 first_glyph_index, 156 int32_t first_glyph_index, 160 first_glyph_index, 167 first_glyph_index, 175 data, first_glyph_index(), last_glyph_index()); 218 int32_t first_glyph_index, [all...] |
index_sub_table_format2.h | 63 int32_t first_glyph_index, 67 int32_t first_glyph_index, 72 int32_t first_glyph_index, 75 int32_t first_glyph_index, 80 int32_t first_glyph_index,
|
index_sub_table.cc | 66 int32_t first_glyph_index, 69 first_glyph_index_(first_glyph_index), 80 return CheckGlyphRange(glyph_id, first_glyph_index(), last_glyph_index()); 151 int32_t first_glyph_index = local 166 data, index_sub_table_offset, first_glyph_index, last_glyph_index); 169 data, index_sub_table_offset, first_glyph_index, last_glyph_index); 172 data, index_sub_table_offset, first_glyph_index, last_glyph_index); 175 data, index_sub_table_offset, first_glyph_index, last_glyph_index); 178 data, index_sub_table_offset, first_glyph_index, last_glyph_index); 234 int32_t first_glyph_index, [all...] |
index_sub_table_format4.h | 87 int32_t first_glyph_index, 91 int32_t first_glyph_index, 96 int32_t first_glyph_index, 99 int32_t first_glyph_index, 107 int32_t first_glyph_index, 121 int32_t first_glyph_index,
|
index_sub_table_format5.h | 64 int32_t first_glyph_index, 68 int32_t first_glyph_index, 76 int32_t first_glyph_index, 79 int32_t first_glyph_index, 87 int32_t first_glyph_index, 104 int32_t first_glyph_index,
|
index_sub_table_format5.cc | 72 int32_t first_glyph_index, 74 : IndexSubTable(data, first_glyph_index, last_glyph_index) { 135 int32_t first_glyph_index, 139 first_glyph_index, 149 first_glyph_index, 158 int32_t first_glyph_index, 162 first_glyph_index, 169 first_glyph_index, 177 data, first_glyph_index(), last_glyph_index()); 269 int32_t first_glyph_index, [all...] |
index_sub_table.h | 47 int32_t first_glyph_index() { return first_glyph_index_; } function in class:sfntly::IndexSubTable::Builder 106 int32_t first_glyph_index, 109 int32_t first_glyph_index, 132 int32_t first_glyph_index() { return first_glyph_index_; } function in class:sfntly::IndexSubTable 154 int32_t first_glyph_index,
|
index_sub_table_format4.cc | 162 int32_t first_glyph_index, 166 first_glyph_index, 176 first_glyph_index, 185 int32_t first_glyph_index, 189 first_glyph_index, 196 first_glyph_index, 204 data, first_glyph_index(), last_glyph_index()); 272 int32_t first_glyph_index, 274 : IndexSubTable::Builder(data, first_glyph_index, last_glyph_index) { 278 int32_t first_glyph_index, [all...] |
bitmap_size_table.cc | 145 if ((*b)->first_glyph_index() <= glyph_id && 161 if (glyph_id < subtable->first_glyph_index()) { 421 if ((*b)->first_glyph_index() <= glyph_id && 438 if (glyph_id < subtable->first_glyph_index()) {
|
eblc_table.cc | 156 (*index_sub_table_builder)->first_glyph_index());
|
/external/sfntly/cpp/src/test/ |
bitmap_table_test.cc | 85 EXPECT_EQ(sub1->first_glyph_index(), STRIKE1_START_GLYPH_INDEX);
|
/external/sfntly/cpp/src/sample/chromium/ |
subsetter_impl.cc | 324 int32_t first_glyph_id = (*index_builders)[j]->first_glyph_index(); 397 int32_t lower_bound = b->first_glyph_index(); 450 int32_t lower_bound = b->first_glyph_index();
|