Home
last modified time | relevance | path

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

/external/sfntly/cpp/src/sfntly/table/bitmap/
Debdt_table.cc121 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()
Debdt_table.h91 BitmapLocaList glyph_loca_; variable