Home
last modified time | relevance | path

Searched refs:aTmpMtf (Results 1 – 10 of 10) sorted by relevance

/trunk/main/vcl/source/gdi/
H A Dpdfwriter_impl2.cxx63 GDIMetaFile aTmpMtf; in implWriteGradient() local
65 i_pDummyVDev->AddGradientActions( i_rPolyPoly.GetBoundRect(), i_rGradient, aTmpMtf ); in implWriteGradient()
69 playMetafile( aTmpMtf, NULL, i_rContext, i_pDummyVDev ); in implWriteGradient()
412 GDIMetaFile aTmpMtf( pA->GetGDIMetaFile() ); in playMetafile() local
423 playMetafile( aTmpMtf, NULL, i_rContext, pDummyVDev ); in playMetafile()
457 Point aMtfOrigin( aTmpMtf.GetPrefMapMode().GetOrigin() ); in playMetafile()
459 aTmpMtf.Move( -aMtfOrigin.X(), -aMtfOrigin.Y() ); in playMetafile()
460 … double fScaleX = (double)aDstSize.Width() / (double)aTmpMtf.GetPrefSize().Width(); in playMetafile()
461 … double fScaleY = (double)aDstSize.Height() / (double)aTmpMtf.GetPrefSize().Height(); in playMetafile()
463 aTmpMtf.Scale( fScaleX, fScaleY ); in playMetafile()
[all …]
H A Dcvtsvm.cxx2326 GDIMetaFile aTmpMtf; in ImplWriteActions() local
2328 aVDev.AddHatchActions( rPolyPoly, rHatch, aTmpMtf ); in ImplWriteActions()
2329 …nAddCount = ImplWriteActions( rOStm, aTmpMtf, rSaveVDev, rRop_0_1, rLineCol, rLineColStack, rActua… in ImplWriteActions()
/trunk/main/svtools/source/filter/wmf/
H A Demfwr.cxx1093 GDIMetaFile aTmpMtf; in ImplWrite() local
1095 maVDev.AddGradientActions( pA->GetRect(), pA->GetGradient(), aTmpMtf ); in ImplWrite()
1096 ImplWrite( aTmpMtf ); in ImplWrite()
1103 GDIMetaFile aTmpMtf; in ImplWrite() local
1105 maVDev.AddHatchActions( pA->GetPolyPolygon(), pA->GetHatch(), aTmpMtf ); in ImplWrite()
1106 ImplWrite( aTmpMtf ); in ImplWrite()
1122 GDIMetaFile aTmpMtf( pA->GetGDIMetaFile() ); in ImplWrite() local
1123 Point aSrcPt( aTmpMtf.GetPrefMapMode().GetOrigin() ); in ImplWrite()
1124 const Size aSrcSize( aTmpMtf.GetPrefSize() ); in ImplWrite()
1133 aTmpMtf.Scale( fScaleX, fScaleY ); in ImplWrite()
[all …]
H A Dwmfwr.cxx1471 GDIMetaFile aTmpMtf; in WriteRecords() local
1473 pVirDev->AddGradientActions( pA->GetRect(), pA->GetGradient(), aTmpMtf ); in WriteRecords()
1474 WriteRecords( aTmpMtf ); in WriteRecords()
1481 GDIMetaFile aTmpMtf; in WriteRecords() local
1483 pVirDev->AddHatchActions( pA->GetPolyPolygon(), pA->GetHatch(), aTmpMtf ); in WriteRecords()
1484 WriteRecords( aTmpMtf ); in WriteRecords()
1728 GDIMetaFile aTmpMtf( pA->GetGDIMetaFile() ); in WriteRecords() local
1729 Point aSrcPt( aTmpMtf.GetPrefMapMode().GetOrigin() ); in WriteRecords()
1730 const Size aSrcSize( aTmpMtf.GetPrefSize() ); in WriteRecords()
1742 aTmpMtf.Scale( fScaleX, fScaleY ); in WriteRecords()
[all …]
/trunk/main/filter/source/flash/
H A Dswfwriter1.cxx366 GDIMetaFile aTmpMtf; in Impl_writeGradientEx() local
367 mpVDev->AddGradientActions( aPolyPolygon.GetBoundRect(), rGradient, aTmpMtf ); in Impl_writeGradientEx()
368 Impl_writeActions( aTmpMtf ); in Impl_writeGradientEx()
1595 GDIMetaFile aTmpMtf; in Impl_writeActions() local
1597 mpVDev->AddHatchActions( pA->GetPolyPolygon(), pA->GetHatch(), aTmpMtf ); in Impl_writeActions()
1598 Impl_writeActions( aTmpMtf ); in Impl_writeActions()
1619 GDIMetaFile aTmpMtf( pA->GetGDIMetaFile() ); in Impl_writeActions() local
1620 Point aSrcPt( aTmpMtf.GetPrefMapMode().GetOrigin() ); in Impl_writeActions()
1621 const Size aSrcSize( aTmpMtf.GetPrefSize() ); in Impl_writeActions()
1630 aTmpMtf.Scale( fScaleX, fScaleY ); in Impl_writeActions()
[all …]
/trunk/main/filter/source/svg/
H A Dsvgwriter.cxx773 GDIMetaFile aTmpMtf; in ImplWriteGradientEx() local
776 mpVDev->AddGradientActions( rPolyPoly.GetBoundRect(), rGradient, aTmpMtf ); in ImplWriteGradientEx()
779 ImplWriteActions( aTmpMtf, nWriteFlags, NULL ); in ImplWriteGradientEx()
1342 GDIMetaFile aTmpMtf; in ImplWriteActions() local
1344 mpVDev->AddHatchActions( pA->GetPolyPolygon(), pA->GetHatch(), aTmpMtf ); in ImplWriteActions()
1348 ImplWriteActions( aTmpMtf, nWriteFlags, NULL ); in ImplWriteActions()
1381 GDIMetaFile aTmpMtf( pA->GetGDIMetaFile() ); in ImplWriteActions() local
1382 … Point aSrcPt( aTmpMtf.GetPrefMapMode().GetOrigin() ); in ImplWriteActions()
1383 const Size aSrcSize( aTmpMtf.GetPrefSize() ); in ImplWriteActions()
1392 aTmpMtf.Scale( fScaleX, fScaleY ); in ImplWriteActions()
[all …]
/trunk/main/filter/source/graphicfilter/eos2met/
H A Deos2met.cxx2081 GDIMetaFile aTmpMtf; in WriteOrders() local
2085 aVDev.AddGradientActions( pA->GetRect(), pA->GetGradient(), aTmpMtf ); in WriteOrders()
2086 WriteOrders( &aTmpMtf ); in WriteOrders()
2093 GDIMetaFile aTmpMtf; in WriteOrders() local
2097 aVDev.AddHatchActions( pA->GetPolyPolygon(), pA->GetHatch(), aTmpMtf ); in WriteOrders()
2098 WriteOrders( &aTmpMtf ); in WriteOrders()
2320 GDIMetaFile aTmpMtf( pA->GetGDIMetaFile() ); in WriteOrders() local
2321 Point aSrcPt( aTmpMtf.GetPrefMapMode().GetOrigin() ); in WriteOrders()
2322 const Size aSrcSize( aTmpMtf.GetPrefSize() ); in WriteOrders()
2331 aTmpMtf.Scale( fScaleX, fScaleY ); in WriteOrders()
[all …]
/trunk/main/filter/source/graphicfilter/epict/
H A Depict.cxx1890 GDIMetaFile aTmpMtf; in WriteOpcodes() local
1894 aVDev.AddGradientActions( pA->GetRect(), pA->GetGradient(), aTmpMtf ); in WriteOpcodes()
1895 WriteOpcodes( aTmpMtf ); in WriteOpcodes()
1902 GDIMetaFile aTmpMtf; in WriteOpcodes() local
1906 aVDev.AddHatchActions( pA->GetPolyPolygon(), pA->GetHatch(), aTmpMtf ); in WriteOpcodes()
1907 WriteOpcodes( aTmpMtf ); in WriteOpcodes()
2130 GDIMetaFile aTmpMtf( pA->GetGDIMetaFile() ); in WriteOpcodes() local
2131 Point aSrcPt( aTmpMtf.GetPrefMapMode().GetOrigin() ); in WriteOpcodes()
2132 const Size aSrcSize( aTmpMtf.GetPrefSize() ); in WriteOpcodes()
2141 aTmpMtf.Scale( fScaleX, fScaleY ); in WriteOpcodes()
[all …]
/trunk/main/filter/source/graphicfilter/eps/
H A Deps.cxx884 GDIMetaFile aTmpMtf; in ImplWriteActions() local
888 ( (const MetaHatchAction*)pMA )->GetHatch(), aTmpMtf ); in ImplWriteActions()
889 ImplWriteActions( aTmpMtf, rVDev ); in ImplWriteActions()
1177 GDIMetaFile aTmpMtf( pA->GetGDIMetaFile() ); in ImplWriteActions() local
1178 Point aSrcPt( aTmpMtf.GetPrefMapMode().GetOrigin() ); in ImplWriteActions()
1179 const Size aSrcSize( aTmpMtf.GetPrefSize() ); in ImplWriteActions()
1188 aTmpMtf.Scale( fScaleX, fScaleY ); in ImplWriteActions()
1195 aTmpMtf.Move( nMoveX, nMoveY ); in ImplWriteActions()
1197 ImplWriteActions( aTmpMtf, rVDev ); in ImplWriteActions()
1553 GDIMetaFile aTmpMtf; in ImplWriteGradient() local
[all …]
/trunk/main/cppcanvas/source/mtfrenderer/
H A Dimplrenderer.cxx852 GDIMetaFile aTmpMtf; in createGradientAction() local
855 aTmpMtf ); in createGradientAction()
857 createActions( aTmpMtf, rParms, bSubsettableActions ); in createGradientAction()
1672 GDIMetaFile aTmpMtf; in createActions() local
1676 aTmpMtf ); in createActions()
1677 createActions( aTmpMtf, rFactoryParms, in createActions()
2642 GDIMetaFile aTmpMtf; in createActions() local
2646 aTmpMtf ); in createActions()
2648 createActions( aTmpMtf, in createActions()