HomeSort by relevance Sort by last modified time
    Searched refs:glyph_loca_ (Results 1 - 2 of 2) sorted by null

  /external/sfntly/cpp/src/sfntly/table/bitmap/
ebdt_table.cc 121 glyph_loca_.resize(loca_list->size());
122 std::copy(loca_list->begin(), loca_list->end(), glyph_loca_.begin());
130 if (glyph_loca_.empty()) {
171 glyph_loca_.clear();
194 if (glyph_loca_.empty()) {
201 Initialize(InternalReadData(), &glyph_loca_, &glyph_builders_); local
ebdt_table.h 91 BitmapLocaList glyph_loca_; member in class:sfntly::EbdtTable::Builder

Completed in 1731 milliseconds