OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:hb_type
(Results
1 - 7
of
7
) sorted by null
/external/harfbuzz/src/
harfbuzz-dump.c
46
#define DEF_DUMP(type) static void Dump_ ## type (HB_ ## type *type, FILE *stream, int indent,
HB_Type
hb_type
)
47
#define RECURSE(name, type, val) do { DUMP ("<" #name ">\n"); Dump_ ## type (val, stream, indent + 1,
hb_type
); DUMP ("</" #name ">\n"); } while (0)
48
#define RECURSE_NUM(name, i, type, val) do { DUMP1 ("<" #name "> <!-- %d -->\n", i); Dump_ ## type (val, stream, indent + 1,
hb_type
); DUMP ("</" #name ">\n"); } while (0)
49
#define DUMP_VALUE_RECORD(val, frmt) do { DUMP ("<ValueRecord>\n"); Dump_ValueRecord (val, stream, indent + 1,
hb_type
, frmt); DUMP ("</ValueRecord>\n"); } while (0)
96
HB_UNUSED(
hb_type
);
144
HB_UNUSED(
hb_type
);
155
HB_UNUSED(
hb_type
);
189
HB_UNUSED(
hb_type
);
216
HB_UNUSED(
hb_type
);
747
HB_Type
hb_type
= HB_Type_GSUB;
local
760
HB_Type
hb_type
= HB_Type_GPOS;
local
[
all
...]
harfbuzz-open-private.h
56
HB_Type
type );
78
HB_Type
type );
harfbuzz-open.c
452
HB_Type
table_type,
463
HB_Type
table_type,
477
HB_Type
type )
555
HB_Type
type)
580
HB_Type
type )
640
HB_Type
type )
harfbuzz-open.h
280
typedef enum HB_Type_
HB_Type
;
/external/harfbuzz_ng/src/hb-old/
harfbuzz-open-private.h
56
HB_Type
type );
78
HB_Type
type );
harfbuzz-open.c
452
HB_Type
table_type,
463
HB_Type
table_type,
477
HB_Type
type )
555
HB_Type
type)
580
HB_Type
type )
640
HB_Type
type )
harfbuzz-open.h
280
typedef enum HB_Type_
HB_Type
;
Completed in 140 milliseconds