Searched refs:actual_blob (Results 1 – 2 of 2) sorted by relevance
93 hb_blob_t *expected_blob, *actual_blob; in hb_subset_test_check() local95 actual_blob = hb_face_reference_table (actual, table); in hb_subset_test_check()96 …%d bytes\n", HB_UNTAG(table), hb_blob_get_length(expected_blob), hb_blob_get_length (actual_blob)); in hb_subset_test_check()97 hb_test_assert_blobs_equal (expected_blob, actual_blob); in hb_subset_test_check()99 hb_blob_destroy (actual_blob); in hb_subset_test_check()
170 static inline void hb_test_assert_blobs_equal (hb_blob_t *expected_blob, hb_blob_t *actual_blob) in hb_test_assert_blobs_equal() argument174 const char *raw_actual = hb_blob_get_data (actual_blob, &actual_length); in hb_test_assert_blobs_equal()