Searched refs:CREncHandler (Results 1 - 3 of 3) sorted by relevance

/inkscape/src/libcroco/
H A Dcr-enc-handler.h29 *The declaration of the #CREncHandler class.
41 typedef struct _CREncHandler CREncHandler ; typedef in typeref:struct:_CREncHandler
78 CREncHandler *
86 cr_enc_handler_convert_input (CREncHandler *a_this,
H A Dcr-enc-handler.c29 *The definition of the #CREncHandler class.
63 static CREncHandler gv_default_enc_handlers[] = {
83 *Returns the instance of #CREncHandler.
85 CREncHandler *
92 return (CREncHandler *) & gv_default_enc_handlers[i];
135 *@a_this: the current instance of #CREncHandler.
149 cr_enc_handler_convert_input (CREncHandler * a_this,
H A Dcr-input.c136 CREncHandler *enc_handler = NULL;

Completed in 16 milliseconds