Lines Matching refs:testID
328 le_bool compareResults(const char *testID, TestResult *expected, TestResult *actual) in compareResults() argument
333 testID, expected->glyphCount, actual->glyphCount); in compareResults()
342 testID, i, expected->glyphs[i], actual->glyphs[i]); in compareResults()
350 testID, i, expected->indices[i], actual->indices[i]); in compareResults()
360 testID, i, expected->positions[i * 2], actual->positions[i * 2]); in compareResults()
372 testID, i, expected->positions[i * 2 + 1], actual->positions[i * 2 + 1]); in compareResults()
381 le_uint32 testChecksum, const char *testID) in checkFontVersion() argument
397 … log_info("Test %s: this may not be the same font used to generate the test data.\n", testID); in checkFontVersion()
539 …ance *openFont(const char *fontName, const char *checksum, const char *version, const char *testID) in openFont() argument
549 log_info("Test %s: can't open font %s - test skipped.\n", testID, fontName); in openFont()
557 checkFontVersion(font, version, cksum, testID); in openFont()