OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:comp_glyph
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/sfntly/cpp/src/sample/chromium/
subsetter_impl.cc
203
Ptr<GlyphTable::CompositeGlyph>
comp_glyph
=
local
205
for (int32_t j = 0; j <
comp_glyph
->NumGlyphs(); ++j) {
206
int32_t glyph_id =
comp_glyph
->GlyphIndex(j);
209
comp_glyph_id.insert(
comp_glyph
->GlyphIndex(j));
/external/sfntly/cpp/src/sample/chromium/
subsetter_impl.cc
203
Ptr<GlyphTable::CompositeGlyph>
comp_glyph
=
local
205
for (int32_t j = 0; j <
comp_glyph
->NumGlyphs(); ++j) {
206
int32_t glyph_id =
comp_glyph
->GlyphIndex(j);
209
comp_glyph_id.insert(
comp_glyph
->GlyphIndex(j));
Completed in 34 milliseconds