Home
last modified time | relevance | path

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

/aoo4110/main/basegfx/source/polygon/
H A Db2dpolypolygonrasterconverter.cxx381 if(!maPolyPolyRectangle.isEmpty()) in init()
383 const sal_Int32 nMinY( fround(maPolyPolyRectangle.getMinY()) ); in init()
384 const sal_Int32 nScanlines(fround(maPolyPolyRectangle.getMaxY()) - nMinY); in init()
442 maPolyPolyRectangle( tools::getRange( rPolyPoly ) ), in B2DPolyPolygonRasterConverter()
463 maPolyPolyRectangle( in B2DPolyPolygonRasterConverter()
510 const sal_Int32 nMinY( fround(maPolyPolyRectangle.getMinY()) ); in rasterConvert()
511 const sal_Int32 nScanlines(fround(maPolyPolyRectangle.getMaxY()) - nMinY); in rasterConvert()
556 span( maPolyPolyRectangle.getMinX(), in rasterConvert()
557 maPolyPolyRectangle.getMaxX(), in rasterConvert()
580 span( maPolyPolyRectangle.getMinX(), in rasterConvert()
[all …]
/aoo4110/main/basegfx/inc/basegfx/polygon/
H A Db2dpolypolygonrasterconverter.hxx128 const B2DRectangle maPolyPolyRectangle; member in basegfx::B2DPolyPolygonRasterConverter

Completed in 11 milliseconds