HomeSort by relevance Sort by last modified time
    Searched refs:expected_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
77 expected_blob = hb_face_reference_table (expected, table);
79 hb_test_assert_blobs_equal (expected_blob, actual_blob);
80 hb_blob_destroy (expected_blob);
hb-test.h 170 static inline void hb_test_assert_blobs_equal (hb_blob_t *expected_blob, hb_blob_t *actual_blob)
173 const char *raw_expected = hb_blob_get_data (expected_blob, &expected_length);

Completed in 253 milliseconds