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

  /external/sfntly/cpp/src/sfntly/table/truetype/
loca_table.h 29 class LocaIterator : public PODIterator<int32_t, LocaTable> {
31 explicit LocaIterator(LocaTable* table);
32 virtual ~LocaIterator() {}
176 friend class LocaIterator;
loca_table.cc 75 LocaTable::LocaIterator::LocaIterator(LocaTable* table)
79 bool LocaTable::LocaIterator::HasNext() {
83 int32_t LocaTable::LocaIterator::Next() {
209 Ptr<LocaTable::LocaIterator> loca_iter =
210 new LocaTable::LocaIterator(table);

Completed in 527 milliseconds