HomeSort by relevance Sort by last modified time
    Searched refs:hb_face_t (Results 1 - 25 of 57) sorted by null

1 2 3

  /external/harfbuzz_ng/src/
hb-face.h 41 * hb_face_t
44 typedef struct hb_face_t hb_face_t; typedef in typeref:struct:hb_face_t
46 HB_EXTERN hb_face_t *
50 typedef hb_blob_t * (*hb_reference_table_func_t) (hb_face_t *face, hb_tag_t tag, void *user_data);
53 HB_EXTERN hb_face_t *
58 HB_EXTERN hb_face_t *
61 HB_EXTERN hb_face_t *
62 hb_face_reference (hb_face_t *face);
65 hb_face_destroy (hb_face_t *face)
    [all...]
hb-ot-var.h 64 hb_ot_var_has_data (hb_face_t *face);
74 hb_ot_var_get_axis_count (hb_face_t *face);
77 hb_ot_var_get_axes (hb_face_t *face,
83 hb_ot_var_find_axis (hb_face_t *face,
90 hb_ot_var_normalize_variations (hb_face_t *face,
97 hb_ot_var_normalize_coords (hb_face_t *face,
hb-face.cc 38 * hb_face_t
41 const hb_face_t _hb_face_nil = {
76 hb_face_t *
81 hb_face_t *face;
83 if (!reference_table_func || !(face = hb_object_create<hb_face_t> ())) {
130 _hb_face_for_data_reference_table (hb_face_t *face HB_UNUSED, hb_tag_t tag, void *user_data)
158 hb_face_t *
162 hb_face_t *face;
190 hb_face_t *
193 return const_cast<hb_face_t *> (&_hb_face_nil)
    [all...]
hb-ot-layout.h 52 hb_ot_layout_has_glyph_classes (hb_face_t *face);
63 hb_ot_layout_get_glyph_class (hb_face_t *face,
67 hb_ot_layout_get_glyphs_in_class (hb_face_t *face,
75 hb_ot_layout_get_attach_points (hb_face_t *face,
101 hb_ot_layout_table_get_script_tags (hb_face_t *face,
108 hb_ot_layout_table_find_script (hb_face_t *face,
115 hb_ot_layout_table_choose_script (hb_face_t *face,
122 hb_ot_layout_table_get_feature_tags (hb_face_t *face,
129 hb_ot_layout_script_get_language_tags (hb_face_t *face,
137 hb_ot_layout_script_find_language (hb_face_t *face
    [all...]
hb-graphite2.h 40 hb_graphite2_face_get_gr_face (hb_face_t *face);
hb-face-private.hh 40 * hb_face_t
43 struct hb_face_t { struct
76 blob = reference_table_func (/*XXX*/const_cast<hb_face_t *> (this), tag, user_data);
102 extern HB_INTERNAL const hb_face_t _hb_face_nil;
hb-ft.h 62 HB_EXTERN hb_face_t *
74 HB_EXTERN hb_face_t *
84 HB_EXTERN hb_face_t *
125 * hb_face_t using hb_face_create(). */
hb-coretext.h 48 HB_EXTERN hb_face_t *
56 hb_coretext_face_get_cg_font (hb_face_t *face);
hb-ot-var.cc 40 _get_fvar (hb_face_t *face)
47 _get_avar (hb_face_t *face)
56 * @face: #hb_face_t to test
66 hb_ot_var_has_data (hb_face_t *face)
77 hb_ot_var_get_axis_count (hb_face_t *face)
89 hb_ot_var_get_axes (hb_face_t *face,
104 hb_ot_var_find_axis (hb_face_t *face,
120 hb_ot_var_normalize_variations (hb_face_t *face,
148 hb_ot_var_normalize_coords (hb_face_t *face,
hb-shape-plan.h 42 hb_shape_plan_create (hb_face_t *face,
49 hb_shape_plan_create_cached (hb_face_t *face,
56 hb_shape_plan_create2 (hb_face_t *face,
65 hb_shape_plan_create_cached2 (hb_face_t *face,
hb-shape-plan-private.hh 41 hb_face_t *face_unsafe; /* We don't carry a reference to face. */
hb-ot-layout.cc 47 _hb_ot_layout_create (hb_face_t *face)
217 _get_gdef (hb_face_t *face)
223 _get_gsub (hb_face_t *face)
229 _get_gpos (hb_face_t *face)
240 hb_ot_layout_has_glyph_classes (hb_face_t *face)
251 hb_ot_layout_get_glyph_class (hb_face_t *face,
263 hb_ot_layout_get_glyphs_in_class (hb_face_t *face,
271 hb_ot_layout_get_attach_points (hb_face_t *face,
297 get_gsubgpos_table (hb_face_t *face,
309 hb_ot_layout_table_get_script_tags (hb_face_t *face
    [all...]
hb-shape-plan.cc 107 hb_shape_plan_create (hb_face_t *face,
120 hb_shape_plan_create2 (hb_face_t *face,
462 hb_shape_plan_create_cached (hb_face_t *face,
475 hb_shape_plan_create_cached2 (hb_face_t *face,
519 hb_face_t::plan_node_t *cached_plan_nodes = (hb_face_t::plan_node_t *) hb_atomic_ptr_get (&face->shape_plans);
523 for (hb_face_t::plan_node_t *node = cached_plan_nodes; node; node = node->next)
547 hb_face_t::plan_node_t *node = (hb_face_t::plan_node_t *) calloc (1, sizeof (hb_face_t::plan_node_t))
    [all...]
hb-ot-math.cc 33 _get_math (hb_face_t *face)
46 * @face: #hb_face_t to test
56 hb_ot_math_has_data (hb_face_t *face)
120 * @face: a #hb_face_t to test
128 hb_ot_math_is_glyph_extended_shape (hb_face_t *face,
hb-ot-math.h 161 hb_ot_math_has_data (hb_face_t *face);
176 hb_ot_math_is_glyph_extended_shape (hb_face_t *face,
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 */);
hb-ft.cc 477 reference_table (hb_face_t *face HB_UNUSED, hb_tag_t tag, void *user_data)
513 hb_face_t *
517 hb_face_t *face;
547 hb_face_t *
557 hb_face_destroy ((hb_face_t *) ft_face->generic.data);
569 hb_face_t *
581 return hb_face_reference ((hb_face_t *) ft_face->generic.data);
600 hb_face_t *face;
hb-fallback-shape.cc 42 _hb_fallback_shaper_face_data_create (hb_face_t *face HB_UNUSED)
  /frameworks/base/core/jni/android/graphics/
HarfBuzzNGFaceSkia.h 53 hb_blob_t* harfbuzzSkiaReferenceTable(hb_face_t* face, hb_tag_t tag, void* userData);
55 hb_font_t* createFont(hb_face_t* face, SkPaint* paint, float sizeX, float sizeY);
HarfBuzzNGFaceSkia.cpp 141 hb_blob_t* harfbuzzSkiaReferenceTable(hb_face_t* face, hb_tag_t tag, void* userData)
166 hb_font_t* createFont(hb_face_t* face, SkPaint* paint, float sizeX, float sizeY) {
  /frameworks/minikin/include/minikin/
HbUtils.h 30 void operator()(hb_face_t* v) { hb_face_destroy(v); }
42 using HbFaceUniquePtr = std::unique_ptr<hb_face_t, HbFaceDeleter>;
  /external/harfbuzz_ng/test/fuzzing/
hb-fuzzer.cc 10 hb_face_t *face = hb_face_create(blob, 0);
  /external/harfbuzz_ng/test/api/
test-font.c 38 hb_face_t *created_from_empty;
39 hb_face_t *created_from_null;
60 hb_face_t *face;
86 get_table (hb_face_t *face, hb_tag_t tag, void *user_data)
97 hb_face_t *face;
158 hb_face_t *face;
263 hb_face_t *face;
399 hb_face_t *face;
test-shape.c 87 hb_face_t *face;
144 hb_face_t *face;

Completed in 405 milliseconds

1 2 3