Searched refs:rB2DPolyPoly (Results 1 – 8 of 8) sorted by relevance
157 void OutputDevice::DrawTransparent( const basegfx::B2DPolyPolygon& rB2DPolyPoly, double fTransparen… in DrawTransparent() argument163 if(!rB2DPolyPoly.count()) in DrawTransparent()187 basegfx::B2DPolyPolygon aB2DPolyPolygon(rB2DPolyPoly); in DrawTransparent()215 mpMetaFile->AddAction( new MetaB2DPolyPolygonAction( rB2DPolyPoly ) ); in DrawTransparent()218 …mpMetaFile->AddAction( new MetaTransparentAction( PolyPolygon( rB2DPolyPoly ), static_cast< sal_uI… in DrawTransparent()225 const PolyPolygon aToolsPolyPolygon( rB2DPolyPoly ); in DrawTransparent()226 DrawTransparent(PolyPolygon(rB2DPolyPoly), static_cast< sal_uInt16 >(fTransparency * 100.0)); in DrawTransparent()
2165 void OutputDevice::DrawPolyPolygon( const basegfx::B2DPolyPolygon& rB2DPolyPoly ) in DrawPolyPolygon() argument2176 mpMetaFile->AddAction( new MetaB2DPolyPolygonAction( rB2DPolyPoly ) ); in DrawPolyPolygon()2179 mpMetaFile->AddAction( new MetaPolyPolygonAction( PolyPolygon( rB2DPolyPoly ) ) ); in DrawPolyPolygon()2183 ImpDrawPolyPolygonWithB2DPolyPolygon(rB2DPolyPoly); in DrawPolyPolygon()2186 void OutputDevice::ImpDrawPolyPolygonWithB2DPolyPolygon(const basegfx::B2DPolyPolygon& rB2DPolyPoly) in ImpDrawPolyPolygonWithB2DPolyPolygon() argument2189 if(!rB2DPolyPoly.count()) in ImpDrawPolyPolygonWithB2DPolyPolygon()2213 basegfx::B2DPolyPolygon aB2DPolyPolygon(rB2DPolyPoly); in ImpDrawPolyPolygonWithB2DPolyPolygon()2253 const PolyPolygon aToolsPolyPolygon( rB2DPolyPoly ); in ImpDrawPolyPolygonWithB2DPolyPolygon()
1230 bool Os2SalGraphics::GetGlyphOutline( sal_GlyphId aGlyphId, ::basegfx::B2DPolyPolygon& rB2DPolyPoly… in GetGlyphOutline() argument1235 rB2DPolyPoly.clear(); in GetGlyphOutline()1399 rB2DPolyPoly.append( aPoly.getB2DPolygon() ); in GetGlyphOutline()1410 if( rB2DPolyPoly.count() ) in GetGlyphOutline()1415 rB2DPolyPoly.transform( aMatrix ); in GetGlyphOutline()
2462 ::basegfx::B2DPolyPolygon& rB2DPolyPoly ) in GetGlyphOutline() argument2464 rB2DPolyPoly.clear(); in GetGlyphOutline()2625 rB2DPolyPoly.append( aPoly.getB2DPolygon() ); in GetGlyphOutline()2634 if( rB2DPolyPoly.count() ) in GetGlyphOutline()2637 rB2DPolyPoly.transform(basegfx::tools::createScaleB2DHomMatrix(fFactor, fFactor)); in GetGlyphOutline()
2286 ::basegfx::B2DPolyPolygon& rB2DPolyPoly ) const in GetGlyphOutline()2291 rB2DPolyPoly.clear(); in GetGlyphOutline()2353 rB2DPolyPoly = aToolPolyPolygon.getB2DPolyPolygon(); in GetGlyphOutline()2354 rB2DPolyPoly.transform(basegfx::tools::createScaleB2DHomMatrix( +1.0/(1<<6), -1.0/(1<<6) )); in GetGlyphOutline()
892 ::basegfx::B2DPolyPolygon& rB2DPolyPoly ) in GetGlyphOutline() argument903 bool bOK = pSF->GetGlyphOutline( aGlyphId, rB2DPolyPoly ); in GetGlyphOutline()
983 ::basegfx::B2DPolyPolygon& rB2DPolyPoly ) in GetGlyphOutline() argument994 bool bOK = pSF->GetGlyphOutline( aGlyphId, rB2DPolyPoly ); in GetGlyphOutline()
558 …_DLLPRIVATE void ImpDrawPolyPolygonWithB2DPolyPolygon(const basegfx::B2DPolyPolygon& rB2DPolyPoly);835 …void DrawTransparent( const basegfx::B2DPolyPolygon& rB2DPolyPoly, double fTranspar…
Completed in 95 milliseconds