Searched refs:aB2DPolyPolygon (Results 1 – 11 of 11) sorted by relevance
| /trunk/main/vcl/source/gdi/ |
| H A D | outdev.cxx | 2084 basegfx::B2DPolyPolygon aB2DPolyPolygon(rPolyPoly.getB2DPolyPolygon()); in DrawPolyPolygon() local 2088 aB2DPolyPolygon.transform(aTransform); in DrawPolyPolygon() 2089 aB2DPolyPolygon.setClosed(true); in DrawPolyPolygon() 2093 bSuccess = mpGraphics->DrawPolyPolygon(aB2DPolyPolygon, 0.0, this); 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() [all …]
|
| H A D | outdev6.cxx | 187 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 D | region.cxx | 1337 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()
|
| /trunk/main/svx/source/xoutdev/ |
| H A D | xtable.cxx | 63 aB2DPolyPolygon(rB2DPolyPolygon) in XLineEndEntry() 69 aB2DPolyPolygon(rOther.aB2DPolyPolygon) in XLineEndEntry()
|
| /trunk/main/svx/source/svdraw/ |
| H A D | svdotxtr.cxx | 497 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 D | svdotextpathdecomposition.cxx | 594 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 D | svdcrtv.cxx | 71 basegfx::B2DPolyPolygon aB2DPolyPolygon(rObject.TakeXorPoly()); in ImplConnectMarkerOverlay() local 84 aB2DPolyPolygon); in ImplConnectMarkerOverlay()
|
| /trunk/main/svx/source/unodraw/ |
| H A D | unoshap3.cxx | 873 …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/vcl/source/helper/ |
| H A D | canvastools.cxx | 105 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/dialog/ |
| H A D | contwnd.cxx | 142 …const basegfx::B2DPolyPolygon aB2DPolyPolygon(basegfx::tools::adaptiveSubdivideByAngle(pPathObj->G… in GetPolyPolygon() local 143 aPolyPoly = PolyPolygon(aB2DPolyPolygon); in GetPolyPolygon()
|
| /trunk/main/svx/inc/svx/ |
| H A D | xtable.hxx | 65 basegfx::B2DPolyPolygon aB2DPolyPolygon; member in XLineEndEntry 73 return aB2DPolyPolygon; in GetLineEnd()
|