Searched defs:fontChecksum (Results 1 - 3 of 3) sorted by relevance

/external/skia/src/sfnt/
H A DSkOTTable_head.h27 static const uint32_t fontChecksum = 0xB1B0AFBA; //checksum of all TT fonts member in struct:SkOTTableHead
/external/icu/icu4c/source/test/letest/
H A Dcletest.c340 le_uint32 fontChecksum = le_getFontChecksum(font); local
342 if (fontChecksum != testChecksum) {
443 const char *fontChecksum,
452 le_font *font = openFont(fontName, fontChecksum, fontVersion, testID);
440 doTestCase(const char *testID, const char *fontName, const char *fontVersion, const char *fontChecksum, le_int32 scriptCode, le_int32 languageCode, const LEUnicode *text, le_int32 charCount, TestResult *expected) argument
H A Dletest.cpp383 le_uint32 fontChecksum = fontInstance->getFontChecksum(); local
385 if (fontChecksum != testChecksum) {

Completed in 79 milliseconds