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 128 unsigned int upem = hb_face_get_upem (hb_font_get_face (font));
387 g_assert (hb_font_get_face (hb_font_get_empty ()) == hb_face_get_empty ());
413 g_assert (hb_font_get_face (font) == face);
431 upem = hb_face_get_upem (hb_font_get_face (font));
498 g_assert (hb_font_get_face (subfont) == face);
test-ot-math.c 73 hb_face = hb_face_reference (hb_font_get_face (hb_font));
105 hb_face = hb_font_get_face (hb_font);
    [all...]
  /frameworks/minikin/libs/minikin/
MinikinInternal.h 64 : mBlob(hb_face_reference_table(hb_font_get_face(font.get()), tag)) {}
  /external/harfbuzz_ng/docs/
harfbuzz-sections.txt 218 hb_font_get_face
  /external/harfbuzz_ng/src/
hb-font.h 571 hb_font_get_face (hb_font_t *font);
hb-font.cc 1414 * hb_font_get_face:
1424 hb_font_get_face (hb_font_t *font) function
    [all...]
  /external/freetype/src/autofit/
afshaper.c 128 face = hb_font_get_face( globals->hb_font );

Completed in 408 milliseconds