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
77df50a8
Kaydet (Commit)
77df50a8
authored
Haz 18, 2013
tarafından
Fridrich Štrba
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
The original code was doing exactly this, so let me mimic it
Change-Id: I04f4a783b0edb6a1f8701cd5da323e6a9ab5441d
üst
1b3a39bf
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
7 deletions
+1
-7
salgdi_gdiplus.cxx
vcl/win/source/gdi/salgdi_gdiplus.cxx
+1
-7
No files found.
vcl/win/source/gdi/salgdi_gdiplus.cxx
Dosyayı görüntüle @
77df50a8
...
@@ -205,13 +205,7 @@ bool WinSalGraphics::drawPolyPolygon( const ::basegfx::B2DPolyPolygon& rPolyPoly
...
@@ -205,13 +205,7 @@ bool WinSalGraphics::drawPolyPolygon( const ::basegfx::B2DPolyPolygon& rPolyPoly
Gdiplus
::
REAL
aDpiY
;
Gdiplus
::
REAL
aDpiY
;
Gdiplus
::
DllExports
::
GdipGetDpiY
(
pGraphics
,
&
aDpiY
);
Gdiplus
::
DllExports
::
GdipGetDpiY
(
pGraphics
,
&
aDpiY
);
// test code to check the current transformation at the graphics device
Gdiplus
::
DllExports
::
GdipResetWorldTransform
(
pGraphics
);
//Gdiplus::GpMatrix *pMatrix = NULL;
//Gdiplus::DllExports::GdipGetWorldTransform(pGraphics, pMatrix);
//Gdiplus::REAL elements[6];
//Gdiplus::DllExports::GdipGetMatrixElements(pMatrix, elements);
//Gdiplus::DllExports::GdipDeleteMatrix(pMatrix);
Gdiplus
::
DllExports
::
GdipScaleWorldTransform
(
pGraphics
,
Gdiplus
::
REAL
(
100.0
)
/
aDpiX
,
Gdiplus
::
REAL
(
100.0
)
/
aDpiY
,
Gdiplus
::
MatrixOrderAppend
);
Gdiplus
::
DllExports
::
GdipScaleWorldTransform
(
pGraphics
,
Gdiplus
::
REAL
(
100.0
)
/
aDpiX
,
Gdiplus
::
REAL
(
100.0
)
/
aDpiY
,
Gdiplus
::
MatrixOrderAppend
);
}
}
...
...
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