Home
last modified time | relevance | path

Searched refs:hb_face_create (Results 1 – 23 of 23) sorted by relevance

/external/harfbuzz_ng/test/api/
Dtest-font.c43 created_from_empty = hb_face_create (hb_blob_get_empty (), 0); in test_face_empty()
46 created_from_null = hb_face_create (NULL, 0); in test_face_empty()
64 face = hb_face_create (blob, 0); in test_face_create()
164 face = hb_face_create (blob, 0); in _test_fontfuncs_nil()
276 face = hb_face_create (blob, 0); in test_fontfuncs_subclassing()
406 face = hb_face_create (blob, 0); in test_fontfuncs_parallels()
473 face = hb_face_create (blob, 0); in test_font_properties()
Dtest-shape.c96 face = hb_face_create (blob, 0); in test_shape()
150 face = hb_face_create (NULL, 0); in test_shape_clusters()
Dtest-object.c70 hb_face_t *face = hb_face_create (blob, 0); in create_face()
77 return hb_face_create (hb_blob_get_empty (), 0); in create_face_from_inert()
Dhb-test.h294 face = hb_face_create (blob, 0); in hb_test_open_font_file()
/external/harfbuzz_ng/src/
Dtest-size-params.cc44 hb_face_t *face = hb_face_create (blob, 0 /* first face */); in main()
Dtest-would-substitute.cc48 hb_face_t *face = hb_face_create (blob, 0 /* first face */); in main()
Dtest-name-table.cc42 hb_face_t *face = hb_face_create (blob, 0 /* first face */); in main()
Dtest-buffer-serialize.cc46 hb_face_t *face = hb_face_create (blob, 0 /* first face */); in main()
Dtest.cc49 hb_face_t *face = hb_face_create (blob, 0 /* first face */); in main()
Dhb-face.h52 hb_face_create (hb_blob_t *blob,
Dtest-ot-color.cc299 hb_face_t *face = hb_face_create (blob, face_index); in main()
Dhb-face.cc195 hb_face_create (hb_blob_t *blob, in hb_face_create() function
Dhb-ft.cc594 face = hb_face_create (blob, ft_face->face_index); in hb_ft_face_create()
/external/harfbuzz_ng/test/fuzzing/
Dhb-shape-fuzzer.cc14 hb_face_t *face = hb_face_create (blob, 0); in LLVMFuzzerTestOneInput()
Dhb-subset-fuzzer.cc51 hb_face_t *face = hb_face_create (blob, 0); in LLVMFuzzerTestOneInput()
/external/harfbuzz_ng/util/
Dhb-fc.cc109 face = hb_face_create (hb_blob_get_empty (), 0); in hb_fc_font_create()
Doptions.cc668 hb_face_t *face = hb_face_create (blob, face_index); in get_font()
/external/skia/src/pdf/
DSkPDFSubsetFont.cpp56 HBFace face(hb_face_create(to_blob(std::move(fontData)).get(), ttcIndex)); in SkPDFSubsetFont()
/external/harfbuzz_ng/test/shaping/data/aots/
Dhb-aots-tester.cpp51 hb_face_t *face = hb_face_create(blob, 0); in runTest()
/external/harfbuzz_ng/docs/
Dharfbuzz-sections.txt215 hb_face_create
/external/skqp/modules/skshaper/src/
DSkShaper_harfbuzz.cpp85 HBFace face(hb_face_create(blob.get(), (unsigned)index)); in create_hb_font()
/external/skia/modules/skshaper/src/
DSkShaper_harfbuzz.cpp282 face.reset(hb_face_create(blob.get(), (unsigned)index)); in create_hb_font()
/external/harfbuzz_ng/
DNEWS2062 hb_face_create_for_data() renamed to hb_face_create()