Lines Matching defs:dispatched
135 const auto dispatched = this->dispatchOpacityProperty(adapter->node());
139 if (!dispatched && adapter->node()->getOpacity() >= 1) {
240 bool dispatched = false;
245 dispatched = true;
250 return dispatched;
254 bool dispatched = false;
259 dispatched = true;
264 return dispatched;
268 bool dispatched = false;
273 dispatched = true;
278 return dispatched;
282 bool dispatched = false;
287 dispatched = true;
292 return dispatched;