Searched refs:hb_face_create (Results 1 – 24 of 24) sorted by relevance
/external/harfbuzz_ng/test/api/ |
D | test-font.c | 43 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() 161 face = hb_face_create (blob, 0); in _test_fontfuncs_nil() 273 face = hb_face_create (blob, 0); in test_fontfuncs_subclassing() 403 face = hb_face_create (blob, 0); in test_fontfuncs_parallels() 470 face = hb_face_create (blob, 0); in test_font_properties()
|
D | test-shape.c | 120 face = hb_face_create (blob, 0); in test_shape() 150 face = hb_face_create (NULL, 0); in test_shape_clusters()
|
D | test-object.c | 70 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()
|
D | hb-test.h | 304 face = hb_face_create (blob, 0); in hb_test_open_font_file()
|
/external/harfbuzz_ng/src/ |
D | test-gpos-size-params.cc | 48 hb_face_t *face = hb_face_create (blob, 0 /* first face */); in main()
|
D | test-gsub-would-substitute.cc | 52 hb_face_t *face = hb_face_create (blob, 0 /* first face */); in main()
|
D | test-ot-name.cc | 46 hb_face_t *face = hb_face_create (blob, 0 /* first face */); in main()
|
D | test-ot-meta.cc | 44 hb_face_t *face = hb_face_create (blob, 0 /* first face */); in main()
|
D | test-buffer-serialize.cc | 54 hb_face_t *face = hb_face_create (blob, 0 /* first face */); in main()
|
D | test.cc | 53 hb_face_t *face = hb_face_create (blob, 0 /* first face */); in main()
|
D | hb-face.h | 52 hb_face_create (hb_blob_t *blob,
|
D | test-ot-color.cc | 307 hb_face_t *face = hb_face_create (blob, face_index); in main()
|
D | hb-face.cc | 195 hb_face_create (hb_blob_t *blob, in hb_face_create() function
|
D | hb-ft.cc | 619 face = hb_face_create (blob, ft_face->face_index); in hb_ft_face_create()
|
/external/harfbuzz_ng/test/fuzzing/ |
D | hb-shape-fuzzer.cc | 14 hb_face_t *face = hb_face_create (blob, 0); in LLVMFuzzerTestOneInput()
|
D | hb-subset-fuzzer.cc | 71 hb_face_t *face = hb_face_create (blob, 0); in LLVMFuzzerTestOneInput()
|
/external/harfbuzz_ng/util/ |
D | hb-fc.cc | 109 face = hb_face_create (hb_blob_get_empty (), 0); in hb_fc_font_create()
|
D | options.cc | 680 hb_face_t *face = hb_face_create (blob, face_index); in get_font()
|
/external/skia/src/pdf/ |
D | SkPDFSubsetFont.cpp | 63 HBFace face(hb_face_create(to_blob(std::move(fontData)).get(), ttcIndex)); in subset_harfbuzz()
|
/external/harfbuzz_ng/test/shaping/data/aots/ |
D | hb-aots-tester.cpp | 51 hb_face_t *face = hb_face_create(blob, 0); in runTest()
|
/external/harfbuzz_ng/docs/ |
D | harfbuzz-sections.txt | 228 hb_face_create
|
/external/skqp/modules/skshaper/src/ |
D | SkShaper_harfbuzz.cpp | 85 HBFace face(hb_face_create(blob.get(), (unsigned)index)); in create_hb_font()
|
/external/skia/modules/skshaper/src/ |
D | SkShaper_harfbuzz.cpp | 286 face.reset(hb_face_create(blob.get(), (unsigned)index)); in create_hb_font()
|
/external/harfbuzz_ng/ |
D | NEWS | 2179 hb_face_create_for_data() renamed to hb_face_create()
|