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

  /external/chromium_org/third_party/ots/src/
woff2.cc 732 const Table* head_table = FindTable(tables, TAG('h', 'e', 'a', 'd')); local
733 if (head_table == NULL ||
734 head_table->dst_length < kCheckSumAdjustmentOffset + 4) {
737 size_t adjustment_offset = head_table->dst_offset + kCheckSumAdjustmentOffset;
738 if (adjustment_offset < head_table->dst_offset) {
    [all...]
  /external/chromium_org/third_party/harfbuzz-ng/src/
hb-font.cc 746 const OT::head *head_table = OT::Sanitizer<OT::head>::lock_instance (head_blob); local
747 upem = head_table->get_upem ();
  /external/harfbuzz_ng/src/
hb-font.cc 746 const OT::head *head_table = OT::Sanitizer<OT::head>::lock_instance (head_blob); local
747 upem = head_table->get_upem ();

Completed in 339 milliseconds