HomeSort by relevance Sort by last modified time
    Searched full:hb_font_get_face (Results 1 - 7 of 7) sorted by null

  /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/harfbuzz_ng/docs/
harfbuzz-sections.txt 207 hb_font_get_face
  /frameworks/minikin/libs/minikin/
MinikinInternal.cpp 90 hb_face_t* face = hb_font_get_face(font);
  /external/freetype/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...]
  /external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/autofit/
hbshim.c 126 face = hb_font_get_face( globals->hb_font );

Completed in 3128 milliseconds