Home
last modified time | relevance | path

Searched refs:hb_ot_layout_t (Results 1 – 3 of 3) sorted by relevance

/external/harfbuzz_ng/src/
Dhb-ot-layout-private.hh150 struct hb_ot_layout_t struct
168 HB_INTERNAL hb_ot_layout_t * argument
172 _hb_ot_layout_destroy (hb_ot_layout_t *layout);
175 #define hb_ot_layout_from_face(face) ((hb_ot_layout_t *) face->shaper_data.ot)
Dhb-ot-layout.cc47 hb_ot_layout_t * in HB_SHAPER_DATA_ENSURE_DECLARE()
50 hb_ot_layout_t *layout = (hb_ot_layout_t *) calloc (1, sizeof (hb_ot_layout_t)); in HB_SHAPER_DATA_ENSURE_DECLARE()
114 _hb_ot_layout_destroy (hb_ot_layout_t *layout) in _hb_ot_layout_destroy()
Dhb-ot-shape.cc30 #define hb_ot_shaper_face_data_t hb_ot_layout_t