Searched defs:VerifyHHEA (Results 1 - 1 of 1) sorted by relevance
/external/sfntly/cpp/src/test/ | ||
H A D | verify_hhea.cc | 35 static bool VerifyHHEA(Table* table) { function in namespace:sfntly 57 bool VerifyHHEA(Table* original, Table* target) { function in namespace:sfntly 58 EXPECT_TRUE(VerifyHHEA(original)); 59 EXPECT_TRUE(VerifyHHEA(target)); |
Completed in 800 milliseconds