Searched refs:filter_ctx (Results 1 – 4 of 4) sorted by relevance
54 const auto filter_ctx = in onRender() local57 this->INHERITED::onRender(canvas, filter_ctx); in onRender()
153 void *filter_ctx; member
371 c->filter_ctx = NULL; in channel_new()504 if (c->filter_cleanup != NULL && c->filter_ctx != NULL) in channel_free()505 c->filter_cleanup(c->self, c->filter_ctx); in channel_free()850 c->filter_ctx = ctx; in channel_register_filter()
1105 if (c->filter_ctx == NULL) in process_escapes()1107 efc = (struct escape_filter_ctx *)c->filter_ctx; in process_escapes()