Searched refs:font_face (Results 1 – 4 of 4) sorted by relevance
33 hb_directwrite_face_create (IDWriteFontFace *font_face);
865 hb_directwrite_face_create (IDWriteFontFace *font_face) in hb_directwrite_face_create() argument867 if (font_face) in hb_directwrite_face_create()868 font_face->AddRef (); in hb_directwrite_face_create()869 return hb_face_create_for_tables (_hb_directwrite_reference_table, font_face, in hb_directwrite_face_create()
416 FreeTypeFont& font_face = src_tmp.Font; in ImFontAtlasBuildWithFreeTypeEx() local429 if (!font_face.InitFont(ft_library, cfg, extra_flags)) in ImFontAtlasBuildWithFreeTypeEx()
82618 static nsIAtom* font_face; member in nsGkAtoms