Searched refs:iData (Results 1 - 4 of 4) sorted by relevance

/inkscape/src/livarot/
H A DPathCutting.cpp337 PathDescrIntermBezierTo *iData = dynamic_cast<PathDescrIntermBezierTo *>(descr_cmd[i+1]); local
338 gdouble x1=0.333333*(lastP[0]+2*iData->p[0]);
339 gdouble y1=0.333333*(lastP[1]+2*iData->p[1]);
340 gdouble x2=0.333333*(nData->p[0]+2*iData->p[0]);
341 gdouble y2=0.333333*(nData->p[1]+2*iData->p[1]);
361 PathDescrIntermBezierTo *iData = dynamic_cast<PathDescrIntermBezierTo *>(descr_cmd[i+1]); local
362 p_e=0.5*(p_m+iData->p);
H A DShapeSweep.cpp1987 iData =
1988 (incidenceData *) g_realloc(iData, maxInc * sizeof (incidenceData));
1991 iData[n].nextInc = a->swsData[cb].firstLinkedPoint;
1992 iData[n].pt = pt;
1993 iData[n].theta = theta;
2171 iData[i].pt = pData[iData[i].pt].newInd;
H A DShape.h335 incidenceData *iData; member in class:Shape
H A DShape.cpp29 iData(NULL),
2168 g_free(iData);
2169 iData = NULL;

Completed in 42 milliseconds