Searched refs:font_face (Results 1 – 12 of 12) sorted by relevance
/third_party/harfbuzz/src/ |
D | hb-directwrite.h | 33 hb_directwrite_face_create (IDWriteFontFace *font_face);
|
D | hb-directwrite.cc | 967 hb_directwrite_face_create (IDWriteFontFace *font_face) in hb_directwrite_face_create() argument 969 if (font_face) in hb_directwrite_face_create() 970 font_face->AddRef (); in hb_directwrite_face_create() 971 return hb_face_create_for_tables (_hb_directwrite_reference_table, font_face, in hb_directwrite_face_create()
|
/third_party/skia/third_party/externals/harfbuzz/src/ |
D | hb-directwrite.h | 33 hb_directwrite_face_create (IDWriteFontFace *font_face);
|
D | hb-directwrite.cc | 865 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/flutter/skia/third_party/externals/harfbuzz/src/ |
D | hb-directwrite.h | 38 hb_directwrite_face_create (IDWriteFontFace *font_face);
|
D | hb-directwrite.cc | 940 hb_directwrite_face_create (IDWriteFontFace *font_face) in hb_directwrite_face_create() argument 942 if (font_face) in hb_directwrite_face_create() 943 font_face->AddRef (); in hb_directwrite_face_create() 944 return hb_face_create_for_tables (reference_table, font_face, in hb_directwrite_face_create()
|
/third_party/flutter/skia/third_party/externals/imgui/misc/freetype/ |
D | imgui_freetype.cpp | 306 FreeTypeFont& font_face = src_tmp.Font; in ImFontAtlasBuildWithFreeType() local 319 if (!font_face.InitFont(ft_library, cfg, extra_flags)) in ImFontAtlasBuildWithFreeType()
|
/third_party/skia/third_party/externals/imgui/misc/freetype/ |
D | imgui_freetype.cpp | 416 FreeTypeFont& font_face = src_tmp.Font; in ImFontAtlasBuildWithFreeTypeEx() local 429 if (!font_face.InitFont(ft_library, cfg, extra_flags)) in ImFontAtlasBuildWithFreeTypeEx()
|
/third_party/gstreamer/gstplugins_good/gst/isomp4/ |
D | atoms.h | 499 guint8 font_face; /* bold=0x1, italic=0x2, underline=0x4 */ member 1066 guint8 font_face; /* bold=0x1, italic=0x2, underline=0x4 */ member
|
D | atoms.c | 662 tx3g->font_face = 0; in sample_entry_tx3g_init() 2225 prop_copy_uint8 (tx3g->font_face, buffer, size, offset); in sample_entry_tx3g_copy_data() 4511 entry->font_face = 0; in subtitle_sample_entry_init() 4525 tx3g->font_face = entry->font_face; in atom_trak_set_subtitle_type()
|
/third_party/rust/crates/bindgen/bindgen-tests/tests/ |
D | stylo.hpp | 82618 static nsIAtom* font_face; member in nsGkAtoms
|
/third_party/chromium/patch/ |
D | 0001-cve.patch | 72417 +helper_cairo_user_font_face_has_data (cairo_font_face_t *font_face) 72419 + return cairo_font_face_get_user_data (font_face, &_hb_font_cairo_user_data_key);
|