Skip to content
Projeler
Gruplar
Parçacıklar
Yardım
Yükleniyor...
Oturum aç / Kaydol
Gezinmeyi değiştir
C
core
Proje
Proje
Ayrıntılar
Etkinlik
Cycle Analytics
Depo (repository)
Depo (repository)
Dosyalar
Kayıtlar (commit)
Dallar (branch)
Etiketler
Katkıda bulunanlar
Grafik
Karşılaştır
Grafikler
Konular (issue)
0
Konular (issue)
0
Liste
Pano
Etiketler
Kilometre Taşları
Birleştirme (merge) Talepleri
0
Birleştirme (merge) Talepleri
0
CI / CD
CI / CD
İş akışları (pipeline)
İşler
Zamanlamalar
Grafikler
Paketler
Paketler
Wiki
Wiki
Parçacıklar
Parçacıklar
Üyeler
Üyeler
Collapse sidebar
Close sidebar
Etkinlik
Grafik
Grafikler
Yeni bir konu (issue) oluştur
İşler
Kayıtlar (commit)
Konu (issue) Panoları
Kenar çubuğunu aç
LibreOffice
core
Commits
7903c33f
Kaydet (Commit)
7903c33f
authored
Eki 18, 2012
tarafından
Armin Le Grand
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Corrected canvasProcessor usage
üst
cd8b4a92
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
32 deletions
+2
-32
objectcontacttools.cxx
svx/source/sdr/contact/objectcontacttools.cxx
+2
-32
No files found.
svx/source/sdr/contact/objectcontacttools.cxx
Dosyayı görüntüle @
7903c33f
...
@@ -58,38 +58,8 @@ namespace sdr
...
@@ -58,38 +58,8 @@ namespace sdr
}
}
else
else
{
{
#ifdef WIN32
// create Pixel Vcl-Processor
// for a first AA incarnation VCL-PixelRenderer will be okay since
return
new
drawinglayer
::
processor2d
::
VclPixelProcessor2D
(
rViewInformation2D
,
rTargetOutDev
);
// simple (and fast) GDIPlus support over VCL will be used.
// Leaving the code below as a hint for what to do when we will
// use canvas renderers in the future
//static SvtOptionsDrawinglayer aSvtOptionsDrawinglayer;
//if(false && aSvtOptionsDrawinglayer.IsAntiAliasing())
//{
// // for WIN32 AA, create cairo canvas processor
// return new drawinglayer::processor2d::canvasProcessor2D(rViewInformation2D, rTargetOutDev);
//}
//else
//{
// create Pixel Vcl-Processor
return
new
drawinglayer
::
processor2d
::
VclPixelProcessor2D
(
rViewInformation2D
,
rTargetOutDev
);
//}
#else
static
bool
bTryTestCanvas
(
false
);
if
(
bTryTestCanvas
)
{
// create test-cancas-Processor
return
new
drawinglayer
::
processor2d
::
canvasProcessor2D
(
rViewInformation2D
,
rTargetOutDev
);
}
else
{
// create Pixel Vcl-Processor
return
new
drawinglayer
::
processor2d
::
VclPixelProcessor2D
(
rViewInformation2D
,
rTargetOutDev
);
}
#endif
}
}
}
}
}
// end of namespace contact
}
// end of namespace contact
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment