Searched defs:a_location (Results 1 - 4 of 4) sorted by relevance

/inkscape/src/libcroco/
H A Dcr-om-parser.c69 CRParsingLocation *a_location);
79 CRParsingLocation *a_location);
83 CRParsingLocation *a_location);
90 CRParsingLocation *a_location);
99 CRParsingLocation *a_location);
208 CRParsingLocation *a_location)
214 (void) a_location;
305 CRParsingLocation *a_location)
315 (void) a_location;
345 CRParsingLocation *a_location)
207 start_font_face(CRDocHandler * a_this, CRParsingLocation *a_location) argument
304 charset(CRDocHandler * a_this, CRString * a_charset, CRParsingLocation *a_location) argument
342 start_page(CRDocHandler * a_this, CRString * a_page, CRString * a_pseudo, CRParsingLocation *a_location) argument
427 start_media(CRDocHandler * a_this, GList * a_media_list, CRParsingLocation *a_location) argument
497 import_style(CRDocHandler * a_this, GList * a_media_list, CRString * a_uri, CRString * a_uri_default_ns, CRParsingLocation *a_location) argument
[all...]
H A Dcr-statement.c39 CRParsingLocation *a_location)
44 (void) a_location;
145 CRParsingLocation *a_location)
151 (void) a_location;
241 CRParsingLocation *a_location)
247 (void) a_location;
38 parse_font_face_start_font_face_cb(CRDocHandler * a_this, CRParsingLocation *a_location) argument
142 parse_page_start_page_cb(CRDocHandler * a_this, CRString * a_name, CRString * a_pseudo_page, CRParsingLocation *a_location) argument
239 parse_at_media_start_media_cb(CRDocHandler * a_this, GList * a_media_list, CRParsingLocation *a_location) argument
H A Dcr-tknzr.c216 CRParsingLocation *a_location);
221 CRParsingLocation *a_location) ;
225 CRParsingLocation *a_location) ;
229 CRParsingLocation *a_location);
239 CRParsingLocation *a_location);
264 CRParsingLocation *a_location)
286 if (a_location) {
288 a_location) ;
339 CRParsingLocation *a_location)
355 if (a_location) {
261 cr_tknzr_parse_w(CRTknzr * a_this, guchar ** a_start, guchar ** a_end, CRParsingLocation *a_location) argument
336 cr_tknzr_parse_nl(CRTknzr * a_this, guchar ** a_start, guchar ** a_end, CRParsingLocation *a_location) argument
530 cr_tknzr_parse_unicode_escape(CRTknzr * a_this, guint32 * a_unicode, CRParsingLocation *a_location) argument
603 cr_tknzr_parse_escape(CRTknzr * a_this, guint32 * a_esc_code, CRParsingLocation *a_location) argument
797 cr_tknzr_parse_nmstart(CRTknzr * a_this, guint32 * a_char, CRParsingLocation *a_location) argument
864 cr_tknzr_parse_nmchar(CRTknzr * a_this, guint32 * a_char, CRParsingLocation *a_location) argument
1417 cr_tknzr_parse_important(CRTknzr * a_this, CRParsingLocation *a_location) argument
[all...]
H A Dcr-parser.c3534 *@a_location: the location (line, column) where the import has been parsed
3548 CRParsingLocation *a_location)
3571 if (a_location) {
3573 (a_this, a_location) ;
3545 cr_parser_parse_import(CRParser * a_this, GList ** a_media_list, CRString ** a_import_string, CRParsingLocation *a_location) argument

Completed in 596 milliseconds