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

  /external/chromium_org/third_party/ots/src/
woff2.cc 737 size_t adjustment_offset = head_table->dst_offset + kCheckSumAdjustmentOffset; local
738 if (adjustment_offset < head_table->dst_offset) {
741 StoreU32(dst, adjustment_offset, 0);
755 StoreU32(dst, adjustment_offset, checksum_adjustment);
    [all...]

Completed in 1004 milliseconds