Searched refs:glyph_loca_ (Results 1 – 2 of 2) sorted by relevance
121 glyph_loca_.resize(loca_list->size()); in SetLoca()122 std::copy(loca_list->begin(), loca_list->end(), glyph_loca_.begin()); in SetLoca()130 if (glyph_loca_.empty()) { in GenerateLocaList()171 glyph_loca_.clear(); in Revert()194 if (glyph_loca_.empty()) { in GetGlyphBuilders()201 Initialize(InternalReadData(), &glyph_loca_, &glyph_builders_); in GetGlyphBuilders()
91 BitmapLocaList glyph_loca_; variable