Searched refs:aB2DPolyPolygon (Results 1 – 11 of 11) sorted by relevance
2088 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() local2217 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 …]
187 basegfx::B2DPolyPolygon aB2DPolyPolygon(rB2DPolyPoly); in DrawTransparent() local190 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() local300 aB2DPolyPolygon.transform( aTransform ); in DrawTransparent()313 bDrawn = mpGraphics->DrawPolyPolygon( aB2DPolyPolygon, fTransparency, this ); in DrawTransparent()322 const int nPolyCount = aB2DPolyPolygon.count(); in DrawTransparent()[all …]
1335 const basegfx::B2DPolyPolygon aB2DPolyPolygon(getPolyPolygon()->getB2DPolyPolygon()); in GetAsB2DPolyPolygon() local1336 … const_cast< Region* >(this)->mpB2DPolyPolygon.reset(new basegfx::B2DPolyPolygon(aB2DPolyPolygon)); in GetAsB2DPolyPolygon()1344 const basegfx::B2DPolyPolygon aB2DPolyPolygon(ImplCreateB2DPolyPolygonFromRegionBand()); in GetAsB2DPolyPolygon() local1345 … const_cast< Region* >(this)->mpB2DPolyPolygon.reset(new basegfx::B2DPolyPolygon(aB2DPolyPolygon)); in GetAsB2DPolyPolygon()
63 aB2DPolyPolygon(rB2DPolyPolygon) in XLineEndEntry()69 aB2DPolyPolygon(rOther.aB2DPolyPolygon) in XLineEndEntry()
497 basegfx::B2DPolyPolygon aB2DPolyPolygon(rPolyPolygon); in ImpConvertMakeObj() local502 aB2DPolyPolygon = basegfx::tools::adaptiveSubdivideByAngle(aB2DPolyPolygon); in ImpConvertMakeObj()506 SdrPathObj* pPathObj = new SdrPathObj(ePathKind, aB2DPolyPolygon); in ImpConvertMakeObj()
594 basegfx::B2DPolyPolygon aB2DPolyPolygon = *aPolygon; in impAddPolygonStrokePrimitives() local595 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()
71 basegfx::B2DPolyPolygon aB2DPolyPolygon(rObject.TakeXorPoly()); in ImplConnectMarkerOverlay() local84 aB2DPolyPolygon); in ImplConnectMarkerOverlay()
873 …const basegfx::B2DPolyPolygon aB2DPolyPolygon(basegfx::tools::createB2DPolyPolygonFromB3DPolyPolyg… in setPropertyValueImpl() local874 static_cast<E3dLatheObj*>(mpObj.get())->SetPolyPoly2D(aB2DPolyPolygon); in setPropertyValueImpl()988 …const basegfx::B2DPolyPolygon aB2DPolyPolygon(basegfx::tools::createB2DPolyPolygonFromB3DPolyPolyg… in setPropertyValueImpl() local989 static_cast<E3dExtrudeObj*>(mpObj.get())->SetExtrudePolygon(aB2DPolyPolygon); in setPropertyValueImpl()1127 …const basegfx::B2DPolyPolygon aB2DPolyPolygon(basegfx::tools::createB2DPolyPolygonFromB3DPolyPolyg… in setPropertyValueImpl() local1128 static_cast<E3dPolygonObj*>(mpObj.get())->SetPolyTexture2D(aB2DPolyPolygon); in setPropertyValueImpl()
105 const basegfx::B2DPolyPolygon aB2DPolyPolygon(inputPolyPolygon.getB2DPolyPolygon()); in xPolyPolygonFromPolyPolygon() local106 return basegfx::unotools::xPolyPolygonFromB2DPolyPolygon(xGraphicDevice, aB2DPolyPolygon); in xPolyPolygonFromPolyPolygon()157 …const basegfx::B2DPolyPolygon aB2DPolyPolygon(basegfx::unotools::polyPolygonFromBezier2DSequenceSe… in polyPolygonFromBezier2DSequenceSequence() local158 return ::PolyPolygon(aB2DPolyPolygon); in polyPolygonFromBezier2DSequenceSequence()
142 …const basegfx::B2DPolyPolygon aB2DPolyPolygon(basegfx::tools::adaptiveSubdivideByAngle(pPathObj->G… in GetPolyPolygon() local143 aPolyPoly = PolyPolygon(aB2DPolyPolygon); in GetPolyPolygon()
65 basegfx::B2DPolyPolygon aB2DPolyPolygon; member in XLineEndEntry73 return aB2DPolyPolygon; in GetLineEnd()
Completed in 108 milliseconds