Home
last modified time | relevance | path

Searched refs:first_glyph_index (Results 1 – 16 of 16) sorted by relevance

/external/sfntly/cpp/src/sfntly/table/bitmap/
Dindex_sub_table_format1.cc39 return last_glyph_index() - first_glyph_index() + 1; in NumGlyphs()
59 int32_t first_glyph_index, in IndexSubTableFormat1() argument
61 : IndexSubTable(data, first_glyph_index, last_glyph_index) { in IndexSubTableFormat1()
115 int32_t first_glyph_index, in CreateBuilder() argument
119 first_glyph_index, in CreateBuilder()
129 first_glyph_index, in CreateBuilder()
139 int32_t first_glyph_index, in CreateBuilder() argument
143 first_glyph_index, in CreateBuilder()
150 first_glyph_index, in CreateBuilder()
158 data, first_glyph_index(), last_glyph_index()); in SubBuildTable()
[all …]
Dindex_sub_table_format3.cc29 return last_glyph_index() - first_glyph_index() + 1; in NumGlyphs()
59 int32_t first_glyph_index, in IndexSubTableFormat3() argument
61 : IndexSubTable(data, first_glyph_index, last_glyph_index) { in IndexSubTableFormat3()
128 int32_t first_glyph_index, in CreateBuilder() argument
132 first_glyph_index, in CreateBuilder()
142 first_glyph_index, in CreateBuilder()
151 int32_t first_glyph_index, in CreateBuilder() argument
155 first_glyph_index, in CreateBuilder()
162 first_glyph_index, in CreateBuilder()
170 data, first_glyph_index(), last_glyph_index()); in SubBuildTable()
[all …]
Dindex_sub_table_format2.cc42 return last_glyph_index() - first_glyph_index() + 1; in NumGlyphs()
75 return last_glyph_index() - first_glyph_index() + 1; in NumGlyphs()
133 int32_t first_glyph_index, in CreateBuilder() argument
137 first_glyph_index, in CreateBuilder()
147 first_glyph_index, in CreateBuilder()
156 int32_t first_glyph_index, in CreateBuilder() argument
160 first_glyph_index, in CreateBuilder()
167 first_glyph_index, in CreateBuilder()
175 data, first_glyph_index(), last_glyph_index()); in SubBuildTable()
218 int32_t first_glyph_index, in Builder() argument
[all …]
Dindex_sub_table.cc66 int32_t first_glyph_index, in IndexSubTable() argument
69 first_glyph_index_(first_glyph_index), in IndexSubTable()
80 return CheckGlyphRange(glyph_id, first_glyph_index(), last_glyph_index()); in CheckGlyphRange()
151 int32_t first_glyph_index = in CreateBuilder() local
166 data, index_sub_table_offset, first_glyph_index, last_glyph_index); in CreateBuilder()
169 data, index_sub_table_offset, first_glyph_index, last_glyph_index); in CreateBuilder()
172 data, index_sub_table_offset, first_glyph_index, last_glyph_index); in CreateBuilder()
175 data, index_sub_table_offset, first_glyph_index, last_glyph_index); in CreateBuilder()
178 data, index_sub_table_offset, first_glyph_index, last_glyph_index); in CreateBuilder()
234 int32_t first_glyph_index, in Builder() argument
[all …]
Dindex_sub_table_format5.cc72 int32_t first_glyph_index, in IndexSubTableFormat5() argument
74 : IndexSubTable(data, first_glyph_index, last_glyph_index) { in IndexSubTableFormat5()
135 int32_t first_glyph_index, in CreateBuilder() argument
139 first_glyph_index, in CreateBuilder()
149 first_glyph_index, in CreateBuilder()
158 int32_t first_glyph_index, in CreateBuilder() argument
162 first_glyph_index, in CreateBuilder()
169 first_glyph_index, in CreateBuilder()
177 data, first_glyph_index(), last_glyph_index()); in SubBuildTable()
269 int32_t first_glyph_index, in Builder() argument
[all …]
Dindex_sub_table_format4.cc162 int32_t first_glyph_index, in CreateBuilder() argument
166 first_glyph_index, in CreateBuilder()
176 first_glyph_index, in CreateBuilder()
185 int32_t first_glyph_index, in CreateBuilder() argument
189 first_glyph_index, in CreateBuilder()
196 first_glyph_index, in CreateBuilder()
204 data, first_glyph_index(), last_glyph_index()); in SubBuildTable()
272 int32_t first_glyph_index, in Builder() argument
274 : IndexSubTable::Builder(data, first_glyph_index, last_glyph_index) { in Builder()
278 int32_t first_glyph_index, in Builder() argument
[all …]
Dindex_sub_table_format3.h60 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,
Dindex_sub_table_format5.h64 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,
Dindex_sub_table_format1.h63 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,
Dindex_sub_table_format4.h87 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,
Dindex_sub_table_format2.h63 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,
Dindex_sub_table.h47 int32_t first_glyph_index() { return first_glyph_index_; } in first_glyph_index() function
106 int32_t first_glyph_index,
109 int32_t first_glyph_index,
132 int32_t first_glyph_index() { return first_glyph_index_; } in first_glyph_index() function
154 int32_t first_glyph_index,
Dbitmap_size_table.cc145 if ((*b)->first_glyph_index() <= glyph_id && in LinearSearchIndexSubTables()
161 if (glyph_id < subtable->first_glyph_index()) { in BinarySearchIndexSubTables()
421 if ((*b)->first_glyph_index() <= glyph_id && in LinearSearchIndexSubTables()
438 if (glyph_id < subtable->first_glyph_index()) { in BinarySearchIndexSubTables()
Deblc_table.cc156 (*index_sub_table_builder)->first_glyph_index()); in SubSerialize()
/external/sfntly/cpp/src/sample/chromium/
Dsubsetter_impl.cc370 int32_t first_glyph_id = (*index_builders)[j]->first_glyph_index(); in InitializeBitmapBuilder()
443 int32_t lower_bound = b->first_glyph_index(); in ConstructIndexFormat4()
496 int32_t lower_bound = b->first_glyph_index(); in ConstructIndexFormat5()
/external/sfntly/cpp/src/test/
Dbitmap_table_test.cc92 EXPECT_EQ(sub1->first_glyph_index(), STRIKE1_START_GLYPH_INDEX); in CommonReadingTest()