Searched defs:high (Results 1 - 5 of 5) sorted by relevance

/inkscape/src/trace/potrace/
H A Dinkscape-potrace.cpp479 double high = 0.9; //top of range local
480 double delta = (high - low ) / ((double)multiScanNrColors);
487 brightnessThreshold <= high ;
/inkscape/src/display/
H A Dcairo-templates.h680 pxclamp(gint32 v, gint32 low, gint32 high) { argument
685 if (v > high) return high;
/inkscape/src/extension/internal/
H A Dcairo-renderer.cpp701 double high = doc->getHeight().value("px"); local
703 high = Inkscape::Util::Quantity::convert(high, "px", "pt");
707 (d.bottom() - high) * (ctx->_vector_based_target ? Inkscape::Util::Quantity::convert(1, "pt", "px") : 1.0)));
/inkscape/src/live_effects/
H A Dlpe-taperstroke.cpp39 inline bool withinRange(T value, T low, T high) { argument
40 return (value > low && value < high);
/inkscape/src/libavoid/
H A Dorthogonal.cpp59 ShiftSegment(ConnRef *conn, const size_t low, const size_t high, argument
63 indexHigh(high),
74 ShiftSegment(ConnRef *conn, const size_t low, const size_t high, argument
78 indexHigh(high),

Completed in 30 milliseconds