Lines Matching refs:set
115 if (asyw->set.ntfy) {
128 .mask = asyw->clr.mask & ~(flush ? 0 : asyw->set.mask),
148 if (asyw->set.sema ) wndw->func->sema_set (wndw, asyw);
149 if (asyw->set.ntfy ) wndw->func->ntfy_set (wndw, asyw);
150 if (asyw->set.image) wndw->func->image_set(wndw, asyw);
152 if (asyw->set.xlut ) {
161 if (asyw->set.csc ) wndw->func->csc_set (wndw, asyw);
162 if (asyw->set.scale) wndw->func->scale_set(wndw, asyw);
163 if (asyw->set.blend) wndw->func->blend_set(wndw, asyw);
164 if (asyw->set.point) {
165 if (asyw->set.point = false, asyw->set.mask)
184 asyw->set.ntfy = true;
318 asyw->set.image = wndw->func->image_set != NULL;
329 asyw->set.scale = true;
351 asyw->set.blend = true;
358 asyw->set.point = true;
411 asyw->set.xlut = true;
419 asyw->set.xlut = true;
425 asyw->set.csc = true;
505 asyw->set.xlut = asyw->xlut.handle != 0;
606 asyw->set.mask = 0;