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

/inkscape/src/live_effects/
H A Dlpegroupbbox.cpp21 * @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) {
/inkscape/src/ui/widget/
H A Dscalar-unit.cpp177 // convert from percent to absolute
192 // convert from absolute to percent
219 double absolute = PercentageToAbsolute(value); local
220 Scalar::setValue(absolute);
/inkscape/src/libcroco/
H A Dcr-fonts.h73 *of absolute font size.
130 *the CRFontSize::value.absolute
160 CRNum absolute ; member in union:_CRFontSize::__anon103
/inkscape/
H A Dbuildtool.cpp1899 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 32 milliseconds