Searched defs:cur (Results 1 - 25 of 25) sorted by relevance

/inkscape/src/libcroco/
H A Dcr-attr-sel.c110 CRAttrSel const *cur = NULL; local
118 for (cur = a_this; cur; cur = cur->next) {
119 if (cur->prev) {
123 if (cur->name) {
126 name = (guchar *) g_strndup (cur->name->stryng->str,
127 cur->name->stryng->len);
135 if (cur
[all...]
H A Dcr-additional-sel.c237 CRAdditionalSel const *cur = NULL; local
243 for (cur = a_this; cur; cur = cur->next) {
244 switch (cur->type) {
249 if (cur->content.class_name) {
251 (cur->content.class_name->stryng->str,
252 cur->content.class_name->stryng->len);
269 if (cur
[all...]
H A Dcr-selector.c81 CRSelector *cur = NULL; local
88 for (cur = a_this; cur && cur->next; cur = cur->next) ;
90 cur->next = a_new;
91 a_new->prev = cur;
109 CRSelector *cur = NULL; local
114 for (cur
151 CRSelector const *cur = NULL; local
262 CRSelector *cur = NULL; local
[all...]
H A Dcr-simple-sel.c63 CRSimpleSel *cur = NULL; local
70 for (cur = a_this; cur->next; cur = cur->next) ;
72 cur->next = a_sel;
73 a_sel->prev = cur;
108 CRSimpleSel const *cur = NULL; local
113 for (cur = a_this; cur; cu
[all...]
H A Dcr-prop-list.c79 CRPropList *cur = NULL; local
87 for (cur = a_this;
88 cur && PRIVATE (cur) && PRIVATE (cur)->next;
89 cur = PRIVATE (cur)->next) ;
90 g_return_val_if_fail (cur, NULL);
91 PRIVATE (cur)->next = a_to_append;
92 PRIVATE (a_to_append)->prev = cur;
138 CRPropList *cur = NULL; local
270 CRPropList *cur = NULL; local
383 *cur = NULL; local
[all...]
H A Dcr-term.c237 CRTerm *cur = NULL; local
244 for (cur = a_this; cur->next; cur = cur->next) ;
246 cur->next = a_new_term;
247 a_new_term->prev = cur;
282 CRTerm const *cur = NULL; local
291 for (cur = a_this; cur; cu
701 CRTerm const *cur = NULL ; local
721 CRTerm *cur = NULL ; local
[all...]
H A Dcr-declaration.c299 CRDeclaration *cur = NULL; local
306 for (cur = a_this; cur && cur->next; cur = cur->next) ;
308 cur->next = a_new;
309 a_new->prev = cur;
404 CRDeclaration *cur = NULL; local
414 for (cur
461 CRDeclaration const *cur = NULL; local
574 CRDeclaration const *cur = NULL; local
613 CRDeclaration const *cur = NULL; local
660 CRDeclaration const *cur = NULL; local
684 CRDeclaration *cur = NULL; local
707 CRDeclaration *cur = NULL; local
774 CRDeclaration *cur = NULL; local
[all...]
H A Dcr-utils.c1290 GList const *cur = NULL; local
1295 for (cur = a_list_of_strings; cur; cur = cur->next) {
1298 str = g_string_new_len (((GString *) cur->data)->str,
1299 ((GString *) cur->data)->len);
1316 GList const *cur = NULL; local
1321 for (cur = a_list_of_strings; cur; cu
[all...]
H A Dcr-sel-eng.c242 char const *cur; local
243 for (cur = klass; cur && *cur; cur++) {
244 while (cur && *cur
245 && cr_utils_is_white_space (*cur)
247 cur++;
249 if (!strncmp ((const char *) cur,
357 *cur = NULL; local
406 *cur = NULL; local
1083 CRPropList *cur = NULL; local
[all...]
H A Dcr-statement.c519 GList *cur = NULL; local
521 for (cur = a_this->kind.media_rule->media_list;
522 cur; cur = cur->next) {
523 if (cur->data) {
524 cr_string_destroy ((CRString *) cur->data);
525 cur->data = NULL;
818 GList const *cur = NULL; local
828 for (cur
896 GList const *cur = NULL; local
1281 *cur = NULL; local
1838 CRStatement *cur = NULL; local
1870 CRStatement *cur = NULL; local
1949 CRStatement const *cur = NULL; local
1973 CRStatement *cur = NULL; local
2773 CRStatement *cur = NULL; local
[all...]
H A Dcr-parser.c566 GList *cur = NULL; local
573 for (cur = PRIVATE (a_this)->err_stack; cur; cur = cur->next) {
574 cr_parser_error_dump ((CRParserError *) cur->data);
592 GList *cur = NULL; local
596 for (cur = PRIVATE (a_this)->err_stack; cur; cur
2463 GList *cur = NULL; local
3653 GList *cur = NULL; local
3818 GList *cur = NULL; local
3846 GList *cur = NULL; local
[all...]
/inkscape/src/extension/
H A Ddb.cpp110 std::list <Extension *>::iterator cur; local
112 for (cur = modulelist.begin(); cur != modulelist.end(); ++cur) {
113 // printf("foreach: %s\n", (*cur)->get_id());
114 in_func((*cur), in_data);
/inkscape/src/ui/tools/
H A Ddynamic-base.h77 Geom::Point cur; member in class:Inkscape::UI::Tools::DynamicBase
/inkscape/src/io/
H A Dgzipstream.cpp226 int cur = 10; local
227 while ( srcBuf[cur] )
229 cur++;
/inkscape/src/livarot/
H A Dfloat-line.cpp466 float cur = bords[i].pos; // position of the current boundary (there may be several boundaries at this position) local
477 while ( i >= 0 && i < int(bords.size()) && bords[i].pos == cur && bords[i].start == false ) {
502 while ( i >= 0 && i < int(bords.size()) && bords[i].pos == cur && bords[i].start == true ) {
515 totStart = totStart + totPente * (cur - totX);
519 AddRun(lastStart, cur, lastVal, totStart, totPente);
526 totX = cur;
531 // to avoid accumulation of numerical errors, we compute an accurate coverage for this position "cur"
532 totStart = RemainingValAt(cur, pending);
535 lastStart = cur;
H A DPathStroke.cpp736 Geom::Point cur = iS - origine; local
737 // StrokeNormalize(cur);
738 // cur*=width;
741 cur = cur * omega;
742 Geom::Point m = origine + cur;
H A Dint-line.cpp121 int cur = bords[i].pos; local
125 while ( i < nbBord && bords[i].pos == cur && bords[i].start == false ) {
130 midV = RemainingValAt(cur);
131 while ( i < nbBord && bords[i].pos == cur && bords[i].start == true ) {
138 AddRun(lastStart, cur, lastVal, leftV + midV);
143 lastStart = cur;
/inkscape/src/2geom/
H A Dd2-sbasis.cpp173 unsigned cur = (closed)? 0:1; local
175 while(cur<f.size()){
177 Point pt1 = f.segs[cur ].at0();
182 SBasis &cur_sb =result.segs[cur][dim];
196 prev = cur++;
H A Dtoposweep.cpp601 unsigned cur = vix; local
605 while(cur < g.size() && !visited[cur][e_ix]) {
606 visited[cur][e_ix] = true;
608 TopoGraph::Edge e = g[cur][e_ix];
613 cur = e.other;
614 unsigned deg = g[cur].degree();
615 e_ix = g[cur].find_section(e.section);
618 visited[cur][e_ix] = true;
624 if(cur
[all...]
/inkscape/src/extension/internal/
H A Demf-inout.h68 // worldTransform, cur
83 cur = point32_set( 0, 0 );
108 U_POINTL cur; member in struct:Inkscape::Extension::Internal::emf_device_context
H A Dwmf-inout.h66 // worldTransform, cur
75 cur = point16_set( 0.0, 0.0 );
102 U_POINT16 cur; member in struct:Inkscape::Extension::Internal::wmf_device_context
/inkscape/src/ui/tool/
H A Dcontrol-point-selection.cpp213 SelectableControlPoint *cur = *i; local
214 cur->transform(m);
366 SelectableControlPoint *cur = (*i); local
369 double dist = Geom::distance(_original_positions[cur], _original_positions[_grabbed_point]);
383 Geom::Point origp = _original_positions[cur];
384 Geom::Point origpx = _original_positions[cur] + origdx;
385 Geom::Point origpy = _original_positions[cur] + origdy;
400 trans *= Geom::Translate(-cur->position());
401 trans *= _last_trans[cur].inverse();
403 trans *= Geom::Translate(_original_positions[cur]
414 SelectableControlPoint *cur = (*i); local
465 SelectableControlPoint *cur = (*i); local
[all...]
H A Dpath-manipulator.cpp545 NodeList::iterator cur = sp->begin(), end = sp->end(); local
548 // For 2-node open paths, cur == end
549 ++cur;
552 for (; cur != end; ++cur) {
553 if (!cur->selected()) continue;
559 if (cur != sp->begin())
560 sp->splice(sp->begin(), *sp, cur, sp->end());
566 new_sp->splice(new_sp->end(), *sp, sp->begin(), cur);
571 Node *n = new Node(_multi_path_manipulator._path_data.node_data, cur
[all...]
/inkscape/src/widgets/
H A Dege-adjustment-action.cpp628 GList* cur = act->private_data->descriptions; local
630 while ( cur ) {
631 EgeAdjustmentDescr* descr = (EgeAdjustmentDescr*)cur->data;
640 cur = g_list_next( cur );
671 GList* cur = descriptions; local
673 if ( cur ) {
677 EgeAdjustmentDescr* descr = (EgeAdjustmentDescr*)cur->data;
679 while ( cur && descr && (descr->value >= valLower) ) {
681 create_single_menu_item( toggleCb, val + g_list_position(act->private_data->descriptions, cur), men
[all...]
H A Druler.cpp1135 gdouble start, end, cur; local
1307 for (cur = start; cur <= end; cur += subd_incr)
1309 // due to the typical values for cur, lower and increment, pos will often end up to
1313 pos = gint(Inkscape::round((cur - lower) * increment + 1e-12));
1346 (label_spacing_px > 6*digit_height || tick_index%2 == 0 || cur == 0) &&
1347 (label_spacing_px > 3*digit_height || tick_index%4 == 0 || cur == 0))
1349 if (std::abs((int)cur) >= 2000 && (((int) cur)/100
[all...]

Completed in 2368 milliseconds