Home
last modified time | relevance | path

Searched refs:nPoly (Results 26 – 34 of 34) sorted by relevance

12

/trunk/main/filter/source/flash/
H A Dswfwriter1.cxx106 sal_uInt16 nPoly, nPoint, nPointCount; in map() local
107 for( nPoly = 0; nPoly < nPolyCount; nPoly++ ) in map()
109 Polygon& rPoly = rPolyPolygon[nPoly]; in map()
/trunk/main/vcl/inc/unx/
H A Dsalgdi.h283 virtual void drawPolyPolygon( sal_uInt32 nPoly,
302 virtual sal_Bool drawPolyPolygonBezier( sal_uInt32 nPoly,
/trunk/main/vcl/source/gdi/
H A Doutdev4.cxx1340 for( long nPoly = 0, nPolyCount = rPolyPoly.Count(); nPoly < nPolyCount; nPoly++ ) in ImplDrawHatchLine() local
1342 const Polygon& rPoly = rPolyPoly[ (sal_uInt16) nPoly ]; in ImplDrawHatchLine()
H A Dpdfwriter_impl.cxx9210 for( sal_uInt32 nPoly = 0; nPoly < nPolygonCount; nPoly++ ) in drawPolyLine() local
9212 aLine.append( (nPoly != 0 && (nPoly & 7) == 0) ? "\n" : " " ); in drawPolyLine()
9213 aPoly = aPolyPoly.getB2DPolygon( nPoly ); in drawPolyLine()
/trunk/main/vcl/inc/aqua/
H A Dsalgdi.h237 …virtual void drawPolyPolygon( sal_uInt32 nPoly, const sal_uInt32* pPoints, PCONSTSALPOINT* pPtAry…
241 …virtual sal_Bool drawPolyPolygonBezier( sal_uInt32 nPoly, const sal_uInt32* pPoints, const SalPoin…
/trunk/main/sdext/source/pdfimport/tree/
H A Dgenericelements.cxx175 int nPoly = PolyPoly.count(); in emitStructure() local
176 for( int i = 0; i < nPoly; i++ ) in emitStructure()
/trunk/main/vcl/unx/generic/gdi/
H A Dsalgdi.cxx930 void X11SalGraphics::drawPolyPolygon( sal_uInt32 nPoly, in drawPolyPolygon() argument
939 for( i = 0; i < nPoly; i++ ) { in drawPolyPolygon()
973 for( sal_uInt32 i = 0; i < nPoly; i++ ) in drawPolyPolygon()
/trunk/main/svtools/source/filter/wmf/
H A Dwinwmf.cxx1308 sal_uInt16 i, nPoly, nPoints = 0; in GetPlaceableBound() local
1309 *pStm >> nPoly; in GetPlaceableBound()
1310 for( i = 0; i < nPoly; i++ ) in GetPlaceableBound()
/trunk/main/vcl/inc/vcl/
H A Doutdev.hxx474 SAL_DLLPRIVATE void ImplDrawPolyPolygon( sal_uInt16 nPoly, const PolyPolygon& rPolyPoly );

Completed in 126 milliseconds

12