Home
last modified time | relevance | path

Searched refs:fontChecksum (Results 1 – 9 of 9) sorted by relevance

/third_party/skia/third_party/externals/sfntly/java/test/com/google/typography/font/sfntly/
DOTFBasicEditingTests.java81 long fontChecksum = font.checksum(); in testBuildersToTables() local
83 assertEquals(originalChecksum + 1, fontChecksum); in testBuildersToTables()
/third_party/icu/icu4c/source/test/letest/
Dcletest.c342 le_uint32 fontChecksum = le_getFontChecksum(font); in checkFontVersion() local
344 if (fontChecksum != testChecksum) { in checkFontVersion()
445 const char *fontChecksum, in doTestCase() argument
454 le_font *font = openFont(fontName, fontChecksum, fontVersion, testID); in doTestCase()
Dxmlreader.h18 const char *fontChecksum,
Dletest.cpp385 le_uint32 fontChecksum = fontInstance->getFontChecksum(); in checkFontVersion() local
387 if (fontChecksum != testChecksum) { in checkFontVersion()
/third_party/icu/icu4c/source/test/perf/leperf/
Dxmlreader.h19 const char *fontChecksum,
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/table/core/
DFontHeaderTable.java433 private long fontChecksum = 0; field in FontHeaderTable.Builder
466 FontHeaderTable.CHECKSUM_ADJUSTMENT_BASE - (this.fontChecksum + data.checksum()); in subReadyToSerialize()
496 this.fontChecksum = checksum; in setFontChecksum()
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/
DFont.java852 long fontChecksum = 0; in buildTablesFromBuilders() local
871 fontChecksum += tableChecksum; in buildTablesFromBuilders()
879 headerTableBuilder.setFontChecksum(fontChecksum); in buildTablesFromBuilders()
888 fontChecksum += headerTable.calculatedChecksum(); in buildTablesFromBuilders()
892 font.checksum = fontChecksum & 0xffffffffL; in buildTablesFromBuilders()
/third_party/skia/src/sfnt/
DSkOTTable_head.h26 static const uint32_t fontChecksum = 0xB1B0AFBA; //checksum of all TT fonts member
DSkOTUtils.cpp172 …headTable->checksumAdjustment = SkEndian_SwapBE32(SkOTTableHead::fontChecksum - unadjustedFontChec… in RenameFont()