Home | History | Annotate | Download | only in letest

Lines Matching refs:testID

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