Home
last modified time | relevance | path

Searched refs:bDamaged (Results 1 – 6 of 6) sorted by relevance

/dports/deskutils/cairo-dock/cairo-dock-core-3.4.1/src/gldit/
H A Dcairo-dock-icon-factory.h165 …gboolean bDamaged; // TRUE when the icon couldn't draw its surface, because the Gl context was no… member
H A Dcairo-dock-icon-factory.c150 …icon->bDamaged = FALSE; // it's not a big deal, since we can draw under the existing image easily… in cairo_dock_load_icon_image()
H A Dcairo-dock-dock-factory.c1177 …gboolean bDamaged = icon->bDamaged; // if bNeedApplyBackground is also TRUE, applying the backgro… in _on_configure() local
1183 if (bDamaged) in _on_configure()
1186 icon->bDamaged = FALSE; in _on_configure()
H A Dcairo-dock-icon-facility.c675 pIcon->bDamaged = !r; in cairo_dock_begin_draw_icon()
H A Dcairo-dock-data-renderer.c363 …pIcon->bDamaged = TRUE; // damage the icon so that it (and therefore its dada-renderer) will be r… in _cairo_dock_render_to_texture()
H A Dcairo-dock-dock-facility.c1154 …if (pDock->iRefCount != 0 && ! pIcon->bDamaged) // now that the icon image is correct, redraw the… in _redraw_subdock_content_idle()