OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:hb_shaper_pair_t
(Results
1 - 3
of
3
) sorted by null
/external/harfbuzz_ng/src/
hb-shaper.cc
32
static const
hb_shaper_pair_t
all_shapers[] = {
41
static const
hb_shaper_pair_t
*static_shapers;
52
const
hb_shaper_pair_t
*
56
hb_shaper_pair_t
*shapers = (
hb_shaper_pair_t
*) hb_atomic_ptr_get (&static_shapers);
63
return (const
hb_shaper_pair_t
*) all_shapers;
67
shapers = (
hb_shaper_pair_t
*) calloc (1, sizeof (all_shapers));
70
return (const
hb_shaper_pair_t
*) all_shapers;
88
struct
hb_shaper_pair_t
t = shapers[j];
hb-shaper-private.hh
43
struct
hb_shaper_pair_t
{
struct
48
HB_INTERNAL const
hb_shaper_pair_t
*
hb-shape-plan.cc
56
const
hb_shaper_pair_t
*shapers = _hb_shapers_get ();
Completed in 177 milliseconds