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

  /external/chromium_org/third_party/ots/src/
gdef.cc 59 std::vector<uint16_t> attach_points; local
60 attach_points.resize(glyph_count);
62 if (!subtable.ReadU16(&attach_points[i])) {
65 if (attach_points[i] >= length ||
66 attach_points[i] < attach_points_end) {
78 for (unsigned i = 0; i < attach_points.size(); ++i) {
79 subtable.set_offset(attach_points[i]);

Completed in 148 milliseconds