Lines Matching refs:testID
330 le_bool compareResults(const char *testID, TestResult *expected, TestResult *actual) in compareResults() argument
335 testID, expected->glyphCount, actual->glyphCount); in compareResults()
344 testID, i, expected->glyphs[i], actual->glyphs[i]); in compareResults()
352 testID, i, expected->indices[i], actual->indices[i]); in compareResults()
362 testID, i, expected->positions[i * 2], actual->positions[i * 2]); in compareResults()
374 testID, i, expected->positions[i * 2 + 1], actual->positions[i * 2 + 1]); in compareResults()
383 le_uint32 testChecksum, const char *testID) in checkFontVersion() argument
399 … log_info("Test %s: this may not be the same font used to generate the test data.\n", testID); in checkFontVersion()
541 …ance *openFont(const char *fontName, const char *checksum, const char *version, const char *testID) in openFont() argument
551 log_info("Test %s: can't open font %s - test skipped.\n", testID, fontName); in openFont()
559 checkFontVersion(font, version, cksum, testID); in openFont()