OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:HB_NewFace
(Results
1 - 6
of
6
) sorted by null
/external/harfbuzz/src/
harfbuzz-shaper.h
228
HB_Face
HB_NewFace
(void *font, HB_GetFontTableFunc tableFunc);
harfbuzz-shaper.cpp
[
all
...]
/external/harfbuzz_ng/src/hb-old/
harfbuzz-shaper.h
197
HB_Face
HB_NewFace
(void *font, HB_GetFontTableFunc tableFunc);
harfbuzz-shaper.cpp
614
HB_Face
HB_NewFace
(void *font, HB_GetFontTableFunc tableFunc)
[
all
...]
/external/harfbuzz_ng/src/
hb-old.cc
207
return
HB_NewFace
(face, table_func);
/external/harfbuzz/tests/shaping/
main.cpp
214
HB_Face hbFace =
HB_NewFace
(face, hb_getSFntTable);
Completed in 728 milliseconds