Searched refs:glyph_array (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/sfntly/cpp/src/sfntly/table/bitmap/
H A Dindex_sub_table_format5.cc107 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/sfntly/cpp/src/sfntly/table/bitmap/
H A Dindex_sub_table_format5.cc107 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/
H A Dsubsetter_impl.cc448 IntegerList* glyph_array = new_builder->GlyphArray(); local
467 glyph_array->push_back(gid);
/external/sfntly/cpp/src/sample/chromium/
H A Dsubsetter_impl.cc448 IntegerList* glyph_array = new_builder->GlyphArray(); local
467 glyph_array->push_back(gid);

Completed in 480 milliseconds