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 727 size_t adjustment_offset = head_table->dst_offset + kCheckSumAdjustmentOffset; local
728 if (adjustment_offset < head_table->dst_offset) {
731 StoreU32(dst, adjustment_offset, 0);
745 StoreU32(dst, adjustment_offset, checksum_adjustment);
    [all...]

Completed in 78 milliseconds