OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:font_create
(Results
1 - 4
of
4
) sorted by null
/external/mesa3d/src/gallium/state_trackers/vega/
text.h
37
struct vg_font *
font_create
(VGint glyphCapacityHint);
api_text.c
47
return font_to_handle(
font_create
(glyphCapacityHint));
text.c
132
struct vg_font *
font_create
(VGint glyphCapacityHint)
function
/external/harfbuzz_ng/src/
sample.py
28
font = hb.
font_create
(face)
Completed in 1275 milliseconds