Lines Matching refs:dispatched
105 const auto dispatched = this->dispatchTransformProperty(adapter); in attachMatrix2D() local
107 return (bound || dispatched) in attachMatrix2D()
179 const auto dispatched = this->dispatchOpacityProperty(opacityNode); in attachOpacity() local
182 return (bound || dispatched) ? std::move(opacityNode) : childNode; in attachOpacity()
283 bool dispatched = false; in dispatchColorProperty() local
288 dispatched = true; in dispatchColorProperty()
293 return dispatched; in dispatchColorProperty()
297 bool dispatched = false; in dispatchOpacityProperty() local
302 dispatched = true; in dispatchOpacityProperty()
307 return dispatched; in dispatchOpacityProperty()
311 bool dispatched = false; in dispatchTransformProperty() local
316 dispatched = true; in dispatchTransformProperty()
321 return dispatched; in dispatchTransformProperty()