Home
last modified time | relevance | path

Searched refs:aB2DPolyPolygon (Results 1 – 11 of 11) sorted by last modified time

/trunk/main/vcl/source/gdi/
H A Dregion.cxx1337 const basegfx::B2DPolyPolygon aB2DPolyPolygon(getPolyPolygon()->getB2DPolyPolygon()); in GetAsB2DPolyPolygon() local
1338 … const_cast< Region* >(this)->mpB2DPolyPolygon.reset(new basegfx::B2DPolyPolygon(aB2DPolyPolygon)); in GetAsB2DPolyPolygon()
1346 const basegfx::B2DPolyPolygon aB2DPolyPolygon(ImplCreateB2DPolyPolygonFromRegionBand()); in GetAsB2DPolyPolygon() local
1347 … const_cast< Region* >(this)->mpB2DPolyPolygon.reset(new basegfx::B2DPolyPolygon(aB2DPolyPolygon)); in GetAsB2DPolyPolygon()
H A Doutdev6.cxx187 basegfx::B2DPolyPolygon aB2DPolyPolygon(rB2DPolyPoly); in DrawTransparent() local
190 aB2DPolyPolygon.transform( aTransform ); in DrawTransparent()
191 aB2DPolyPolygon.setClosed( true ); in DrawTransparent()
195 bDrawnOk = mpGraphics->DrawPolyPolygon( aB2DPolyPolygon, fTransparency, this ); in DrawTransparent()
199 const int nPolyCount = aB2DPolyPolygon.count(); in DrawTransparent()
202 const ::basegfx::B2DPolygon aOnePoly = aB2DPolyPolygon.getB2DPolygon( nPolyIdx ); in DrawTransparent()
298 basegfx::B2DPolyPolygon aB2DPolyPolygon( rPolyPoly.getB2DPolyPolygon() ); in DrawTransparent() local
300 aB2DPolyPolygon.transform( aTransform ); in DrawTransparent()
313 bDrawn = mpGraphics->DrawPolyPolygon( aB2DPolyPolygon, fTransparency, this ); in DrawTransparent()
322 const int nPolyCount = aB2DPolyPolygon.count(); in DrawTransparent()
[all …]
H A Doutdev.cxx2088 aB2DPolyPolygon.transform(aTransform); in DrawPolyPolygon()
2089 aB2DPolyPolygon.setClosed(true); in DrawPolyPolygon()
2102 aB2DPolyPolygon = basegfx::tools::snapPointsOfHorizontalOrVerticalEdges(aB2DPolyPolygon); in DrawPolyPolygon()
2105 for(sal_uInt32 a(0); bSuccess && a < aB2DPolyPolygon.count(); a++) in DrawPolyPolygon()
2108 aB2DPolyPolygon.getB2DPolygon(a), in DrawPolyPolygon()
2213 basegfx::B2DPolyPolygon aB2DPolyPolygon(rB2DPolyPoly); in ImpDrawPolyPolygonWithB2DPolyPolygon() local
2217 aB2DPolyPolygon.transform(aTransform); in ImpDrawPolyPolygonWithB2DPolyPolygon()
2218 aB2DPolyPolygon.setClosed(true); in ImpDrawPolyPolygonWithB2DPolyPolygon()
2231 aB2DPolyPolygon = basegfx::tools::snapPointsOfHorizontalOrVerticalEdges(aB2DPolyPolygon); in ImpDrawPolyPolygonWithB2DPolyPolygon()
2234 for(sal_uInt32 a(0);bSuccess && a < aB2DPolyPolygon.count(); a++) in ImpDrawPolyPolygonWithB2DPolyPolygon()
[all …]
/trunk/main/svx/source/xoutdev/
H A Dxtable.cxx63 aB2DPolyPolygon(rB2DPolyPolygon) in XLineEndEntry()
69 aB2DPolyPolygon(rOther.aB2DPolyPolygon) in XLineEndEntry()
/trunk/main/svx/inc/svx/
H A Dxtable.hxx65 basegfx::B2DPolyPolygon aB2DPolyPolygon; member in XLineEndEntry
73 return aB2DPolyPolygon; in GetLineEnd()
/trunk/main/vcl/source/helper/
H A Dcanvastools.cxx105 const basegfx::B2DPolyPolygon aB2DPolyPolygon(inputPolyPolygon.getB2DPolyPolygon()); in xPolyPolygonFromPolyPolygon() local
106 return basegfx::unotools::xPolyPolygonFromB2DPolyPolygon(xGraphicDevice, aB2DPolyPolygon); in xPolyPolygonFromPolyPolygon()
157 …const basegfx::B2DPolyPolygon aB2DPolyPolygon(basegfx::unotools::polyPolygonFromBezier2DSequenceSe… in polyPolygonFromBezier2DSequenceSequence() local
158 return ::PolyPolygon(aB2DPolyPolygon); in polyPolygonFromBezier2DSequenceSequence()
/trunk/main/svx/source/unodraw/
H A Dunoshap3.cxx873 …const basegfx::B2DPolyPolygon aB2DPolyPolygon(basegfx::tools::createB2DPolyPolygonFromB3DPolyPolyg… in setPropertyValueImpl() local
874 static_cast<E3dLatheObj*>(mpObj.get())->SetPolyPoly2D(aB2DPolyPolygon); in setPropertyValueImpl()
988 …const basegfx::B2DPolyPolygon aB2DPolyPolygon(basegfx::tools::createB2DPolyPolygonFromB3DPolyPolyg… in setPropertyValueImpl() local
989 static_cast<E3dExtrudeObj*>(mpObj.get())->SetExtrudePolygon(aB2DPolyPolygon); in setPropertyValueImpl()
1127 …const basegfx::B2DPolyPolygon aB2DPolyPolygon(basegfx::tools::createB2DPolyPolygonFromB3DPolyPolyg… in setPropertyValueImpl() local
1128 static_cast<E3dPolygonObj*>(mpObj.get())->SetPolyTexture2D(aB2DPolyPolygon); in setPropertyValueImpl()
/trunk/main/svx/source/svdraw/
H A Dsvdotextpathdecomposition.cxx594 basegfx::B2DPolyPolygon aB2DPolyPolygon = *aPolygon; in impAddPolygonStrokePrimitives() local
595 aB2DPolyPolygon.transform(rTransform); in impAddPolygonStrokePrimitives()
597 for(sal_uInt32 a(0L); a < aB2DPolyPolygon.count(); a++) in impAddPolygonStrokePrimitives()
602 aB2DPolyPolygon.getB2DPolygon(a), rLineAttribute, rStrokeAttribute); in impAddPolygonStrokePrimitives()
H A Dsvdotxtr.cxx497 basegfx::B2DPolyPolygon aB2DPolyPolygon(rPolyPolygon); in ImpConvertMakeObj() local
502 aB2DPolyPolygon = basegfx::tools::adaptiveSubdivideByAngle(aB2DPolyPolygon); in ImpConvertMakeObj()
506 SdrPathObj* pPathObj = new SdrPathObj(ePathKind, aB2DPolyPolygon); in ImpConvertMakeObj()
H A Dsvdcrtv.cxx71 basegfx::B2DPolyPolygon aB2DPolyPolygon(rObject.TakeXorPoly()); in ImplConnectMarkerOverlay() local
84 aB2DPolyPolygon); in ImplConnectMarkerOverlay()
/trunk/main/svx/source/dialog/
H A Dcontwnd.cxx142 …const basegfx::B2DPolyPolygon aB2DPolyPolygon(basegfx::tools::adaptiveSubdivideByAngle(pPathObj->G… in GetPolyPolygon() local
143 aPolyPoly = PolyPolygon(aB2DPolyPolygon); in GetPolyPolygon()

Completed in 56 milliseconds