Home
last modified time | relevance | path

Searched refs:pFlagAryAry (Results 1 – 1 of 1) sorted by path

/trunk/main/vcl/source/gdi/
H A Doutdev.cxx252 const sal_uInt8** pFlagAryAry; in ImplDrawPolyPolygon() local
259 pFlagAryAry = new const sal_uInt8*[nPoly]; in ImplDrawPolyPolygon()
265 pFlagAryAry = (const sal_uInt8**)aStackAry3; in ImplDrawPolyPolygon()
275 pFlagAryAry[j] = rPoly.GetConstFlagAry(); in ImplDrawPolyPolygon()
278 if( pFlagAryAry[j] ) in ImplDrawPolyPolygon()
293 if( !mpGraphics->DrawPolygonBezier( *pPointAry, *pPointAryAry, *pFlagAryAry, this ) ) in ImplDrawPolyPolygon()
309 … if( !mpGraphics->DrawPolyPolygonBezier( j, pPointAry, pPointAryAry, pFlagAryAry, this ) ) in ImplDrawPolyPolygon()
325 delete[] pFlagAryAry; in ImplDrawPolyPolygon()

Completed in 19 milliseconds