Home
last modified time | relevance | path

Searched refs:GTK_HTML_FONT_STYLE_DEFAULT (Results 1 – 11 of 11) sorted by relevance

/dports/www/gtkhtml4/gtkhtml-4.10.0/gtkhtml/
H A Dhtmlengine-edit-fontstyle.c50 g_return_val_if_fail (engine->clue != NULL, GTK_HTML_FONT_STYLE_DEFAULT); in get_font_style_from_selection()
58 style = GTK_HTML_FONT_STYLE_DEFAULT; in get_font_style_from_selection()
59 conflicts = GTK_HTML_FONT_STYLE_DEFAULT; in get_font_style_from_selection()
129 return GTK_HTML_FONT_STYLE_DEFAULT; in html_engine_get_document_font_style()
132 return GTK_HTML_FONT_STYLE_DEFAULT; in html_engine_get_document_font_style()
135 return GTK_HTML_FONT_STYLE_DEFAULT; in html_engine_get_document_font_style()
144 return GTK_HTML_FONT_STYLE_DEFAULT; in html_engine_get_document_font_style()
146 return GTK_HTML_FONT_STYLE_DEFAULT; in html_engine_get_document_font_style()
153 : GTK_HTML_FONT_STYLE_DEFAULT; in html_engine_get_document_font_style()
194 return (engine->insertion_font_style == GTK_HTML_FONT_STYLE_DEFAULT) in html_engine_get_font_style()
[all …]
H A Dgtkhtmlfontstyle.c32 if (a == GTK_HTML_FONT_STYLE_DEFAULT && b != GTK_HTML_FONT_STYLE_DEFAULT) in gtk_html_font_style_merge()
H A Dhtmlpainter.c117 painter->font_style = GTK_HTML_FONT_STYLE_DEFAULT; in DEFINE_UNIMPLEMENTED()
354 g_return_if_fail (font_style != GTK_HTML_FONT_STYLE_DEFAULT); in html_painter_set_font_style()
362 g_return_val_if_fail (painter != NULL, GTK_HTML_FONT_STYLE_DEFAULT); in html_painter_get_font_style()
363 g_return_val_if_fail (HTML_IS_PAINTER (painter), GTK_HTML_FONT_STYLE_DEFAULT); in html_painter_get_font_style()
456 GtkHTMLFontStyle font_style = GTK_HTML_FONT_STYLE_DEFAULT; in html_painter_calc_entries_size()
H A Dgtkhtml-enums.h265 GTK_HTML_FONT_STYLE_DEFAULT = 0, enumerator
H A Dhtmlengine-print.c198 printer, NULL, GTK_HTML_FONT_STYLE_DEFAULT); in print_with_header_footer()
307 data->painter, NULL, GTK_HTML_FONT_STYLE_DEFAULT); in engine_print_begin_print()
H A Dhtmltext.c98 pi->font_style = GTK_HTML_FONT_STYLE_DEFAULT; in html_text_pango_info_new()
3232 g_return_val_if_fail (text != NULL, GTK_HTML_FONT_STYLE_DEFAULT); in html_text_get_font_style()
3968 GtkHTMLFontStyle style = GTK_HTML_FONT_STYLE_DEFAULT; in style_from_attrs()
4008 GtkHTMLFontStyle style = GTK_HTML_FONT_STYLE_DEFAULT; in html_text_get_fontstyle_at_index()
4034 GtkHTMLFontStyle conflicts = GTK_HTML_FONT_STYLE_DEFAULT; in html_text_get_style_conflicts()
4101 || (((style & GTK_HTML_FONT_STYLE_SIZE_MASK) != GTK_HTML_FONT_STYLE_DEFAULT) in html_text_change_attrs()
H A Dhtmlengine-edit.c394 if (e->insertion_font_style != GTK_HTML_FONT_STYLE_DEFAULT) in html_engine_new_text()
H A Dhtmlclueflow.c2319 return style | GTK_HTML_FONT_STYLE_DEFAULT; in get_default_font_style()
2753 g_return_val_if_fail (self != NULL, GTK_HTML_FONT_STYLE_DEFAULT); in html_clueflow_get_default_font_style()
H A Dhtmlengine.c618 GtkHTMLFontStyle style = GTK_HTML_FONT_STYLE_DEFAULT;
620 g_return_val_if_fail (HTML_IS_ENGINE (e), GTK_HTML_FONT_STYLE_DEFAULT);
4644 engine->insertion_font_style = GTK_HTML_FONT_STYLE_DEFAULT;
H A Dgtkhtml.c3569 html->priv->insertion_font_style = GTK_HTML_FONT_STYLE_DEFAULT; in gtk_html_init()
/dports/www/gtkhtml4/gtkhtml-4.10.0/components/editor/
H A Dgtkhtml-editor.c152 if (size == GTK_HTML_FONT_STYLE_DEFAULT) in editor_font_style_changed_cb()