Searched refs:pe (Results 1 - 7 of 7) sorted by relevance

/inkscape/src/livarot/
H A Dint-line.h90 inline float ValAt(int at, int ps, int pe, float vs, float ve) { argument
91 return ((at - ps) * ve + (pe - at) * vs) / (pe - ps);
H A Dfloat-line.h119 inline float ValAt(float at, float ps, float pe, float vs, float ve) { argument
120 return ((at - ps) * ve + (pe - at) * vs) / (pe - ps);
H A DShapeMisc.cpp1156 int ps = nPiece, pe = nPiece; local
1204 if (ebData[bord].pieceID == pe
1207 if (ebData[bord].pieceID != pe
1210 if (ebData[bord].pieceID != pe && (te > 0.0001 && te < 0.9999))
1214 pe = ebData[bord].pieceID;
1225 if (pe == ps)
1230 else if (ps < pe)
1237 for (int i = ps; i <= pe; i++)
1248 PathDescrIntermBezierTo* psData = dynamic_cast<PathDescrIntermBezierTo*>(from->descr_cmd[pe]);
1249 PathDescrIntermBezierTo* pnData = dynamic_cast<PathDescrIntermBezierTo*>(from->descr_cmd[pe
[all...]
H A DPathConversion.cpp917 Geom::Point pe = iE - iP; local
919 double s = fabs(cross(pe, ps));
1043 Geom::Point pe = iE - iP; local
1044 const double s = fabs(cross(pe, ps));
1205 const Geom::Point pe = iE - iP; local
1206 const double s = fabs(cross(pe, ps));
/inkscape/src/2geom/
H A Dsvg-path-parser.cpp1241 char const *pe = strend; local
1242 char const *eof = finish ? pe : NULL;
1254 if ( p == pe )
1447 if ( ++p != pe )
1562 _number_part = std::string(start, pe);
/inkscape/src/helper/
H A Dgeom.cpp359 Geom::Point pe = c.finalPoint() * m; local
361 bbox->expandTo(pe);
365 geom_line_wind_distance (p0[X], p0[Y], pe[X], pe[Y], pt, wind, dist);
367 Geom::Rect swept(p0, pe);
369 geom_line_wind_distance (p0[X], p0[Y], pe[X], pe[Y], pt, wind, dist);
372 p0 = pe;
/inkscape/src/libuemf/
H A Duwmf.c865 U_PLTNTRY pe; local
866 pe.Value = Color.Reserved;
867 pe.Blue = Color.Blue;
868 pe.Green = Color.Green;
869 pe.Red = Color.Red;
870 return(pe);

Completed in 79 milliseconds