OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:loca_list
(Results
1 - 3
of
3
) sorted by null
/external/sfntly/cpp/src/sfntly/tools/subsetter/
glyph_table_subsetter.cc
84
IntegerList
loca_list
;
local
85
glyph_table_builder->GenerateLocaList(&
loca_list
);
86
loca_table_builder->SetLocaList(&
loca_list
);
/external/sfntly/cpp/src/sample/subtly/
font_assembler.cc
152
IntegerList
loca_list
;
local
174
loca_list
.resize(num_loca_glyphs);
175
loca_list
.push_back(0);
215
loca_list
[i] = last_offset;
217
loca_list
[resolved_glyph_id + 1] = last_offset;
223
loca_list
[i] = last_offset;
224
loca_table_builder->SetLocaList(&
loca_list
);
/external/sfntly/cpp/src/sample/chromium/
subsetter_impl.cc
242
IntegerList
loca_list
;
local
243
loca_list
.resize(loca_table->num_glyphs());
244
loca_list
.push_back(0);
268
loca_list
[j] = last_offset;
271
loca_list
[*i + 1] = last_offset;
275
loca_list
[j] = last_offset;
277
loca_table_builder->SetLocaList(&
loca_list
);
298
BitmapLocaList
loca_list
;
local
301
// Note: Do not call eblc_builder->GenerateLocaList(&
loca_list
) and then
302
// ebdt_builder->SetLoca(
loca_list
). For fonts like SimSun, there ar
[
all
...]
Completed in 3290 milliseconds