Home
last modified time | relevance | path

Searched refs:rB2DPolyPoly (Results 1 – 8 of 8) sorted by relevance

/trunk/main/vcl/source/gdi/
H A Doutdev6.cxx157 void OutputDevice::DrawTransparent( const basegfx::B2DPolyPolygon& rB2DPolyPoly, double fTransparen… in DrawTransparent() argument
163 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()
H A Doutdev.cxx2165 void OutputDevice::DrawPolyPolygon( const basegfx::B2DPolyPolygon& rB2DPolyPoly ) in DrawPolyPolygon() argument
2176 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() argument
2189 if(!rB2DPolyPoly.count()) in ImpDrawPolyPolygonWithB2DPolyPolygon()
2213 basegfx::B2DPolyPolygon aB2DPolyPolygon(rB2DPolyPoly); in ImpDrawPolyPolygonWithB2DPolyPolygon()
2253 const PolyPolygon aToolsPolyPolygon( rB2DPolyPoly ); in ImpDrawPolyPolygonWithB2DPolyPolygon()
/trunk/main/vcl/os2/source/gdi/
H A Dsalgdi3.cxx1230 bool Os2SalGraphics::GetGlyphOutline( sal_GlyphId aGlyphId, ::basegfx::B2DPolyPolygon& rB2DPolyPoly in GetGlyphOutline() argument
1235 rB2DPolyPoly.clear(); in GetGlyphOutline()
1399 rB2DPolyPoly.append( aPoly.getB2DPolygon() ); in GetGlyphOutline()
1410 if( rB2DPolyPoly.count() ) in GetGlyphOutline()
1415 rB2DPolyPoly.transform( aMatrix ); in GetGlyphOutline()
/trunk/main/vcl/win/source/gdi/
H A Dsalgdi3.cxx2462 ::basegfx::B2DPolyPolygon& rB2DPolyPoly ) in GetGlyphOutline() argument
2464 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()
/trunk/main/vcl/source/glyphs/
H A Dgcach_ftyp.cxx2286 ::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()
/trunk/main/vcl/unx/generic/gdi/
H A Dpspgraphics.cxx983 ::basegfx::B2DPolyPolygon& rB2DPolyPoly ) in GetGlyphOutline() argument
994 bool bOK = pSF->GetGlyphOutline( aGlyphId, rB2DPolyPoly ); in GetGlyphOutline()
/trunk/main/vcl/unx/headless/
H A Dsvppspgraphics.cxx892 ::basegfx::B2DPolyPolygon& rB2DPolyPoly ) in GetGlyphOutline() argument
903 bool bOK = pSF->GetGlyphOutline( aGlyphId, rB2DPolyPoly ); in GetGlyphOutline()
/trunk/main/vcl/inc/vcl/
H A Doutdev.hxx558 …_DLLPRIVATE void ImpDrawPolyPolygonWithB2DPolyPolygon(const basegfx::B2DPolyPolygon& rB2DPolyPoly);
835 …void DrawTransparent( const basegfx::B2DPolyPolygon& rB2DPolyPoly, double fTranspar…

Completed in 159 milliseconds