HomeSort by relevance Sort by last modified time
    Searched refs:actual_blob (Results 1 - 2 of 2) sorted by null

  /external/harfbuzz_ng/test/api/
hb-subset-test.h 75 hb_blob_t *expected_blob, *actual_blob; local
78 actual_blob = hb_face_reference_table (actual, table);
79 hb_test_assert_blobs_equal (expected_blob, actual_blob);
81 hb_blob_destroy (actual_blob);
hb-test.h 170 static inline void hb_test_assert_blobs_equal (hb_blob_t *expected_blob, hb_blob_t *actual_blob)
174 const char *raw_actual = hb_blob_get_data (actual_blob, &actual_length);

Completed in 287 milliseconds