Home
last modified time | relevance | path

Searched refs:VerifyGLYF (Results 1 – 3 of 3) sorted by relevance

/external/sfntly/cpp/src/test/
Dverify_glyf.cc33 static bool VerifyGLYF(Table* table) { in VerifyGLYF() function
53 bool VerifyGLYF(Table* original, Table* target) { in VerifyGLYF() function
54 EXPECT_TRUE(VerifyGLYF(original)); in VerifyGLYF()
55 EXPECT_TRUE(VerifyGLYF(target)); in VerifyGLYF()
Dserialization_test.h25 bool VerifyGLYF(Table* original, Table* target);
Dserialization_test.cc77 EXPECT_TRUE(VerifyGLYF(original_table, serialized_table)); in TestSerialization()