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

  /external/harfbuzz_ng/src/
test-size-params.cc 83 hb_face_t *face = hb_face_create (blob, 0 /* first face */);
test-would-substitute.cc 87 hb_face_t *face = hb_face_create (blob, 0 /* first face */);
test-buffer-serialize.cc 84 hb_face_t *face = hb_face_create (blob, 0 /* first face */);
test.cc 88 hb_face_t *face = hb_face_create (blob, 0 /* first face */);
hb-font.h 48 hb_face_create (hb_blob_t *blob,
hb-ft.cc 332 face = hb_face_create (blob, ft_face->face_index);
hb-font.cc 606 hb_face_create (hb_blob_t *blob, function
  /external/harfbuzz_ng/test/api/
test-font.c 39 g_assert (hb_face_get_empty () == hb_face_create (hb_blob_get_empty (), 0));
40 g_assert (hb_face_get_empty () == hb_face_create (NULL, 0));
54 face = hb_face_create (blob, 0);
154 face = hb_face_create (blob, 0);
266 face = hb_face_create (blob, 0);
372 face = hb_face_create (blob, 0);
test-shape.c 96 face = hb_face_create (blob, 0);
test-object.c 70 hb_face_t *face = hb_face_create (blob, 0);
77 return hb_face_create (hb_blob_get_empty (), 0);
  /external/harfbuzz_ng/util/
options.cc 469 hb_face_t *face = hb_face_create (blob, face_index);

Completed in 388 milliseconds