OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:hb_face_get_empty
(Results
1 - 6
of
6
) sorted by null
/external/harfbuzz_ng/src/
hb-face.h
59
hb_face_get_empty
(void);
hb-face.cc
92
return
hb_face_get_empty
();
174
return
hb_face_get_empty
();
186
*
hb_face_get_empty
:
195
hb_face_get_empty
(void)
function
hb-shape-plan.cc
128
face =
hb_face_get_empty
();
hb-font.cc
1127
face =
hb_face_get_empty
();
[
all
...]
/external/harfbuzz_ng/test/api/
test-font.c
38
g_assert (
hb_face_get_empty
());
39
g_assert (
hb_face_get_empty
() != hb_face_create (hb_blob_get_empty (), 0));
40
g_assert (
hb_face_get_empty
() != hb_face_create (NULL, 0));
42
g_assert (hb_face_reference_table (
hb_face_get_empty
(), HB_TAG ('h','e','a','d')) == hb_blob_get_empty ());
44
g_assert_cmpint (hb_face_get_upem (
hb_face_get_empty
()), ==, 1000);
361
g_assert (hb_font_get_empty () != hb_font_create (
hb_face_get_empty
()));
366
g_assert (hb_font_get_face (hb_font_get_empty ()) ==
hb_face_get_empty
());
test-object.c
91
return hb_font_create (
hb_face_get_empty
());
Completed in 39 milliseconds