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/
hb-face.h 47 hb_face_create (hb_blob_t *blob,
test-size-params.cc 86 hb_face_t *face = hb_face_create (blob, 0 /* first face */);
test-would-substitute.cc 90 hb_face_t *face = hb_face_create (blob, 0 /* first face */);
test-buffer-serialize.cc 87 hb_face_t *face = hb_face_create (blob, 0 /* first face */);
test.cc 91 hb_face_t *face = hb_face_create (blob, 0 /* first face */);
hb-face.cc 152 * hb_face_create: (Xconstructor)
163 hb_face_create (hb_blob_t *blob, function
hb-ft.cc 353 face = hb_face_create (blob, ft_face->face_index);
  /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);
153 face = hb_face_create (blob, 0);
265 face = hb_face_create (blob, 0);
371 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 544 hb_face_t *face = hb_face_create (blob, face_index);

Completed in 1364 milliseconds