Searched defs:VerifyHMTX (Results 1 - 1 of 1) sorted by relevance
/external/sfntly/cpp/src/test/ | ||
H A D | verify_hmtx.cc | 49 static bool VerifyHMTX(Table* table) { function in namespace:sfntly 70 bool VerifyHMTX(Table* original, Table* target) { function in namespace:sfntly 71 EXPECT_TRUE(VerifyHMTX(original)); 72 EXPECT_TRUE(VerifyHMTX(target)); |
Completed in 578 milliseconds