Searched defs:location (Results 1 - 16 of 16) sorted by relevance

/inkscape/src/libcroco/
H A Dcr-string.h33 #include "cr-parsing-location.h"
41 *Actually, the aim of CRString is to store the parsing location
46 *parsing location is store. If you don't want to deal with parsing
47 *location stuffs, then use GString instead. If we were in C++ for example,
50 *to provide the parsing location information.
59 *The parsing location storage area.
61 CRParsingLocation location ; member in struct:_CRString
H A Dcr-pseudo.h29 #include "cr-parsing-location.h"
51 CRParsingLocation location ; member in struct:_CRPseudo
H A Dcr-selector.h31 #include "cr-parsing-location.h"
67 CRParsingLocation location ; member in struct:_CRSelector
H A Dcr-attr-sel.h30 #include "cr-parsing-location.h"
55 CRParsingLocation location ; member in struct:_CRAttrSel
H A Dcr-declaration.h29 #include "cr-parsing-location.h"
69 CRParsingLocation location ; member in struct:_CRDeclaration
H A Dcr-rgb.h29 #include "cr-parsing-location.h"
49 CRParsingLocation location ; member in struct:_CRRgb
H A Dcr-additional-sel.h63 CRParsingLocation location ; member in struct:_CRAdditionalSel
H A Dcr-num.h36 #include "cr-parsing-location.h"
94 CRParsingLocation location ; member in struct:_CRNum
H A Dcr-simple-sel.h31 #include "cr-parsing-location.h"
104 CRParsingLocation location ; member in struct:_CRSimpleSel
H A Dcr-term.h145 CRParsingLocation location ; member in struct:_CRTerm
H A Dcr-statement.h215 CRParsingLocation location ; member in struct:_CRStatement
H A Dcr-token.h32 #include "cr-parsing-location.h"
116 CRParsingLocation location ; member in struct:_CRToken
H A Dcr-statement.c1394 CRParsingLocation location = {0,0,0} ; local
1410 &location);
1417 cr_parsing_location_copy (&result->location,
1418 &location) ;
H A Dcr-tknzr.c496 cr_parsing_location_copy (&comment->location,
696 (a_this, &str->location) ;
952 (a_this, &stringue->location) ;
964 (a_this, &stringue->location) ;
1057 (&(*a_str)->location, &loc) ;
1098 cr_parsing_location_copy (&(*a_str)->location, &loc) ;
1132 CRParsingLocation location = {0,0,0} ; local
1153 *But we also need to keep track of the parsing location
1155 *location, then we skip the 3 remaining bytes.
1158 cr_tknzr_get_parsing_location (a_this, &location) ;
1257 CRParsingLocation location = {0,0,0} ; local
1489 CRParsingLocation location = {0,0,0} ; local
1972 CRParsingLocation location = {0,0,0} ; local
[all...]
H A Dcr-parser.c1332 CRParsingLocation location = {0,0,0} ; local
1342 (&location, &token->location) ;
1354 cr_parsing_location_copy (&result->location,
1355 &location) ;
1515 CRParsingLocation location = {0,0,0} ; local
1528 cr_parsing_location_copy (&location, &token->location) ;
1605 cr_parsing_location_copy (&result->location,
1606 &location) ;
2334 CRParsingLocation location = {0,0,0} ; local
2410 CRParsingLocation location = {0,0,0} ; local
3715 CRParsingLocation location = {0,0,0} ; local
3886 CRParsingLocation location = {0,0,0} ; local
4228 CRParsingLocation location = {0,0,0} ; local
[all...]
/inkscape/src/extension/internal/
H A Dgimpgrad.cpp67 \param location Where the stop is placed in the gradient
71 and the location into the gradient. It is really pretty simple except
76 static Glib::ustring stop_svg(ColorRGBA const in_color, double const location) argument
91 append_css_num(ret, location);

Completed in 656 milliseconds