OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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,
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
113
const
hb_segment_properties_t
*props,
349
const
hb_segment_properties_t
props;
407
const
hb_segment_properties_t
*props,
hb-ot-map-private.hh
172
const
hb_segment_properties_t
*props_);
220
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)
230
hb_segment_properties_t
default_props = HB_SEGMENT_PROPERTIES_DEFAULT;
1025
* @props: an #
hb_segment_properties_t
to use.
1035
const
hb_segment_properties_t
*props
[
all
...]
hb-buffer-private.hh
87
hb_segment_properties_t
props; /* Script, language, direction */
hb-ot-map.cc
73
const
hb_segment_properties_t
*props_)
hb-ot-shape.cc
66
const
hb_segment_properties_t
*props,
Completed in 94 milliseconds