Searched refs:calls (Results 1 - 2 of 2) sorted by relevance
/inkscape/src/livarot/ |
H A D | PathOutline.cpp | 42 outline_callbacks calls; local 45 calls.cubicto = StdCubicTo; 46 calls.bezierto = StdBezierTo; 47 calls.arcto = StdArcTo; 150 dest, calls, 0.0025 * width * width, width, 153 dest, calls, 0.0025 * width * width, 157 dest, calls, 0.0025 * width * width, width, 173 dest, calls, 0.0025 * width * width, width, join, butt, 215 outline_callbacks calls; local 217 calls 240 outline_callbacks calls; local 341 SubContractOutline(int off, int num_pd, Path *dest, outline_callbacks & calls, double tolerance, double width, JoinType join, ButtType , double miter, bool closeIfNeeded, bool skipMoveto, Geom::Point &lastP, Geom::Point &lastT) argument [all...] |
H A D | Path.h | 320 Path * dest, outline_callbacks & calls,
|
Completed in 17 milliseconds