Home
last modified time | relevance | path

Searched refs:glyph_array (Results 1 – 2 of 2) sorted by relevance

/external/sfntly/cpp/src/sfntly/table/bitmap/
Dindex_sub_table_format5.cc107 IntegerList* glyph_array = GetGlyphArray(); in GlyphStartOffset() local
108 IntegerList::iterator it = std::find(glyph_array->begin(), in GlyphStartOffset()
109 glyph_array->end(), in GlyphStartOffset()
111 if (it == glyph_array->end()) { in GlyphStartOffset()
114 return (it - glyph_array->begin()) * ImageSize(); in GlyphStartOffset()
/external/sfntly/cpp/src/sample/chromium/
Dsubsetter_impl.cc448 IntegerList* glyph_array = new_builder->GlyphArray(); in ConstructIndexFormat5() local
467 glyph_array->push_back(gid); in ConstructIndexFormat5()