Home
last modified time | relevance | path

Searched refs:font_face (Results 1 – 4 of 4) sorted by relevance

/third_party/skia/third_party/externals/harfbuzz/src/
Dhb-directwrite.h33 hb_directwrite_face_create (IDWriteFontFace *font_face);
Dhb-directwrite.cc865 hb_directwrite_face_create (IDWriteFontFace *font_face) in hb_directwrite_face_create() argument
867 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()
/third_party/skia/third_party/externals/imgui/misc/freetype/
Dimgui_freetype.cpp416 FreeTypeFont& font_face = src_tmp.Font; in ImFontAtlasBuildWithFreeTypeEx() local
429 if (!font_face.InitFont(ft_library, cfg, extra_flags)) in ImFontAtlasBuildWithFreeTypeEx()
/third_party/rust/crates/bindgen/bindgen-tests/tests/
Dstylo.hpp82618 static nsIAtom* font_face; member in nsGkAtoms