Lines Matching refs:set
118 if (asyw->set.ntfy) {
131 .mask = asyw->clr.mask & ~(flush ? 0 : asyw->set.mask),
151 if (asyw->set.sema ) wndw->func->sema_set (wndw, asyw);
152 if (asyw->set.ntfy ) wndw->func->ntfy_set (wndw, asyw);
153 if (asyw->set.image) wndw->func->image_set(wndw, asyw);
155 if (asyw->set.xlut ) {
164 if (asyw->set.csc ) wndw->func->csc_set (wndw, asyw);
165 if (asyw->set.scale) wndw->func->scale_set(wndw, asyw);
166 if (asyw->set.blend) wndw->func->blend_set(wndw, asyw);
167 if (asyw->set.point) {
168 if (asyw->set.point = false, asyw->set.mask)
187 asyw->set.ntfy = true;
321 asyw->set.image = wndw->func->image_set != NULL;
332 asyw->set.scale = true;
354 asyw->set.blend = true;
361 asyw->set.point = true;
411 asyw->set.xlut = true;
419 asyw->set.xlut = true;
425 asyw->set.csc = true;
508 asyw->set.xlut = asyw->xlut.handle != 0;
612 asyw->set.mask = 0;