OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:glyph_array
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/sfntly/cpp/src/sfntly/table/bitmap/
index_sub_table_format5.cc
107
IntegerList*
glyph_array
= GetGlyphArray();
local
108
IntegerList::iterator it = std::find(
glyph_array
->begin(),
109
glyph_array
->end(),
111
if (it ==
glyph_array
->end()) {
114
return (it -
glyph_array
->begin()) * ImageSize();
/external/chromium_org/third_party/sfntly/cpp/src/sample/chromium/
subsetter_impl.cc
448
IntegerList*
glyph_array
= new_builder->GlyphArray();
local
467
glyph_array
->push_back(gid);
Completed in 678 milliseconds