OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:num_loca_glyphs
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/sfntly/cpp/src/sample/subtly/
font_assembler.cc
173
int32_t
num_loca_glyphs
= first_loca_table->num_glyphs();
local
174
loca_list.resize(
num_loca_glyphs
);
222
for (int32_t i = last_glyph_id + 1; i <=
num_loca_glyphs
; ++i)
/external/sfntly/cpp/src/sample/subtly/
font_assembler.cc
173
int32_t
num_loca_glyphs
= first_loca_table->num_glyphs();
local
174
loca_list.resize(
num_loca_glyphs
);
222
for (int32_t i = last_glyph_id + 1; i <=
num_loca_glyphs
; ++i)
Completed in 423 milliseconds