Searched refs:absolute (Results 1 - 8 of 8) sorted by relevance
| /inkscape/src/live_effects/ |
| H A D | lpegroupbbox.cpp | 21 * @param absolute Determines whether the bbox should be calculated of the untransformed lpeitem (\c absolute = \c false) 22 * or of the transformed lpeitem (\c absolute = \c true) using sp_item_i2doc_affine. 25 void GroupBBoxEffect::original_bbox(SPLPEItem const* lpeitem, bool absolute) argument 29 if (absolute) {
|
| H A D | lpegroupbbox.h | 25 void original_bbox(SPLPEItem const* lpeitem, bool absolute = false);
|
| /inkscape/src/libcroco/ |
| H A D | cr-fonts.c | 120 str = "unknown absolute font size value"; 400 cr_num_copy (&a_dst->value.absolute, 401 &a_src->value.absolute); 470 cr_num_set (&a_this->value.absolute, 529 str = (gchar *) cr_num_to_string (&a_this->value.absolute); 649 * Returns TRUE if the instance is an predefined absolute font size, FALSE
|
| H A D | cr-fonts.h | 73 *of absolute font size. 130 *the CRFontSize::value.absolute 160 CRNum absolute ; member in union:_CRFontSize::__anon103
|
| H A D | cr-style.c | 877 {"absolute", POSITION_ABSOLUTE}, 1543 cr_num_copy (&a_style->font_size.sv.value.absolute, 2571 str = (gchar *) "position-absolute";
|
| /inkscape/src/ui/widget/ |
| H A D | scalar-unit.cpp | 177 // convert from percent to absolute 192 // convert from absolute to percent 219 double absolute = PercentageToAbsolute(value); local 220 Scalar::setValue(absolute);
|
| /inkscape/share/extensions/ |
| H A D | hpgl_encoder.py | 271 def getLength(self, x1, y1, x2, y2, absolute=True): 274 if absolute:
|
| /inkscape/ |
| H A D | buildtool.cpp | 1899 absolute = false; 1916 absolute = other.absolute; 1934 bool absolute; member in class:buildtool::URI 2082 return absolute; 2133 if (absolute || other.absolute) 2134 newUri.absolute = true; 2142 if (other.absolute) 2144 newUri.absolute [all...] |
Completed in 76 milliseconds