HomeSort by relevance Sort by last modified time
    Searched refs:glyph_array (Results 1 - 4 of 4) 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/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);
  /external/sfntly/cpp/src/sample/chromium/
subsetter_impl.cc 448 IntegerList* glyph_array = new_builder->GlyphArray(); local
467 glyph_array->push_back(gid);

Completed in 191 milliseconds