Lines Matching refs:dispatched
135 const auto dispatched = this->dispatchOpacityProperty(adapter->node()); in attachOpacity() local
139 if (!dispatched && adapter->node()->getOpacity() >= 1) { in attachOpacity()
237 bool dispatched = false; in dispatchColorProperty() local
242 dispatched = true; in dispatchColorProperty()
247 return dispatched; in dispatchColorProperty()
251 bool dispatched = false; in dispatchOpacityProperty() local
256 dispatched = true; in dispatchOpacityProperty()
261 return dispatched; in dispatchOpacityProperty()
265 bool dispatched = false; in dispatchTextProperty() local
270 dispatched = true; in dispatchTextProperty()
275 return dispatched; in dispatchTextProperty()
279 bool dispatched = false; in dispatchTransformProperty() local
284 dispatched = true; in dispatchTransformProperty()
289 return dispatched; in dispatchTransformProperty()