Searched refs:nNumberOfPoints (Results 1 – 5 of 5) sorted by relevance
/aoo41x/main/basegfx/source/tools/ |
H A D | unopolypolygon.cxx | 209 sal_Int32 nNumberOfPoints ) throw (lang::IndexOutOfBoundsException,uno::RuntimeException) in getPoints() argument 217 nNumberOfPoints ) ); in getPoints() 280 sal_Int32 nNumberOfPoints ) throw (lang::IndexOutOfBoundsException, uno::RuntimeException) in getBezierSegments() argument 287 nNumberOfPoints ) ); in getBezierSegments() 367 sal_Int32 nNumberOfPoints ) const in getSubsetPolyPolygon() 378 nNumberOfPoints == -1 ) in getSubsetPolyPolygon() 409 if( i==nNumberOfPolygons-1 && nNumberOfPoints != -1 ) in getSubsetPolyPolygon() 418 nLastPoint = nFirstPoint+nNumberOfPoints; in getSubsetPolyPolygon()
|
/aoo41x/main/basegfx/inc/basegfx/tools/ |
H A D | unopolypolygon.hxx | 61 … ::sal_Int32 nNumberOfPolygons, ::sal_Int32 nPointIndex, ::sal_Int32 nNumberOfPoints ) throw (::co… 67 … ::sal_Int32 nNumberOfPolygons, ::sal_Int32 nPointIndex, ::sal_Int32 nNumberOfPoints ) throw (::co… 90 sal_Int32 nNumberOfPoints ) const;
|
/aoo41x/main/filter/source/graphicfilter/icgm/ |
H A D | class4.cxx | 725 …sal_uInt16 nNumberOfPoints = sal::static_int_cast< sal_uInt16 >(( mnElementSize - pElement->nInteg… in ImplDoClass4() local 727 Polygon aPolygon( nNumberOfPoints ); in ImplDoClass4() 729 for ( sal_uInt16 i = 0; i < nNumberOfPoints; i++) in ImplDoClass4() 737 for ( sal_uInt16 i = 0; i < nNumberOfPoints; i++ ) in ImplDoClass4() 747 for ( sal_uInt16 i = 0; i < nNumberOfPoints; i++ ) in ImplDoClass4()
|
/aoo41x/main/offapi/com/sun/star/rendering/ |
H A D | XLinePolyPolygon2D.idl | 67 @param nNumberOfPoints 72 …long nPolygonIndex, [in] long nNumberOfPolygons, [in] long nPointIndex, [in] long nNumberOfPoints )
|
H A D | XBezierPolyPolygon2D.idl | 77 @param nNumberOfPoints 87 …long nPolygonIndex, [in] long nNumberOfPolygons, [in] long nPointIndex, [in] long nNumberOfPoints )
|
Completed in 54 milliseconds