/third_party/skia/third_party/externals/harfbuzz/test/api/ |
H A 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()
|
H A 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()
|
H A 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()
|
H A D | hb-test.h | 304 face = hb_face_create (blob, 0); in hb_test_open_font_file()
|
/third_party/skia/third_party/externals/harfbuzz/src/ |
H A D | test-gpos-size-params.cc | 47 hb_face_t *face = hb_face_create (blob, 0 /* first face */); in main()
|
H A D | test-gsub-would-substitute.cc | 51 hb_face_t *face = hb_face_create (blob, 0 /* first face */); in main()
|
H A D | test-ot-name.cc | 44 hb_face_t *face = hb_face_create (blob, 0 /* first face */); in main()
|
H A D | test-ot-glyphname.cc | 44 hb_face_t *face = hb_face_create (blob, 0 /* first face */); in main()
|
H A D | test-ot-meta.cc | 42 hb_face_t *face = hb_face_create (blob, 0 /* first face */); in main()
|
H A D | test-buffer-serialize.cc | 53 hb_face_t *face = hb_face_create (blob, 0 /* first face */); in main()
|
H A D | test.cc | 50 hb_face_t *face = hb_face_create (blob, 0 /* first face */); in main()
|
H A D | hb-face.h | 58 hb_face_create (hb_blob_t *blob,
|
H A D | hb-face.cc | 106 * Variant of hb_face_create(), built for those cases where it is more 193 * hb_face_create: (Xconstructor) 207 hb_face_create (hb_blob_t *blob, in hb_face_create() function
|
H A D | main.cc | 312 hb_face_t *face = hb_face_create (blob, face_index); in dump_glyphs()
|
H A D | hb-ft.cc | 688 face = hb_face_create (blob, ft_face->face_index); in hb_ft_face_create() 955 * created with hb_face_create(), and therefore was not
|
/third_party/skia/third_party/externals/harfbuzz/perf/ |
H A D | perf-shaping.hh | 13 hb_face_t *face = hb_face_create (blob, 0); in shape()
|
H A D | perf-extents.hh | 18 hb_face_t *face = hb_face_create (blob, 0); in extents()
|
H A D | perf-draw.hh | 63 hb_face_t *face = hb_face_create (blob, 0); in draw()
|
/third_party/skia/third_party/externals/harfbuzz/test/fuzzing/ |
H A D | hb-shape-fuzzer.cc | 18 hb_face_t *face = hb_face_create (blob, 0); in LLVMFuzzerTestOneInput()
|
H A D | hb-subset-fuzzer.cc | 52 hb_face_t *face = hb_face_create (blob, 0); in LLVMFuzzerTestOneInput()
|
H A D | hb-draw-fuzzer.cc | 122 hb_face_t *face = hb_face_create (blob, 0); in LLVMFuzzerTestOneInput()
|
/third_party/skia/third_party/externals/harfbuzz/util/ |
H A D | face-options.hh | 118 cache.face = hb_face_create (cache.blob, face_index); in post_parse()
|
H A D | hb-fc.cc | 109 face = hb_face_create (hb_blob_get_empty (), 0); in hb_fc_font_create()
|
/third_party/skia/src/pdf/ |
H A D | SkPDFSubsetFont.cpp | 85 HBFace face(hb_face_create(to_blob(std::move(fontData)).get(), ttcIndex));
|
/third_party/skia/third_party/externals/harfbuzz/test/shape/data/aots/ |
H A D | hb-aots-tester.cpp | 73 hb_face_t *face = hb_face_create(blob, 0); in runTest()
|