OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:hb_face_create
(Results
1 - 14
of
14
) sorted by null
/external/harfbuzz_ng/src/
hb-face.h
47
hb_face_create
(hb_blob_t *blob,
test-size-params.cc
86
hb_face_t *face =
hb_face_create
(blob, 0 /* first face */);
test-would-substitute.cc
90
hb_face_t *face =
hb_face_create
(blob, 0 /* first face */);
test-buffer-serialize.cc
87
hb_face_t *face =
hb_face_create
(blob, 0 /* first face */);
test.cc
91
hb_face_t *face =
hb_face_create
(blob, 0 /* first face */);
hb-face.cc
152
*
hb_face_create
: (Xconstructor)
163
hb_face_create
(hb_blob_t *blob,
function
hb-ft.cc
504
face =
hb_face_create
(blob, ft_face->face_index);
/external/harfbuzz_ng/test/api/
test-font.c
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));
54
face =
hb_face_create
(blob, 0);
154
face =
hb_face_create
(blob, 0);
266
face =
hb_face_create
(blob, 0);
382
face =
hb_face_create
(blob, 0);
test-shape.c
96
face =
hb_face_create
(blob, 0);
150
face =
hb_face_create
(NULL, 0);
test-object.c
70
hb_face_t *face =
hb_face_create
(blob, 0);
77
return
hb_face_create
(hb_blob_get_empty (), 0);
/external/harfbuzz_ng/test/fuzzing/
hb-fuzzer.cc
10
hb_face_t *face =
hb_face_create
(blob, 0);
/external/harfbuzz_ng/util/
hb-fc.cc
109
face =
hb_face_create
(hb_blob_get_empty (), 0);
options.cc
548
hb_face_t *face =
hb_face_create
(blob, face_index);
/frameworks/minikin/libs/minikin/
HbFontCache.cpp
128
face =
hb_face_create
(blob, minikinFont->GetFontIndex());
Completed in 2526 milliseconds