Home
last modified time | relevance | path

Searched refs:hb_face_create (Results 1 - 25 of 26) sorted by relevance

12

/third_party/skia/third_party/externals/harfbuzz/test/api/
H A 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()
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 Dtest-shape.c120 face = hb_face_create (blob, 0); in test_shape()
150 face = hb_face_create (NULL, 0); in test_shape_clusters()
H A 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()
H A Dhb-test.h304 face = hb_face_create (blob, 0); in hb_test_open_font_file()
/third_party/skia/third_party/externals/harfbuzz/src/
H A Dtest-gpos-size-params.cc47 hb_face_t *face = hb_face_create (blob, 0 /* first face */); in main()
H A Dtest-gsub-would-substitute.cc51 hb_face_t *face = hb_face_create (blob, 0 /* first face */); in main()
H A Dtest-ot-name.cc44 hb_face_t *face = hb_face_create (blob, 0 /* first face */); in main()
H A Dtest-ot-glyphname.cc44 hb_face_t *face = hb_face_create (blob, 0 /* first face */); in main()
H A Dtest-ot-meta.cc42 hb_face_t *face = hb_face_create (blob, 0 /* first face */); in main()
H A Dtest-buffer-serialize.cc53 hb_face_t *face = hb_face_create (blob, 0 /* first face */); in main()
H A Dtest.cc50 hb_face_t *face = hb_face_create (blob, 0 /* first face */); in main()
H A Dhb-face.h58 hb_face_create (hb_blob_t *blob,
H A Dhb-face.cc106 * 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 Dmain.cc312 hb_face_t *face = hb_face_create (blob, face_index); in dump_glyphs()
H A Dhb-ft.cc688 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 Dperf-shaping.hh13 hb_face_t *face = hb_face_create (blob, 0); in shape()
H A Dperf-extents.hh18 hb_face_t *face = hb_face_create (blob, 0); in extents()
H A Dperf-draw.hh63 hb_face_t *face = hb_face_create (blob, 0); in draw()
/third_party/skia/third_party/externals/harfbuzz/test/fuzzing/
H A Dhb-shape-fuzzer.cc18 hb_face_t *face = hb_face_create (blob, 0); in LLVMFuzzerTestOneInput()
H A Dhb-subset-fuzzer.cc52 hb_face_t *face = hb_face_create (blob, 0); in LLVMFuzzerTestOneInput()
H A Dhb-draw-fuzzer.cc122 hb_face_t *face = hb_face_create (blob, 0); in LLVMFuzzerTestOneInput()
/third_party/skia/third_party/externals/harfbuzz/util/
H A Dface-options.hh118 cache.face = hb_face_create (cache.blob, face_index); in post_parse()
H A Dhb-fc.cc109 face = hb_face_create (hb_blob_get_empty (), 0); in hb_fc_font_create()
/third_party/skia/src/pdf/
H A DSkPDFSubsetFont.cpp85 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 Dhb-aots-tester.cpp73 hb_face_t *face = hb_face_create(blob, 0); in runTest()

Completed in 11 milliseconds

12