Home
last modified time | relevance | path

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

/dports/www/chromium-legacy/chromium-88.0.4324.182/ash/frame/
H A Dnon_client_frame_view_ash.cc403 gfx::RectF to_paint(r); in OnDidSchedulePaint() local
404 views::View::ConvertRectToTarget(this, header_view_, &to_paint); in OnDidSchedulePaint()
405 header_view_->SchedulePaintInRect(gfx::ToEnclosingRect(to_paint)); in OnDidSchedulePaint()
/dports/x11-wm/picom/picom-8.2/src/
H A Dpicom.c637 const bool was_painted = w->to_paint; in paint_preprocess()
688 bool to_paint = true; in paint_preprocess() local
690 const bool was_painted = w->to_paint; in paint_preprocess()
710 to_paint = false; in paint_preprocess()
714 to_paint = false; in paint_preprocess()
718 to_paint = false; in paint_preprocess()
725 if (to_paint != was_painted) { in paint_preprocess()
731 if (!to_paint) { in paint_preprocess()
807 w->to_paint = to_paint; in paint_preprocess()
H A Dwin.h152 bool to_paint; member
H A Dwin.c1192 .to_paint = false, in fill_win()
/dports/x11-wm/compton/compton-b7f43ee/src/
H A Dcompton.c1103 bool to_paint = true; in paint_preprocess() local
1149 to_paint = false; in paint_preprocess()
1154 if (to_paint && (!w->to_paint || w->opacity != opacity_old)) in paint_preprocess()
1157 if (to_paint) { in paint_preprocess()
1193 if (to_paint != w->to_paint || w->opacity != opacity_old) in paint_preprocess()
1197 if ((to_paint && WMODE_SOLID == w->mode) in paint_preprocess()
1201 if (to_paint) { in paint_preprocess()
1256 if (to_paint) { in paint_preprocess()
1266 w->to_paint = to_paint; in paint_preprocess()
1268 if (w->to_paint) { in paint_preprocess()
[all …]
H A Dcompton.h496 if (w->to_paint && WMODE_SOLID == w->mode) in update_reg_ignore_expire()
H A Dcommon.h1114 bool to_paint; member