/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-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, 100 hb_ot_layout_table_get_script_tags (hb_face_t *face, 107 hb_ot_layout_table_find_script (hb_face_t *face, 114 hb_ot_layout_table_choose_script (hb_face_t *face, 121 hb_ot_layout_table_get_feature_tags (hb_face_t *face, 128 hb_ot_layout_script_get_language_tags (hb_face_t *face, 136 hb_ot_layout_script_find_language (hb_face_t *face [all...] |
hb-face.cc | 44 * hb_face_t 47 const hb_face_t _hb_face_nil = { 82 hb_face_t * 87 hb_face_t *face; 89 if (!reference_table_func || !(face = hb_object_create<hb_face_t> ())) { 134 _hb_face_for_data_reference_table (hb_face_t *face HB_UNUSED, hb_tag_t tag, void *user_data) 162 hb_face_t * 166 hb_face_t *face; 194 hb_face_t * 197 return const_cast<hb_face_t *> (&_hb_face_nil) [all...] |
hb-ft.h | 62 HB_EXTERN hb_face_t * 74 HB_EXTERN hb_face_t * 84 HB_EXTERN hb_face_t *
|
hb-graphite2.h | 40 hb_graphite2_face_get_gr_face (hb_face_t *face);
|
hb-coretext.h | 47 HB_EXTERN hb_face_t * 52 hb_coretext_face_get_cg_font (hb_face_t *face);
|
hb-face-private.hh | 40 * hb_face_t 43 struct hb_face_t { struct 72 blob = reference_table_func (/*XXX*/const_cast<hb_face_t *> (this), tag, user_data); 98 extern HB_INTERNAL const hb_face_t _hb_face_nil;
|
hb-shape-plan.h | 42 hb_shape_plan_create (hb_face_t *face, 49 hb_shape_plan_create_cached (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 | 48 _hb_ot_layout_create (hb_face_t *face) 132 _get_gdef (hb_face_t *face) 138 _get_gsub (hb_face_t *face) 144 _get_gpos (hb_face_t *face) 156 hb_ot_layout_has_glyph_classes (hb_face_t *face) 167 hb_ot_layout_get_glyph_class (hb_face_t *face, 179 hb_ot_layout_get_glyphs_in_class (hb_face_t *face, 187 hb_ot_layout_get_attach_points (hb_face_t *face, 213 get_gsubgpos_table (hb_face_t *face, 225 hb_ot_layout_table_get_script_tags (hb_face_t *face [all...] |
hb-shape-plan.cc | 112 hb_shape_plan_create (hb_face_t *face, 406 hb_shape_plan_create_cached (hb_face_t *face, 448 hb_face_t::plan_node_t *cached_plan_nodes = (hb_face_t::plan_node_t *) hb_atomic_ptr_get (&face->shape_plans); 449 for (hb_face_t::plan_node_t *node = cached_plan_nodes; node; node = node->next) 469 hb_face_t::plan_node_t *node = (hb_face_t::plan_node_t *) calloc (1, sizeof (hb_face_t::plan_node_t));
|
test-size-params.cc | 86 hb_face_t *face = hb_face_create (blob, 0 /* first face */);
|
test-would-substitute.cc | 90 hb_face_t *face = hb_face_create (blob, 0 /* first face */);
|
hb-ft.cc | 455 reference_table (hb_face_t *face HB_UNUSED, hb_tag_t tag, void *user_data) 491 hb_face_t * 495 hb_face_t *face; 525 hb_face_t * 535 hb_face_destroy ((hb_face_t *) ft_face->generic.data); 547 hb_face_t * 559 return hb_face_reference ((hb_face_t *) ft_face->generic.data); 578 hb_face_t *face;
|
hb-fallback-shape.cc | 38 _hb_fallback_shaper_face_data_create (hb_face_t *face HB_UNUSED)
|
hb-ot-shape-private.hh | 68 hb_face_t *face;
|
test-buffer-serialize.cc | 87 hb_face_t *face = hb_face_create (blob, 0 /* first face */);
|
/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 | 139 hb_blob_t* harfbuzzSkiaReferenceTable(hb_face_t* face, hb_tag_t tag, void* userData) 164 hb_font_t* createFont(hb_face_t* face, SkPaint* paint, float sizeX, float sizeY) {
|
/frameworks/minikin/libs/minikin/ |
HbFontCache.cpp | 31 static hb_blob_t* referenceTable(hb_face_t* /* face */, hb_tag_t tag, void* userData) { 120 hb_face_t* face;
|
MinikinInternal.cpp | 90 hb_face_t* face = hb_font_get_face(font);
|
/external/harfbuzz_ng/test/api/ |
test-font.c | 50 hb_face_t *face; 76 get_table (hb_face_t *face, hb_tag_t tag, void *user_data) 87 hb_face_t *face; 148 hb_face_t *face; 253 hb_face_t *face; 374 hb_face_t *face;
|
test-shape.c | 87 hb_face_t *face; 144 hb_face_t *face;
|
/external/harfbuzz_ng/test/fuzzing/ |
hb-fuzzer.cc | 10 hb_face_t *face = hb_face_create(blob, 0);
|
/external/harfbuzz_ng/util/ |
hb-fc.cc | 101 static hb_face_t *face;
|