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

  /external/sfntly/cpp/src/sfntly/table/truetype/
loca_table.cc 117 loca_.clear();
119 loca_ = *list;
147 loca_.clear();
171 if (loca_.empty()) {
175 return loca_.size() * DataSize::kULONG;
177 return loca_.size() * DataSize::kUSHORT;
181 return !loca_.empty();
186 for (IntegerList::iterator l = loca_.begin(), end = loca_.end();
194 num_glyphs_ = loca_.size() - 1
    [all...]
loca_table.h 138 IntegerList loca_; member in class:sfntly::LocaTable::Builder
glyph_table.cc 73 loca_ = loca;
163 if (loca_.empty()) {
184 if (InternalReadData() && !loca_.empty()) {
191 Initialize(InternalReadData(), loca_); local
glyph_table.h 158 IntegerList loca_; member in class:sfntly::GlyphTable::Builder

Completed in 413 milliseconds