Searched refs:pDashArray (Results 1 – 2 of 2) sorted by relevance
335 double* pDashArray = o_rStrokeAttributes.DashArray.getArray(); in setupStrokeAttributes() local346 pDashArray[nCurrEntry++] = nDashLen; in setupStrokeAttributes()347 pDashArray[nCurrEntry++] = nDistance; in setupStrokeAttributes()351 pDashArray[nCurrEntry++] = nDotLen; in setupStrokeAttributes()352 pDashArray[nCurrEntry++] = nDistance; in setupStrokeAttributes()
1180 double* pDashArray = new double[ strokeAttributes.DashArray.getLength() ]; in strokePolyPolygon() local1182 pDashArray[i]=strokeAttributes.DashArray[i]; in strokePolyPolygon()1183 cairo_set_dash( mpCairo.get(), pDashArray, strokeAttributes.DashArray.getLength(), 0 ); in strokePolyPolygon()1184 delete[] pDashArray; in strokePolyPolygon()
Completed in 30 milliseconds