Home
last modified time | relevance | path

Searched refs:_cups_ps_obj_t (Results 1 – 1 of 1) sorted by relevance

/external/libcups/cups/
Draster-interpret.c59 } _cups_ps_obj_t; typedef
65 _cups_ps_obj_t *objs; /* Objects in stack */
76 static void error_object(_cups_ps_obj_t *obj);
78 static _cups_ps_obj_t *index_stack(_cups_ps_stack_t *st, int n);
80 static _cups_ps_obj_t *pop_stack(_cups_ps_stack_t *st);
81 static _cups_ps_obj_t *push_stack(_cups_ps_stack_t *st,
82 _cups_ps_obj_t *obj);
84 static _cups_ps_obj_t *scan_ps(_cups_ps_stack_t *st, char **ptr);
89 static void DEBUG_object(const char *prefix, _cups_ps_obj_t *obj);
511 _cups_ps_obj_t *obj; /* Object from top of stack */ in _cupsRasterExecPS()
[all …]