HomeSort by relevance Sort by last modified time
    Searched refs:hb_segment_properties_t (Results 1 - 10 of 10) sorted by null

  /external/harfbuzz_ng/src/
hb-shape-plan.h 43 const hb_segment_properties_t *props,
50 const hb_segment_properties_t *props,
57 const hb_segment_properties_t *props,
66 const hb_segment_properties_t *props,
hb-shape-plan-private.hh 42 hb_segment_properties_t props;
hb-buffer.h 101 * hb_segment_properties_t:
110 typedef struct hb_segment_properties_t { struct
117 } hb_segment_properties_t; typedef in typeref:struct:hb_segment_properties_t
126 hb_segment_properties_equal (const hb_segment_properties_t *a,
127 const hb_segment_properties_t *b);
130 hb_segment_properties_hash (const hb_segment_properties_t *p);
217 const hb_segment_properties_t *props);
221 hb_segment_properties_t *props);
hb-ot-shape-private.hh 39 hb_segment_properties_t props;
69 hb_segment_properties_t props;
hb-shape-plan.cc 118 const hb_segment_properties_t *props,
131 const hb_segment_properties_t *props,
390 const hb_segment_properties_t props;
472 const hb_segment_properties_t *props,
485 const hb_segment_properties_t *props,
hb-ot-map-private.hh 166 const hb_segment_properties_t *props_);
224 hb_segment_properties_t props;
hb-buffer.cc 50 * @a: first #hb_segment_properties_t to compare.
51 * @b: second #hb_segment_properties_t to compare.
53 * Checks the equality of two #hb_segment_properties_t's.
61 hb_segment_properties_equal (const hb_segment_properties_t *a,
62 const hb_segment_properties_t *b)
74 * @p: #hb_segment_properties_t to hash.
84 hb_segment_properties_hash (const hb_segment_properties_t *p)
236 hb_segment_properties_t default_props = HB_SEGMENT_PROPERTIES_DEFAULT;
1033 * @props: an #hb_segment_properties_t to use.
1043 const hb_segment_properties_t *props
    [all...]
hb-buffer-private.hh 87 hb_segment_properties_t props; /* Script, language, direction */
hb-ot-map.cc 42 const hb_segment_properties_t *props_)
hb-ot-shape.cc 66 const hb_segment_properties_t *props,

Completed in 225 milliseconds