Home
last modified time | relevance | path

Searched defs:fontChecksum (Results 1 – 6 of 6) 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
/third_party/icu/icu4c/source/test/letest/
Dcletest.c342 le_uint32 fontChecksum = le_getFontChecksum(font); in checkFontVersion() local
445 const char *fontChecksum, in doTestCase()
Dletest.cpp385 le_uint32 fontChecksum = fontInstance->getFontChecksum(); in checkFontVersion() local
/third_party/skia/src/sfnt/
DSkOTTable_head.h26 static const uint32_t fontChecksum = 0xB1B0AFBA; //checksum of all TT fonts member
/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
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/
DFont.java852 long fontChecksum = 0; in buildTablesFromBuilders() local