Home
last modified time | relevance | path

Searched refs:aTmpMtf (Results 1 – 10 of 10) sorted by last modified time

/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/filter/source/flash/
H A Dswfwriter1.cxx366 GDIMetaFile aTmpMtf; in Impl_writeGradientEx() local
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()
1638 aTmpMtf.Move( nMoveX, nMoveY ); in Impl_writeActions()
[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()
/trunk/main/vcl/source/gdi/
H A Dpdfwriter_impl2.cxx63 GDIMetaFile aTmpMtf; in implWriteGradient() local
69 playMetafile( aTmpMtf, NULL, i_rContext, i_pDummyVDev ); in implWriteGradient()
412 GDIMetaFile aTmpMtf( pA->GetGDIMetaFile() ); in playMetafile() local
463 aTmpMtf.Scale( fScaleX, fScaleY ); in playMetafile()
464 aTmpMtf.SetPrefMapMode( aMapMode ); in playMetafile()
467 aTmpMtf.WindStart(); in playMetafile()
468 aTmpMtf.Play( pVDev, aPoint, aDstSize ); in playMetafile()
469 aTmpMtf.WindStart(); in playMetafile()
481 aTmpMtf.WindStart(); in playMetafile()
482 aTmpMtf.Play( pVDev, aPoint, aDstSize ); 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 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
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()
1749 aTmpMtf.Move( nMoveX, nMoveY ); in WriteRecords()
[all …]
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
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()
1140 aTmpMtf.Move( nMoveX, nMoveY ); in ImplWrite()
[all …]
/trunk/main/filter/source/svg/
H A Dsvgwriter.cxx773 GDIMetaFile aTmpMtf; in ImplWriteGradientEx() local
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()
1399 aTmpMtf.Move( nMoveX, nMoveY ); 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
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()
2338 aTmpMtf.Move( nMoveX, nMoveY ); 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
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()
2148 aTmpMtf.Move( nMoveX, nMoveY ); in WriteOpcodes()
[all …]

Completed in 150 milliseconds