Home
last modified time | relevance | path

Searched refs:use_max_width (Results 1 – 7 of 7) sorted by relevance

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/modules/canvas/offscreencanvas2d/
H A Doffscreen_canvas_rendering_context_2d.cc532 bool use_max_width = (max_width && *max_width < font_width); in DrawTextInternal() local
533 double width = use_max_width ? *max_width : font_width; in DrawTextInternal()
561 if (use_max_width) { in DrawTextInternal()
/dports/devel/glade/glade-3.22.1/plugins/gtk+/
H A Dglade-label-editor.c116 gboolean use_max_width; in glade_label_editor_load() local
128 glade_widget_property_get (widget, "use-max-width", &use_max_width); in glade_label_editor_load()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/modules/canvas/offscreencanvas2d/
H A Doffscreen_canvas_rendering_context_2d.cc636 bool use_max_width = (max_width && *max_width < font_width); in DrawTextInternal() local
637 double width = use_max_width ? *max_width : font_width; in DrawTextInternal()
665 if (use_max_width) { in DrawTextInternal()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/modules/canvas/canvas2d/
H A Dcanvas_rendering_context_2d.cc873 bool use_max_width = (max_width && *max_width < font_width); in DrawTextInternal() local
874 double width = use_max_width ? *max_width : font_width; in DrawTextInternal()
903 if (use_max_width) { in DrawTextInternal()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/modules/canvas/canvas2d/
H A Dcanvas_rendering_context_2d.cc1012 bool use_max_width = (max_width && *max_width < font_width); in DrawTextInternal() local
1013 double width = use_max_width ? *max_width : font_width; in DrawTextInternal()
1042 if (use_max_width) { in DrawTextInternal()
/dports/mail/evolution/evolution-3.42.1/src/calendar/gui/
H A De-week-view.c3756 gboolean show_icons = TRUE, use_max_width = FALSE; in e_week_view_reshape_event_span() local
3817 use_max_width = TRUE; in e_week_view_reshape_event_span()
3965 if (use_max_width) { in e_week_view_reshape_event_span()
H A De-day-view.c5990 gboolean show_icons = TRUE, use_max_width = FALSE; in e_day_view_reshape_long_event() local
6039 use_max_width = TRUE; in e_day_view_reshape_long_event()
6096 if (use_max_width) { in e_day_view_reshape_long_event()