HomeSort by relevance Sort by last modified time
    Searched defs:hb_font (Results 1 - 2 of 2) sorted by null

  /external/freetype/src/autofit/
afglobal.h 112 hb_font_t* hb_font; member in struct:AF_FaceGlobalsRec_
  /external/harfbuzz_ng/test/api/
test-ot-math.c 37 static hb_font_t *hb_font; variable
72 hb_font = hb_ft_font_create (ft_face, NULL);
73 hb_face = hb_face_reference (hb_font_get_face (hb_font));
80 hb_font_destroy (hb_font);
83 hb_font = NULL;
101 hb_font = hb_font_create (hb_face);
103 hb_font_destroy (hb_font);
106 hb_font = hb_font_get_empty ();
107 hb_face = hb_font_get_face (hb_font);
109 hb_font_destroy (hb_font);
    [all...]

Completed in 640 milliseconds