OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:hb_face_t
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/harfbuzz-ng/src/
hb-face.h
41
*
hb_face_t
44
typedef struct
hb_face_t
hb_face_t
;
typedef in typeref:struct:hb_face_t
46
hb_face_t
*
50
typedef hb_blob_t * (*hb_reference_table_func_t) (
hb_face_t
*face, hb_tag_t tag, void *user_data);
53
hb_face_t
*
58
hb_face_t
*
61
hb_face_t
*
62
hb_face_reference (
hb_face_t
*face);
65
hb_face_destroy (
hb_face_t
*face)
[
all
...]
hb-face-private.hh
41
*
hb_face_t
44
struct
hb_face_t
{
struct
73
blob = reference_table_func (/*XXX*/const_cast<
hb_face_t
*> (this), tag, user_data);
99
extern HB_INTERNAL const
hb_face_t
_hb_face_nil;
/external/harfbuzz_ng/src/
hb-font.h
40
typedef struct
hb_face_t
hb_face_t
;
typedef in typeref:struct:hb_face_t
44
*
hb_face_t
47
hb_face_t
*
51
typedef hb_blob_t * (*hb_reference_table_func_t) (
hb_face_t
*face, hb_tag_t tag, void *user_data);
54
hb_face_t
*
59
hb_face_t
*
62
hb_face_t
*
63
hb_face_reference (
hb_face_t
*face);
66
hb_face_destroy (
hb_face_t
*face)
[
all
...]
hb-font-private.hh
88
*
hb_face_t
91
struct
hb_face_t
{
struct
120
blob = reference_table_func (/*XXX*/const_cast<
hb_face_t
*> (this), tag, user_data);
164
hb_face_t
*face;
Completed in 42 milliseconds