Home
last modified time | relevance | path

Searched refs:pDashArray (Results 1 – 2 of 2) sorted by relevance

/trunk/main/cppcanvas/source/mtfrenderer/
H A Dimplrenderer.cxx335 double* pDashArray = o_rStrokeAttributes.DashArray.getArray(); in setupStrokeAttributes() local
346 pDashArray[nCurrEntry++] = nDashLen; in setupStrokeAttributes()
347 pDashArray[nCurrEntry++] = nDistance; in setupStrokeAttributes()
351 pDashArray[nCurrEntry++] = nDotLen; in setupStrokeAttributes()
352 pDashArray[nCurrEntry++] = nDistance; in setupStrokeAttributes()
/trunk/main/canvas/source/cairo/
H A Dcairo_canvashelper.cxx1180 double* pDashArray = new double[ strokeAttributes.DashArray.getLength() ]; in strokePolyPolygon() local
1182 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 42 milliseconds