OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:hb_font_get_face
(Results
1 - 6
of
6
) sorted by null
/frameworks/minikin/libs/minikin/
MinikinInternal.cpp
90
hb_face_t* face =
hb_font_get_face
(font);
/external/harfbuzz_ng/test/api/
test-font.c
118
unsigned int upem = hb_face_get_upem (
hb_font_get_face
(font));
366
g_assert (
hb_font_get_face
(hb_font_get_empty ()) == hb_face_get_empty ());
388
g_assert (
hb_font_get_face
(font) == face);
406
upem = hb_face_get_upem (
hb_font_get_face
(font));
473
g_assert (
hb_font_get_face
(subfont) == face);
/external/freetype/src/autofit/
hbshim.c
126
face =
hb_font_get_face
( globals->hb_font );
/external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/autofit/
hbshim.c
126
face =
hb_font_get_face
( globals->hb_font );
/external/harfbuzz_ng/src/
hb-font.h
567
hb_font_get_face
(hb_font_t *font);
hb-font.cc
1376
*
hb_font_get_face
:
1386
hb_font_get_face
(hb_font_t *font)
function
[
all
...]
Completed in 81 milliseconds