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

/inkscape/src/libcroco/
H A Dcr-style.h123 CRNum cv ; member in struct:_CRNumPropVal
143 CRRgb cv ; member in struct:_CRRgbPropVal
218 CRFontSize cv ; member in struct:_CRFontSizeVal
H A Dcr-style.c1826 cr_font_size_clear (&a_this->font_size.cv) ;
1949 cr_num_copy (&a_this->num_props[i].cv,
1950 &a_this->parent_style->num_props[i].cv);
1956 &a_this->rgb_props[i].cv,
1957 &a_this->parent_style->rgb_props[i].cv);
1993 cr_font_size_copy (&a_this->font_size.cv,
1994 &a_this->parent_style->font_size.cv) ;
2348 tmp_str = cr_num_to_string (&a_prop_val->cv);
2353 g_string_append_printf (str, "cv: %s ", tmp_str);
2402 tmp_str = cr_rgb_to_string (&a_prop_val->cv);
[all...]
/inkscape/src/2geom/
H A Dcircle.cpp218 Point cv = other._center - _center;
219 Coord d = cv.length();
239 Point qd = (h/d) * cv.cw();

Completed in 22 milliseconds