Searched refs:tSt (Results 1 - 10 of 10) sorted by relevance

/inkscape/src/livarot/
H A Dpath-description.h28 PathDescr() : flags(0), associated(-1), tSt(0), tEn(1) {}
29 PathDescr(int f) : flags(f), associated(-1), tSt(0), tEn(1) {}
45 double tSt; member in struct:PathDescr
H A DPathStroke.cpp437 dest->ebData[nEdge].tSt=dest->ebData[nEdge].tEn=tID;
465 dest->ebData[nEdge].tSt=dest->ebData[nEdge].tEn=tID;
471 // dest->ebData[nEdge].tSt=dest->ebData[nEdge].tEn=tID;
495 dest->ebData[nEdge].tSt=dest->ebData[nEdge].tEn=tID;
501 dest->ebData[nEdge].tSt=dest->ebData[nEdge].tEn=tID;
516 dest->ebData[nEdge].tSt=dest->ebData[nEdge].tEn=tID;
522 dest->ebData[nEdge].tSt=dest->ebData[nEdge].tEn=tID;
528 dest->ebData[nEdge].tSt=dest->ebData[nEdge].tEn=tID;
551 dest->ebData[nEdge].tSt=dest->ebData[nEdge].tEn=tID;
581 dest->ebData[nEdge].tSt
[all...]
H A DPathOutline.cpp512 dest->descr_cmd[n_d]->tSt = 0.0;
559 callsData.tSt = 0.0;
615 callsData.tSt = 0.0;
674 dest->descr_cmd[n_d]->tSt = 0.0;
704 callsData.tSt = 0.0;
762 callsData.tSt = 0.0;
792 callsData.tSt = 0.0;
1326 data->dest->descr_cmd[n_d]->tSt = data->tSt;
1352 data->dest->descr_cmd[n_d]->tSt
[all...]
H A DShapeMisc.cpp668 && a->ebData[stB].tEn == a->ebData[i].tSt ) {
671 useT=a->ebData[i].tSt;
829 && a->ebData[stB].tEn == a->ebData[i].tSt ) {
832 useT=a->ebData[i].tSt;
974 if ( fabs(ebData[prevEdge].tEn-ebData[nextEdge].tSt) < 0.05 ) {
997 double /*ts=ebData[bord].tSt, */ te = ebData[bord].tEn;
1009 if (fabs (te - ebData[bord].tSt) > 0.0001)
1031 double ts = ebData[bord].tSt, te = ebData[bord].tEn;
1044 if (fabs (te - ebData[bord].tSt) > 0.0001)
1109 double ts = ebData[bord].tSt, t
[all...]
H A DPathConversion.cpp1148 orig.orig->PointAndTangentAt(orig.piece, orig.tSt * (1 - st) + orig.tEn * st, os_pos, os_tgt);
1149 orig.orig->PointAndTangentAt(orig.piece, orig.tSt * (1 - et) + orig.tEn * et, oe_pos, oe_tgt);
1228 orig.orig->PointAndTangentAt(orig.piece, orig.tSt * (1 - st) + orig.tEn * st, os_pos, os_tgt);
1235 orig.orig->PointAndTangentAt(orig.piece, orig.tSt * (1 - et) + orig.tEn * et, oe_pos, oe_tgt);
1321 dest->ebData[lEdge].tSt = 1.0;
1340 dest->ebData[lEdge].tSt = pts[sbp].t;
1343 dest->ebData[lEdge].tSt = pts[sbp].t;
1369 dest->ebData[lEdge].tSt = 1.0;
1459 dest->ebData[lEdge].tSt = 0.0;
1474 dest->ebData[lEdge].tSt
[all...]
H A DPath.h262 double tSt, tEn; member in struct:Path::offset_orig
285 double tSt, tEn; member in struct:Path::outline_callback_data
H A DShapeSweep.cpp1472 ebData[nEd].tSt=ebData[i].tEn;
1473 ebData[nEd].tEn=ebData[i].tSt;
2201 if ( ebData[cb].tSt > ebData[cc].tSt ) {
2270 if ( ebData[cb].tSt > ebData[cc].tSt ) {
3284 ebData[ne].tSt = ebData[ne].tEn = iS->ebData[iB].tSt;
3297 pst = iS->ebData[iB].tSt * (1 - pst) + iS->ebData[iB].tEn * pst;
3298 pet = iS->ebData[iB].tSt * (
[all...]
H A DShape.cpp1173 ebData[n].tSt = ebData[n].tEn = 0;
1248 ebData[n].tSt = ebData[n].tEn = 0;
2016 double swat = ebData[b].tSt;
2017 ebData[b].tSt = ebData[b].tEn;
H A DShape.h62 double tSt, tEn; member in struct:Shape::back_data
/inkscape/src/
H A Dsplivarot.cpp255 t=theShape->ebData[cb].tSt;
609 t=theShape->ebData[cb].tSt;

Completed in 2308 milliseconds