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
2a163c78
Kaydet (Commit)
2a163c78
authored
Nis 01, 2014
tarafından
Tor Lillqvist
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Add some more CG_TRACEs
Change-Id: I076fd5957cac62f047778e63a1336bd322f90683
üst
fecd4c53
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
+4
-0
salgdicommon.cxx
vcl/quartz/salgdicommon.cxx
+4
-0
No files found.
vcl/quartz/salgdicommon.cxx
Dosyayı görüntüle @
2a163c78
...
@@ -2002,6 +2002,7 @@ void AquaSalGraphics::SetVirDevGraphics( CGLayerRef xLayer, CGContextRef xContex
...
@@ -2002,6 +2002,7 @@ void AquaSalGraphics::SetVirDevGraphics( CGLayerRef xLayer, CGContextRef xContex
// We will return early a few lines lower.
// We will return early a few lines lower.
// Undo the "stack initialization" done at the initial call of
// Undo the "stack initialization" done at the initial call of
// this method, see end.
// this method, see end.
CG_TRACE
(
"CGContextRestoreGState("
<<
mrContext
<<
")"
);
CGContextRestoreGState
(
mrContext
);
CGContextRestoreGState
(
mrContext
);
}
}
#endif
#endif
...
@@ -2027,12 +2028,14 @@ void AquaSalGraphics::SetVirDevGraphics( CGLayerRef xLayer, CGContextRef xContex
...
@@ -2027,12 +2028,14 @@ void AquaSalGraphics::SetVirDevGraphics( CGLayerRef xLayer, CGContextRef xContex
{
{
mnWidth
=
CGBitmapContextGetWidth
(
mrContext
);
mnWidth
=
CGBitmapContextGetWidth
(
mrContext
);
mnHeight
=
CGBitmapContextGetHeight
(
mrContext
);
mnHeight
=
CGBitmapContextGetHeight
(
mrContext
);
CG_TRACE
(
"CGBitmapContextGetWidth&Height("
<<
mrContext
<<
") = "
<<
mnWidth
<<
"x"
<<
mnHeight
);
}
}
else
else
{
{
const
CGSize
aSize
=
CGLayerGetSize
(
mxLayer
);
const
CGSize
aSize
=
CGLayerGetSize
(
mxLayer
);
mnWidth
=
static_cast
<
int
>
(
aSize
.
width
);
mnWidth
=
static_cast
<
int
>
(
aSize
.
width
);
mnHeight
=
static_cast
<
int
>
(
aSize
.
height
);
mnHeight
=
static_cast
<
int
>
(
aSize
.
height
);
CG_TRACE
(
"CGLayerGetSize("
<<
mxLayer
<<
") = "
<<
aSize
);
}
}
// prepare graphics for drawing
// prepare graphics for drawing
...
@@ -2049,6 +2052,7 @@ void AquaSalGraphics::SetVirDevGraphics( CGLayerRef xLayer, CGContextRef xContex
...
@@ -2049,6 +2052,7 @@ void AquaSalGraphics::SetVirDevGraphics( CGLayerRef xLayer, CGContextRef xContex
}
}
// initialize stack of CGContext states
// initialize stack of CGContext states
CG_TRACE
(
"CGContextSaveGState("
<<
mrContext
<<
")"
);
CGContextSaveGState
(
mrContext
);
CGContextSaveGState
(
mrContext
);
SetState
();
SetState
();
}
}
...
...
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