HomeSort by relevance Sort by last modified time
    Searched full:lig_glyphs (Results 1 - 1 of 1) sorted by null

  /external/chromium_org/third_party/ots/src/
gdef.cc 128 std::vector<uint16_t> lig_glyphs; local
129 lig_glyphs.resize(lig_glyph_count);
131 if (!subtable.ReadU16(&lig_glyphs[i])) {
134 if (lig_glyphs[i] >= length || lig_glyphs[i] < lig_glyphs_end) {
146 for (unsigned i = 0; i < lig_glyphs.size(); ++i) {
147 subtable.set_offset(lig_glyphs[i]);
179 subtable.set_offset(lig_glyphs[i] + caret_values[j]);

Completed in 221 milliseconds