Searched refs:checkSumAdjustment (Results 1 – 9 of 9) sorted by relevance
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/table/core/ |
D | FontHeaderTable.java | 50 new int[] {0, Offset.checkSumAdjustment.offset, Offset.magicNumber.offset}; 59 checkSumAdjustment(8), enumConstant 90 data.setCheckSumRanges(0, Offset.checkSumAdjustment.offset, Offset.magicNumber.offset); in FontHeaderTable() 117 public long checkSumAdjustment() { in checkSumAdjustment() method in FontHeaderTable 118 return this.data.readULong(Offset.checkSumAdjustment.offset); in checkSumAdjustment() 448 data.setCheckSumRanges(0, Offset.checkSumAdjustment.offset, Offset.magicNumber.offset); in Builder() 528 public long checkSumAdjustment() { in checkSumAdjustment() method in FontHeaderTable.Builder 529 return this.table().checkSumAdjustment(); in checkSumAdjustment() 533 this.internalWriteData().writeULong(Offset.checkSumAdjustment.offset, adjustment); in setCheckSumAdjustment()
|
/third_party/skia/third_party/externals/sfntly/java/test/com/google/typography/font/sfntly/ |
D | OTFBasicEditingTests.java | 97 .checkSumAdjustment(); in testChecksum() 120 long checksumAdjustment = header.checkSumAdjustment(); in testChecksum() 121 assertEquals(headerAdjustment, header.checkSumAdjustment()); in testChecksum()
|
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/tools/conversion/eot/ |
D | MtxHeadBuilder.java | 39 checkSumAdjustment(8), enumConstant
|
D | EOTWriter.java | 96 index += writableFontData.writeULongLE(index, head.checkSumAdjustment()); // CheckSumAdjustment in convert()
|
/third_party/skia/third_party/externals/harfbuzz/src/ |
D | hb-ot-head-table.hh | 96 HBUINT32 checkSumAdjustment; /* To compute: set it to 0, sum the member
|
D | hb-open-file.hh | 171 checksum_adjustment = &h->checkSumAdjustment; in serialize()
|
/third_party/skia/third_party/externals/harfbuzz/perf/texts/ |
D | en-words.txt | 1760 checkSumAdjustment
|
/third_party/libabigail/tests/data/test-annotate/ |
D | test17-pr19027.so.abi | 8764 <!-- OT::ULONG OT::head::checkSumAdjustment --> 8765 …<var-decl name='checkSumAdjustment' type-id='type-id-341' visibility='default' filepath='/tmp/lege…
|
/third_party/libabigail/tests/data/test-read-dwarf/ |
D | test17-pr19027.so.abi | 5573 …<var-decl name='checkSumAdjustment' type-id='type-id-341' visibility='default' filepath='/tmp/lege…
|