Home
last modified time | relevance | path

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

/dports/x11-wm/mutter/mutter-41.1/src/compositor/
H A Dmeta-window-actor-x11.c103 gboolean needs_reshape; member
1206 if (!actor_x11->needs_reshape) in update_regions()
1213 actor_x11->needs_reshape = FALSE; in update_regions()
1234 actor_x11->needs_reshape = TRUE; in meta_window_actor_x11_update_shape()
/dports/x11-wm/muffin/muffin-4.8.0/src/compositor/
H A Dmeta-window-actor.c128 guint needs_reshape : 1; member
491 priv->needs_reshape = TRUE; in meta_window_actor_constructed()
2519 if ((!priv->window->mapped && !priv->window->shaded) || !priv->needs_reshape) in check_needs_reshape()
2613 priv->needs_reshape = FALSE; in check_needs_reshape()
2622 priv->needs_reshape = TRUE; in meta_window_actor_update_shape()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/core/layout/ng/inline/
H A Dng_inline_node.cc1207 bool needs_reshape = false; in ShapeTextForFirstLineIfNeeded() local
1221 needs_reshape = true; in ShapeTextForFirstLineIfNeeded()
1231 if (needs_reshape || FirstLineNeedsReshape(*first_line_style, *block_style)) in ShapeTextForFirstLineIfNeeded()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/layout/ng/inline/
H A Dng_inline_node.cc1339 bool needs_reshape = false; in ShapeTextForFirstLineIfNeeded() local
1353 needs_reshape = true; in ShapeTextForFirstLineIfNeeded()
1363 if (needs_reshape || FirstLineNeedsReshape(*first_line_style, *block_style)) in ShapeTextForFirstLineIfNeeded()