Home
last modified time | relevance | path

Searched refs:actual_blob (Results 1 – 2 of 2) sorted by relevance

/external/harfbuzz_ng/test/api/
Dhb-subset-test.h75 hb_blob_t *expected_blob, *actual_blob; in hb_subset_test_check() local
78 actual_blob = hb_face_reference_table (actual, table); in hb_subset_test_check()
79 hb_test_assert_blobs_equal (expected_blob, actual_blob); in hb_subset_test_check()
81 hb_blob_destroy (actual_blob); in hb_subset_test_check()
Dhb-test.h170 static inline void hb_test_assert_blobs_equal (hb_blob_t *expected_blob, hb_blob_t *actual_blob) in hb_test_assert_blobs_equal() argument
174 const char *raw_actual = hb_blob_get_data (actual_blob, &actual_length); in hb_test_assert_blobs_equal()