Searched refs:glyph_array (Results 1 – 2 of 2) sorted by relevance
107 IntegerList* glyph_array = GetGlyphArray(); in GlyphStartOffset() local108 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()
448 IntegerList* glyph_array = new_builder->GlyphArray(); in ConstructIndexFormat5() local467 glyph_array->push_back(gid); in ConstructIndexFormat5()