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

  /external/chromium_org/third_party/ots/src/
gsub.cc 317 uint16_t ligature_count = 0; local
319 if (!subtable.ReadU16(&ligature_count)) {
323 const unsigned ligature_end = static_cast<unsigned>(2) + ligature_count * 2;
327 for (unsigned i = 0; i < ligature_count; ++i) {
gpos.cc 521 uint16_t ligature_count = 0; local
522 if (!subtable.ReadU16(&ligature_count)) {
525 for (unsigned i = 0; i < ligature_count; ++i) {

Completed in 42 milliseconds