HomeSort by relevance Sort by last modified time
    Searched refs:last_glyph_index (Results 1 - 16 of 16) sorted by null

  /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);