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);
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...]
bitmap_size_table.cc 146 (*b)->last_glyph_index() >= glyph_id) {
165 if (glyph_id <= subtable->last_glyph_index()) {
422 (*b)->last_glyph_index() >= glyph_id) {
442 if (glyph_id <= subtable->last_glyph_index()) {
eblc_table.cc 159 (*index_sub_table_builder)->last_glyph_index());
  /external/sfntly/cpp/src/test/
bitmap_table_test.cc 86 EXPECT_EQ(sub1->last_glyph_index(), STRIKE1_END_GLYPH_INDEX);
  /external/sfntly/cpp/src/sample/chromium/
subsetter_impl.cc 325 int32_t last_glyph_id = (*index_builders)[j]->last_glyph_index();
398 int32_t upper_bound = b->last_glyph_index();
451 int32_t upper_bound = b->last_glyph_index();

Completed in 631 milliseconds