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

  /external/harfbuzz_ng/src/
hb-face.h 47 hb_face_create (hb_blob_t *blob,
test-size-params.cc 84 hb_face_t *face = hb_face_create (blob, 0 /* first face */);
test-would-substitute.cc 88 hb_face_t *face = hb_face_create (blob, 0 /* first face */);
test-buffer-serialize.cc 86 hb_face_t *face = hb_face_create (blob, 0 /* first face */);
test.cc 89 hb_face_t *face = hb_face_create (blob, 0 /* first face */);
hb-face.cc 148 * hb_face_create: (Xconstructor)
159 hb_face_create (hb_blob_t *blob, function
hb-ft.cc 526 face = hb_face_create (blob, ft_face->face_index);
  /external/harfbuzz_ng/test/fuzzing/
hb-fuzzer.cc 10 hb_face_t *face = hb_face_create(blob, 0);
  /external/harfbuzz_ng/test/api/
test-shape.c 96 face = hb_face_create (blob, 0);
150 face = hb_face_create (NULL, 0);
test-font.c 43 created_from_empty = hb_face_create (hb_blob_get_empty (), 0);
46 created_from_null = hb_face_create (NULL, 0);
64 face = hb_face_create (blob, 0);
164 face = hb_face_create (blob, 0);
276 face = hb_face_create (blob, 0);
407 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/
hb-fc.cc 109 face = hb_face_create (hb_blob_get_empty (), 0);
options.cc 681 hb_face_t *face = hb_face_create (blob, face_index);
  /frameworks/minikin/libs/minikin/
FontFamily.cpp 64 HbFaceUniquePtr face(hb_face_create(blob.get(), ttcIndex));
  /external/skia/tools/shape/
SkShaper_harfbuzz.cpp 59 HBFace face(hb_face_create(blob.get(), (unsigned)index));
  /external/skqp/tools/shape/
SkShaper_harfbuzz.cpp 57 HBFace face(hb_face_create(blob.get(), (unsigned)index));

Completed in 259 milliseconds