OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:hb_font
(Results
1 - 2
of
2
) sorted by null
/external/freetype/src/autofit/
afglobal.h
112
hb_font_t*
hb_font
;
member in struct:AF_FaceGlobalsRec_
/external/harfbuzz_ng/test/api/
test-ot-math.c
37
static hb_font_t *
hb_font
;
variable
72
hb_font
= hb_ft_font_create (ft_face, NULL);
73
hb_face = hb_face_reference (hb_font_get_face (
hb_font
));
80
hb_font_destroy (
hb_font
);
83
hb_font
= NULL;
101
hb_font
= hb_font_create (hb_face);
104
hb_font
= hb_font_get_empty ();
105
hb_face = hb_font_get_face (
hb_font
);
117
g_assert_cmpint(hb_ot_math_get_constant (
hb_font
, HB_OT_MATH_CONSTANT_DELIMITED_SUB_FORMULA_MIN_HEIGHT), ==, 0); // MathConstants not available
121
g_assert_cmpint((hb_ot_math_get_constant (
hb_font
, HB_OT_MATH_CONSTANT_DELIMITED_SUB_FORMULA_MIN_HEIGHT)), ==, 100)
[
all
...]
Completed in 113 milliseconds