Searched refs:rise (Results 1 - 6 of 6) sorted by relevance

/inkscape/src/libnrtype/
H A Dfont-instance.h77 bool FontSlope(double &run, double &rise);
H A DFontInstance.cpp577 bool font_instance::FontSlope(double &run, double &rise) argument
580 rise = 1.0;
594 rise=otm.otmsCharSlopeRise;
605 rise = hhea->caret_Slope_Rise;
/inkscape/src/libavoid/
H A Dgeomtypes.cpp280 double rise = y1 - y2;
282 double disty = fabs(rise);
292 y1 = y2 = y1 - (rise / 2);
347 double tangent = rise / run;
/inkscape/src/extension/internal/pdfinput/
H A Dsvg-builder.h77 double rise; // Text rise parameter member in struct:Inkscape::Extension::Internal::SvgGlyph
H A Dsvg-builder.cpp1339 delta_pos[1] += glyph.rise;
1445 new_glyph.rise = state->getRise();
/inkscape/share/extensions/
H A Dffgeom.py71 rise = delta_y variable in class:Segment

Completed in 80 milliseconds