Searched defs:high (Results 1 - 5 of 5) sorted by relevance
/inkscape/src/trace/potrace/ |
H A D | inkscape-potrace.cpp | 479 double high = 0.9; //top of range local 480 double delta = (high - low ) / ((double)multiScanNrColors); 487 brightnessThreshold <= high ;
|
/inkscape/src/display/ |
H A D | cairo-templates.h | 680 pxclamp(gint32 v, gint32 low, gint32 high) { argument 685 if (v > high) return high;
|
/inkscape/src/extension/internal/ |
H A D | cairo-renderer.cpp | 701 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 D | lpe-taperstroke.cpp | 39 inline bool withinRange(T value, T low, T high) { argument 40 return (value > low && value < high);
|
/inkscape/src/libavoid/ |
H A D | orthogonal.cpp | 59 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