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

  /external/sfntly/cpp/src/sfntly/table/truetype/
loca_table.h 138 IntegerList loca_; member in class:sfntly::LocaTable::Builder
glyph_table.h 158 IntegerList loca_; member in class:sfntly::GlyphTable::Builder
glyph_table.cc 73 loca_ = loca;
163 if (loca_.empty()) {
184 if (InternalReadData() && !loca_.empty()) {
191 Initialize(InternalReadData(), loca_); local

Completed in 57 milliseconds