/external/chromium_org/third_party/sfntly/cpp/src/sfntly/table/bitmap/ |
index_sub_table_format1.h | 64 int32_t last_glyph_index); 68 int32_t last_glyph_index); 77 int32_t last_glyph_index); 80 int32_t last_glyph_index); 87 int32_t last_glyph_index); 106 int32_t last_glyph_index);
|
index_sub_table_format3.h | 61 int32_t last_glyph_index); 65 int32_t last_glyph_index); 74 int32_t last_glyph_index); 77 int32_t last_glyph_index); 84 int32_t last_glyph_index); 103 int32_t last_glyph_index);
|
index_sub_table_format1.cc | 39 return last_glyph_index() - first_glyph_index() + 1; 60 int32_t last_glyph_index) 61 : IndexSubTable(data, first_glyph_index, last_glyph_index) { 116 int32_t last_glyph_index) { 120 last_glyph_index); 130 last_glyph_index); 140 int32_t last_glyph_index) { 144 last_glyph_index); 151 last_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; 60 int32_t last_glyph_index) 61 : IndexSubTable(data, first_glyph_index, last_glyph_index) { 129 int32_t last_glyph_index) { 133 last_glyph_index); 143 last_glyph_index); 152 int32_t last_glyph_index) { 156 last_glyph_index); 163 last_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; 134 int32_t last_glyph_index) { 138 last_glyph_index); 148 last_glyph_index); 157 int32_t last_glyph_index) { 161 last_glyph_index); 168 last_glyph_index); 175 data, first_glyph_index(), last_glyph_index()); 219 int32_t last_glyph_index) [all...] |
index_sub_table_format2.h | 64 int32_t last_glyph_index); 68 int32_t last_glyph_index); 73 int32_t last_glyph_index); 76 int32_t last_glyph_index); 81 int32_t last_glyph_index);
|
index_sub_table.cc | 67 int32_t last_glyph_index) 70 last_glyph_index_(last_glyph_index) { 80 return CheckGlyphRange(glyph_id, first_glyph_index(), last_glyph_index()); 154 int32_t last_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); 235 int32_t last_glyph_index) [all...] |
index_sub_table_format4.h | 88 int32_t last_glyph_index); 92 int32_t last_glyph_index); 97 int32_t last_glyph_index); 100 int32_t last_glyph_index); 108 int32_t last_glyph_index); 122 int32_t last_glyph_index);
|
index_sub_table_format5.h | 65 int32_t last_glyph_index); 69 int32_t last_glyph_index); 77 int32_t last_glyph_index); 80 int32_t last_glyph_index); 88 int32_t last_glyph_index); 105 int32_t last_glyph_index);
|
index_sub_table_format5.cc | 73 int32_t last_glyph_index) 74 : IndexSubTable(data, first_glyph_index, last_glyph_index) { 136 int32_t last_glyph_index) { 140 last_glyph_index); 150 last_glyph_index); 159 int32_t last_glyph_index) { 163 last_glyph_index); 170 last_glyph_index); 177 data, first_glyph_index(), last_glyph_index()); 270 int32_t last_glyph_index) [all...] |
index_sub_table.h | 49 int32_t last_glyph_index() { return last_glyph_index_; } function in class:sfntly::IndexSubTable::Builder 107 int32_t last_glyph_index); 110 int32_t last_glyph_index); 133 int32_t last_glyph_index() { return last_glyph_index_; } function in class:sfntly::IndexSubTable 155 int32_t last_glyph_index);
|
index_sub_table_format4.cc | 163 int32_t last_glyph_index) { 167 last_glyph_index); 177 last_glyph_index); 186 int32_t last_glyph_index) { 190 last_glyph_index); 197 last_glyph_index); 204 data, first_glyph_index(), last_glyph_index()); 273 int32_t last_glyph_index) 274 : IndexSubTable::Builder(data, first_glyph_index, last_glyph_index) { 279 int32_t last_glyph_index) [all...] |
/external/sfntly/cpp/src/sfntly/table/bitmap/ |
index_sub_table_format1.h | 64 int32_t last_glyph_index); 68 int32_t last_glyph_index); 77 int32_t last_glyph_index); 80 int32_t last_glyph_index); 87 int32_t last_glyph_index); 106 int32_t last_glyph_index);
|
index_sub_table_format3.h | 61 int32_t last_glyph_index); 65 int32_t last_glyph_index); 74 int32_t last_glyph_index); 77 int32_t last_glyph_index); 84 int32_t last_glyph_index); 103 int32_t last_glyph_index);
|
index_sub_table_format1.cc | 39 return last_glyph_index() - first_glyph_index() + 1; 60 int32_t last_glyph_index) 61 : IndexSubTable(data, first_glyph_index, last_glyph_index) { 116 int32_t last_glyph_index) { 120 last_glyph_index); 130 last_glyph_index); 140 int32_t last_glyph_index) { 144 last_glyph_index); 151 last_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; 60 int32_t last_glyph_index) 61 : IndexSubTable(data, first_glyph_index, last_glyph_index) { 129 int32_t last_glyph_index) { 133 last_glyph_index); 143 last_glyph_index); 152 int32_t last_glyph_index) { 156 last_glyph_index); 163 last_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; 134 int32_t last_glyph_index) { 138 last_glyph_index); 148 last_glyph_index); 157 int32_t last_glyph_index) { 161 last_glyph_index); 168 last_glyph_index); 175 data, first_glyph_index(), last_glyph_index()); 219 int32_t last_glyph_index) [all...] |
index_sub_table_format2.h | 64 int32_t last_glyph_index); 68 int32_t last_glyph_index); 73 int32_t last_glyph_index); 76 int32_t last_glyph_index); 81 int32_t last_glyph_index);
|
index_sub_table.cc | 67 int32_t last_glyph_index) 70 last_glyph_index_(last_glyph_index) { 80 return CheckGlyphRange(glyph_id, first_glyph_index(), last_glyph_index()); 154 int32_t last_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); 235 int32_t last_glyph_index) [all...] |
index_sub_table_format4.h | 88 int32_t last_glyph_index); 92 int32_t last_glyph_index); 97 int32_t last_glyph_index); 100 int32_t last_glyph_index); 108 int32_t last_glyph_index); 122 int32_t last_glyph_index);
|
index_sub_table_format5.h | 65 int32_t last_glyph_index); 69 int32_t last_glyph_index); 77 int32_t last_glyph_index); 80 int32_t last_glyph_index); 88 int32_t last_glyph_index); 105 int32_t last_glyph_index);
|
index_sub_table_format5.cc | 73 int32_t last_glyph_index) 74 : IndexSubTable(data, first_glyph_index, last_glyph_index) { 136 int32_t last_glyph_index) { 140 last_glyph_index); 150 last_glyph_index); 159 int32_t last_glyph_index) { 163 last_glyph_index); 170 last_glyph_index); 177 data, first_glyph_index(), last_glyph_index()); 270 int32_t last_glyph_index) [all...] |
index_sub_table.h | 49 int32_t last_glyph_index() { return last_glyph_index_; } function in class:sfntly::IndexSubTable::Builder 107 int32_t last_glyph_index); 110 int32_t last_glyph_index); 133 int32_t last_glyph_index() { return last_glyph_index_; } function in class:sfntly::IndexSubTable 155 int32_t last_glyph_index);
|
index_sub_table_format4.cc | 163 int32_t last_glyph_index) { 167 last_glyph_index); 177 last_glyph_index); 186 int32_t last_glyph_index) { 190 last_glyph_index); 197 last_glyph_index); 204 data, first_glyph_index(), last_glyph_index()); 273 int32_t last_glyph_index) 274 : IndexSubTable::Builder(data, first_glyph_index, last_glyph_index) { 279 int32_t last_glyph_index) [all...] |
/external/chromium_org/third_party/ots/src/ |
vorg.cc | 45 uint16_t last_glyph_index = 0; local 54 if ((i != 0) && (rec.glyph_index <= last_glyph_index)) { 59 last_glyph_index = rec.glyph_index;
|